Uses of Class
com.formdev.flatlaf.extras.components.FlatSplitPane.ExpandableSide
-
Packages that use FlatSplitPane.ExpandableSide Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatSplitPane.ExpandableSide in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatSplitPane.ExpandableSide Modifier and Type Method Description FlatSplitPane.ExpandableSide
FlatSplitPane. getExpandableSide()
Returns what side of the spilt pane is allowed to expand via one-touch expanding arrow buttons.static FlatSplitPane.ExpandableSide
FlatSplitPane.ExpandableSide. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatSplitPane.ExpandableSide[]
FlatSplitPane.ExpandableSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatSplitPane.ExpandableSide Modifier and Type Method Description void
FlatSplitPane. setExpandableSide(FlatSplitPane.ExpandableSide expandableSide)
Specifies what side of the spilt pane is allowed to expand via one-touch expanding arrow buttons.
-