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

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

Uses of IntegerInfo in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type IntegerInfo
 void EditorFacade.modifyIntegerInfo(IntegerInfo info, int newValue)
           
 

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

Constructors in net.sf.rej.gui.action with parameters of type IntegerInfo
ModifyIntegerInfoAction(IntegerInfo info, int newValue)