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()
Creates a new instance of CheckMenuItemBuilder.
|
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, onMenuValidation, style, styleClass, styleClass, text, userData, visible
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, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to