Uses of Class
net.sf.rej.gui.split.SplitMode

Packages that use SplitMode
net.sf.rej.gui.split Provides synchronized split-screen functionality. 
 

Uses of SplitMode in net.sf.rej.gui.split
 

Methods in net.sf.rej.gui.split that return SplitMode
static SplitMode SplitMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SplitMode[] SplitMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.