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