Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatSplitPane.ExpandableSide
Packages that use FlatSplitPane.ExpandableSide
-
Uses of FlatSplitPane.ExpandableSide in com.formdev.flatlaf.extras.components
Subclasses with type arguments of type FlatSplitPane.ExpandableSide in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatSplitPane.ExpandableSideModifier and TypeMethodDescriptionFlatSplitPane.getExpandableSide()Returns what side of the spilt pane is allowed to expand via one-touch expanding arrow buttons.static FlatSplitPane.ExpandableSideReturns the enum constant of this class with the specified name.static FlatSplitPane.ExpandableSide[]FlatSplitPane.ExpandableSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatSplitPane.ExpandableSideModifier and TypeMethodDescriptionvoidFlatSplitPane.setExpandableSide(FlatSplitPane.ExpandableSide expandableSide) Specifies what side of the spilt pane is allowed to expand via one-touch expanding arrow buttons.