Uses of Class
net.sf.rej.gui.ConstantPoolTranslationMode

Packages that use ConstantPoolTranslationMode
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
 

Uses of ConstantPoolTranslationMode in net.sf.rej.gui
 

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

Methods in net.sf.rej.gui with parameters of type ConstantPoolTranslationMode
 void EditorFacade.setConstantPoolTranslationMode(ConstantPoolTranslationMode mode)