The closable state for this tab.
The content associated with the tab.
The context menu associated with the tab.
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 graphic in the tab.
The delegate hashcode
The id of 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 currently selected tab.
The CSS style string associated to this tab.
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.
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