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

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

Uses of DoubleInfo in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type DoubleInfo
 void EditorFacade.modifyDoubleInfo(DoubleInfo info, double newValue)
           
 

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

Constructors in net.sf.rej.gui.action with parameters of type DoubleInfo
ModifyDoubleInfoAction(DoubleInfo info, double newValue)