ucar.unidata.ui
Class InputFieldPanel.DoubleField

java.lang.Object
  extended by ucar.unidata.ui.InputFieldPanel.InputField
      extended by ucar.unidata.ui.InputFieldPanel.TextField
          extended by ucar.unidata.ui.InputFieldPanel.DoubleField
Enclosing class:
InputFieldPanel

public class InputFieldPanel.DoubleField
extends InputFieldPanel.TextField

Class DoubleField

Author:
Unidata

Field Summary
 
Fields inherited from class ucar.unidata.ui.InputFieldPanel.TextField
tf
 
Fields inherited from class ucar.unidata.ui.InputFieldPanel.InputField
editComp, gbc, lab
 
Method Summary
 double getDoubleValue()
          _more_
 void setValue(double value)
          _more_
 
Methods inherited from class ucar.unidata.ui.InputFieldPanel.TextField
getInt, getSize, getText, setEditable, setInt, setSize, setText
 
Methods inherited from class ucar.unidata.ui.InputFieldPanel.InputField
layout, setEnabled, setToolTipText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setValue

public void setValue(double value)
_more_

Parameters:
value -

getDoubleValue

public double getDoubleValue()
_more_

Returns:
_more_