|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class CheckMenuItemBuilder<B extends CheckMenuItemBuilder<B>> extends MenuItemBuilder<B>
CheckMenuItem| Modifier | Constructor and Description |
|---|---|
protected |
CheckMenuItemBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(CheckMenuItem x)
Deprecated.
|
CheckMenuItem |
build()
Deprecated.
Make an instance of
CheckMenuItem based on the properties set on this builder. |
static CheckMenuItemBuilder<?> |
create()
Deprecated.
Creates a new instance of CheckMenuItemBuilder.
|
B |
selected(boolean x)
Deprecated.
Set the value of the
selected property for the instance constructed by this builder. |
accelerator, applyTo, disable, graphic, id, mnemonicParsing, onAction, onMenuValidation, style, styleClass, styleClass, text, userData, visibleprotected CheckMenuItemBuilder()
public static CheckMenuItemBuilder<?> create()
public void applyTo(CheckMenuItem x)
public B selected(boolean x)
selected property for the instance constructed by this builder.public CheckMenuItem build()
CheckMenuItem based on the properties set on this builder.build in interface Builder<MenuItem>build in class MenuItemBuilder<B extends CheckMenuItemBuilder<B>>Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .