Uses of Class
pivot.wtk.SplitPane.Region

Packages that use SplitPane.Region
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of SplitPane.Region in pivot.wtk
 

Methods in pivot.wtk that return SplitPane.Region
static SplitPane.Region SplitPane.Region.decode(String value)
           
 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 pivot.wtk with parameters of type SplitPane.Region
 void SplitPane.setPrimaryRegion(SplitPane.Region primaryRegion)