Uses of Enum
javafx.scene.control.TabPane.TabClosingPolicy
Packages that use TabPane.TabClosingPolicy
-
Uses of TabPane.TabClosingPolicy in javafx.scene.control
Methods in javafx.scene.control that return TabPane.TabClosingPolicyModifier and TypeMethodDescriptionfinal TabPane.TabClosingPolicyTabPane.getTabClosingPolicy()The closing policy for the tabs.static TabPane.TabClosingPolicyReturns 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.Methods in javafx.scene.control that return types with arguments of type TabPane.TabClosingPolicyModifier and TypeMethodDescriptionTabPane.tabClosingPolicyProperty()The closing policy for the tabs.Methods in javafx.scene.control with parameters of type TabPane.TabClosingPolicyModifier and TypeMethodDescriptionfinal voidTabPane.setTabClosingPolicy(TabPane.TabClosingPolicy value) Specifies how the TabPane handles tab closing from an end-users perspective.