Uses of Class
org.apache.pivot.wtk.SplitPane.Region
-
Packages that use SplitPane.Region Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of SplitPane.Region in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return SplitPane.Region Modifier and Type Method Description SplitPane.Region
SplitPane. getPrimaryRegion()
static SplitPane.Region
SplitPane.Region. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SplitPane.Region[]
SplitPane.Region. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type SplitPane.Region Modifier and Type Method Description void
SplitPane. setPrimaryRegion(SplitPane.Region primaryRegion)
-