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
Methods 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.ExpandableSide
Returns 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 TypeMethodDescriptionvoid
FlatSplitPane.setExpandableSide
(FlatSplitPane.ExpandableSide expandableSide) Specifies what side of the spilt pane is allowed to expand via one-touch expanding arrow buttons.