Uses of Class
net.sf.rej.java.constantpool.StringInfo

Packages that use StringInfo
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.action Contains reJ GUI actions. 
 

Uses of StringInfo in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type StringInfo
 void EditorFacade.modifyStringInfo(StringInfo info, java.lang.String newValue)
           
 

Uses of StringInfo in net.sf.rej.gui.action
 

Constructors in net.sf.rej.gui.action with parameters of type StringInfo
ModifyStringInfoAction(StringInfo info, java.lang.String newValue)