Uses of Enum
javafx.scene.control.TabPane.TabClosingPolicy
-
Uses of TabPane.TabClosingPolicy in javafx.scene.control
Modifier and TypeMethodDescriptionfinal TabPane.TabClosingPolicy
TabPane.getTabClosingPolicy()
The closing policy for the tabs.static TabPane.TabClosingPolicy
Returns the enum constant of this type with the specified name.static TabPane.TabClosingPolicy[]
TabPane.TabClosingPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTabPane.tabClosingPolicyProperty()
The closing policy for the tabs.Modifier and TypeMethodDescriptionfinal void
TabPane.setTabClosingPolicy
(TabPane.TabClosingPolicy value) Specifies how the TabPane handles tab closing from an end-users perspective.