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

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

Uses of FloatInfo in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type FloatInfo
 void EditorFacade.modifyFloatInfo(FloatInfo info, float newValue)
           
 

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

Constructors in net.sf.rej.gui.action with parameters of type FloatInfo
ModifyFloatInfoAction(FloatInfo info, float newValue)