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