ucar.unidata.ui
Class InputFieldPanel.BooleanField

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

public class InputFieldPanel.BooleanField
extends InputFieldPanel.TextField

Class BooleanField

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
 boolean getBoolean()
          _more_
 void setValue(boolean 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(boolean value)
_more_

Parameters:
value -

getBoolean

public boolean getBoolean()
_more_

Returns:
_more_