Package table

Class NominalEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NominalEditor extends TypeEditor
Class for an editor for the values of nominal types.
Since:
2007.07.17
See Also:
  • Constructor Details

    • NominalEditor

      public NominalEditor()
      Create an editor for the values of nominal types.
      Since:
      2007.07.17 (Christian Borgelt)
    • NominalEditor

      public NominalEditor(NominalType type)
      Create an editor for the values of nominal types.
      Parameters:
      type - the nominal type to edit
      Since:
      2007.07.17 (Christian Borgelt)
  • Method Details

    • setType

      public void setType(ColType type)
      Set the nominal type to edit.
      Specified by:
      setType in class TypeEditor
      Parameters:
      type - the nominal type to edit
      Since:
      2007.07.17 (Christian Borgelt)
    • getType

      public ColType getType()
      Get the edited nominal type.
      Specified by:
      getType in class TypeEditor
      Returns:
      the edited nominal type
      Since:
      2007.07.17 (Christian Borgelt)