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

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

Uses of LongInfo in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type LongInfo
 void EditorFacade.modifyLongInfo(LongInfo info, long newValue)
           
 

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

Constructors in net.sf.rej.gui.action with parameters of type LongInfo
ModifyLongInfoAction(LongInfo info, long newValue)