spv.util.properties
Class FloatPropertyEditor

java.lang.Object
  extended by spv.util.properties.SpvPropertyEditor
      extended by spv.util.properties.FloatPropertyEditor

 class FloatPropertyEditor
extends SpvPropertyEditor


Field Summary
private  InputNumberField textbox
           
 
Fields inherited from class spv.util.properties.SpvPropertyEditor
doc_string, key, main_panel
 
Constructor Summary
FloatPropertyEditor()
           
 
Method Summary
(package private)  void buildGUI()
           
 
Methods inherited from class spv.util.properties.SpvPropertyEditor
addDocString, addParameter, getGUI, getLabel, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textbox

private InputNumberField textbox
Constructor Detail

FloatPropertyEditor

FloatPropertyEditor()
Method Detail

buildGUI

void buildGUI()
Specified by:
buildGUI in class SpvPropertyEditor