The closable state for this tab.
The content associated with the tab.
The context menu associated with the tab.
The CssMetaData of this Styleable.
The CssMetaData of this Styleable.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Sets the disabled state of this tab.
Sets the disabled state of this tab. A disable tab is no longer interactive or traversable, but the contents remain interactive. A disable tab can be selected using TabPane.getSelectionModel().
2.2
Indicates whether or not this Tab is disabled.
Indicates whether or not this Tab is disabled. A Tab will become disabled if disable is set to true on either itself or if the TabPane is disabled.
2.2
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The id of this Styleable.
The id of this Styleable.
IMPLEMENTATION NOTE: For this method was adopted the name getId
instead id
to not
conflict with its subclasses already have a method with this name which returns a
StringProperty
.
A string representation of the CSS style associated with this specific Node.
A string representation of the CSS style associated with this specific Node.
IMPLEMENTATION NOTE: For this method was adopted the name getStyle
instead style
to not
conflict with its subclasses already have a method with this name which returns a
StringProperty
.
The graphic in the tab.
The delegate hashcode
The id of this tab.
Called when there is an external request to close this Tab.
The event handler that is associated with the tab when the tab is closed.
The event handler that is associated with a selection on the tab.
The pseudo-class state of this Styleable.
The pseudo-class state of this Styleable.
The currently selected tab.
The CSS style string associated to this tab.
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.
The parent of this Styleable, or null if there is no parent.
The parent of this Styleable, or null if there is no parent.
The TabPane that contains this tab.
The text shown in the tab.
Returns the original delegate's toString()
adding a [SFX]
prefix.
The tooltip associated with this tab.
The type of this Styleable
that is to be used in selector matching.
The type of this Styleable
that is to be used in selector matching.
Set the value of the userData property for the instance constructed by this builder.
Set the value of the userData property for the instance constructed by this builder.
2.2