Uses of Class
org.apache.pivot.wtk.SplitPane.Region

Packages that use SplitPane.Region
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
 SplitPane.Region SplitPane.getPrimaryRegion()
           
static SplitPane.Region SplitPane.Region.valueOf(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
 void SplitPane.setPrimaryRegion(SplitPane.Region primaryRegion)