Class JPanelEditValueType

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JPanelEditValueType extends JPanelEdit
An EditPanel which allows the user to select from a list of parameter value types.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • valueTypeBox

      private JComboBox valueTypeBox
      DOCUMENT ME!
  • Constructor Details

    • JPanelEditValueType

      public JPanelEditValueType(String initialText)
      Sets the panel to contain a standard, white JComboBox.
      Parameters:
      initialText - the text to which the box will be set when begun
      See Also:
  • Method Details

    • checkFields

      public boolean checkFields()
      There is nothing to check in this Panel. Returns true.
      Specified by:
      checkFields in class JPanelEdit
      Returns:
      true
    • getCodedValue

      public Object getCodedValue()
      DOCUMENT ME!
      Specified by:
      getCodedValue in class JPanelEdit
      Returns:
      DOCUMENT ME!
    • getPanelValue

      public String getPanelValue()
      gets the data which the user could redefine within this panel.
      Specified by:
      getPanelValue in class JPanelEdit
      Returns:
      This is the value translated from the user-editable fields