@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TabBuilder<B extends TabBuilder<B>> extends java.lang.Object implements Builder<Tab>
Tab
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
closable
Deprecated.
|
private Node |
content
Deprecated.
|
private ContextMenu |
contextMenu
Deprecated.
|
private boolean |
disable
Deprecated.
|
private Node |
graphic
Deprecated.
|
private java.lang.String |
id
Deprecated.
|
private EventHandler<Event> |
onClosed
Deprecated.
|
private EventHandler<Event> |
onSelectionChanged
Deprecated.
|
private java.lang.String |
style
Deprecated.
|
private java.util.Collection<? extends java.lang.String> |
styleClass
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
private Tooltip |
tooltip
Deprecated.
|
private java.lang.Object |
userData
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TabBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Tab x)
Deprecated.
|
Tab |
build()
Deprecated.
Make an instance of
Tab based on the properties set on this builder. |
B |
closable(boolean x)
Deprecated.
Set the value of the
closable property for the instance constructed by this builder. |
B |
content(Node x)
Deprecated.
Set the value of the
content property for the instance constructed by this builder. |
B |
contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
static TabBuilder<?> |
create()
Deprecated.
Creates a new instance of TabBuilder.
|
B |
disable(boolean x)
Deprecated.
Set the value of the
disable property for the instance constructed by this builder. |
B |
graphic(Node x)
Deprecated.
Set the value of the
graphic property for the instance constructed by this builder. |
B |
id(java.lang.String x)
Deprecated.
Set the value of the
id property for the instance constructed by this builder. |
B |
onClosed(EventHandler<Event> x)
Deprecated.
Set the value of the
onClosed property for the instance constructed by this builder. |
B |
onSelectionChanged(EventHandler<Event> x)
Deprecated.
Set the value of the
onSelectionChanged property for the instance constructed by this builder. |
B |
style(java.lang.String x)
Deprecated.
Set the value of the
style property for the instance constructed by this builder. |
B |
styleClass(java.util.Collection<? extends java.lang.String> x)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Set the value of the
text property for the instance constructed by this builder. |
B |
tooltip(Tooltip x)
Deprecated.
Set the value of the
tooltip property for the instance constructed by this builder. |
B |
userData(java.lang.Object x)
Deprecated.
Set the value of the
userData property for the instance constructed by this builder. |
private int __set
private boolean closable
private Node content
private ContextMenu contextMenu
private boolean disable
private Node graphic
private java.lang.String id
private EventHandler<Event> onClosed
private EventHandler<Event> onSelectionChanged
private java.lang.String style
private java.util.Collection<? extends java.lang.String> styleClass
private java.lang.String text
private Tooltip tooltip
private java.lang.Object userData
public static TabBuilder<?> create()
private void __set(int i)
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.