ucar.unidata.ui
Class InputFieldPanel.InputField

java.lang.Object
  extended by ucar.unidata.ui.InputFieldPanel.InputField
Direct Known Subclasses:
InputFieldPanel.CheckBoxField, InputFieldPanel.ComboField, InputFieldPanel.TextField
Enclosing class:
InputFieldPanel

public abstract class InputFieldPanel.InputField
extends Object

Class InputField

Author:
Unidata

Field Summary
protected  JComponent editComp
          _more_
protected  GridBagConstraints gbc
          _more_
protected  JLabel lab
          _more_
 
Constructor Summary
InputFieldPanel.InputField()
           
 
Method Summary
 int getSize()
          _more_
protected  void layout(String label)
          _more_
 void setEnabled(boolean enable)
          _more_
 void setSize(int size)
          _more_
 void setToolTipText(String tip)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gbc

protected GridBagConstraints gbc
_more_


editComp

protected JComponent editComp
_more_


lab

protected JLabel lab
_more_

Constructor Detail

InputFieldPanel.InputField

public InputFieldPanel.InputField()
Method Detail

layout

protected void layout(String label)
_more_

Parameters:
label -

setEnabled

public void setEnabled(boolean enable)
_more_

Parameters:
enable -

setToolTipText

public void setToolTipText(String tip)
_more_

Parameters:
tip -

getSize

public int getSize()
_more_

Returns:
_more_

setSize

public void setSize(int size)
_more_

Parameters:
size -