Uses of Class
net.sf.rej.gui.debug.DebugState

Packages that use DebugState
net.sf.rej.gui.debug Provides user-interface components, etc, for debugging another JVM process. 
net.sf.rej.gui.tab Contains reJ user interface tab components. 
 

Uses of DebugState in net.sf.rej.gui.debug
 

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

Uses of DebugState in net.sf.rej.gui.tab
 

Methods in net.sf.rej.gui.tab with parameters of type DebugState
 void DebugTab.setState(DebugState state)