Package ucar.unidata.ui
Class InputFieldPanel.DoubleField
java.lang.Object
ucar.unidata.ui.InputFieldPanel.InputField
ucar.unidata.ui.InputFieldPanel.TextField
ucar.unidata.ui.InputFieldPanel.DoubleField
- Enclosing class:
InputFieldPanel
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
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
-
Method Details
-
setValue
public void setValue(double value) _more_- Parameters:
value
-
-
getDoubleValue
public double getDoubleValue()_more_- Returns:
- _more_
-