Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
TabBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Tab x) |
Tab |
build()
Make an instance of
Tab based on the properties set on this builder. |
B |
closable(boolean x)
Set the value of the
closable property for the instance constructed by this builder. |
B |
content(Node x)
Set the value of the
content property for the instance constructed by this builder. |
B |
contextMenu(ContextMenu x)
Set the value of the
contextMenu property for the instance constructed by this builder. |
static TabBuilder<?> |
create()
Creates a new instance of TabBuilder.
|
B |
disable(boolean x)
Set the value of the
disable property for the instance constructed by this builder. |
B |
graphic(Node x)
Set the value of the
graphic property for the instance constructed by this builder. |
B |
id(java.lang.String x)
Set the value of the
id property for the instance constructed by this builder. |
B |
onClosed(EventHandler<Event> x)
Set the value of the
onClosed property for the instance constructed by this builder. |
B |
onSelectionChanged(EventHandler<Event> x)
Set the value of the
onSelectionChanged property for the instance constructed by this builder. |
B |
style(java.lang.String x)
Set the value of the
style property for the instance constructed by this builder. |
B |
styleClass(java.util.Collection<? extends java.lang.String> x)
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
styleClass(java.lang.String... x)
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Set the value of the
text property for the instance constructed by this builder. |
B |
tooltip(Tooltip x)
Set the value of the
tooltip property for the instance constructed by this builder. |
B |
userData(java.lang.Object x)
Set the value of the
userData property for the instance constructed by this builder. |
public static TabBuilder<?> create()
public void applyTo(Tab x)
public B closable(boolean x)
closable
property for the instance constructed by this builder.public B content(Node x)
content
property for the instance constructed by this builder.public B contextMenu(ContextMenu x)
contextMenu
property for the instance constructed by this builder.public B disable(boolean x)
disable
property for the instance constructed by this builder.public B graphic(Node x)
graphic
property for the instance constructed by this builder.public B id(java.lang.String x)
id
property for the instance constructed by this builder.public B onClosed(EventHandler<Event> x)
onClosed
property for the instance constructed by this builder.public B onSelectionChanged(EventHandler<Event> x)
onSelectionChanged
property for the instance constructed by this builder.public B style(java.lang.String x)
style
property for the instance constructed by this builder.public B styleClass(java.util.Collection<? extends java.lang.String> x)
styleClass
property for the instance constructed by this builder.public B styleClass(java.lang.String... x)
styleClass
property for the instance constructed by this builder.public B text(java.lang.String x)
text
property for the instance constructed by this builder.public B tooltip(Tooltip x)
tooltip
property for the instance constructed by this builder.public B userData(java.lang.Object x)
userData
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to