Package table

Class TypeEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
DefaultEditor, IntegerEditor, NominalEditor, RealEditor

public abstract class TypeEditor extends dialog.DialogPanel
Class for an editor for the values of types.
Since:
2007.07.17
See Also:
  • Field Details

    • type

      protected ColType type
      the type to edit
  • Constructor Details

    • TypeEditor

      public TypeEditor()
      Create a type editor.
      Since:
      2023.07.26 (Christian Borgelt)
  • Method Details

    • setType

      public abstract void setType(ColType type)
      Set the type to edit.
      Parameters:
      type - the type to edit
      Since:
      2007.07.17 (Christian Borgelt)
    • getType

      public abstract ColType getType()
      Get the edited type.
      Returns:
      the edited type
      Since:
      2007.07.17 (Christian Borgelt)