Package table

Class DefaultEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • DefaultEditor

      public DefaultEditor()
      Create a default type editor.
      Since:
      2007.07.17 (Christian Borgelt)
    • DefaultEditor

      public DefaultEditor(ColType type)
      Create a default type editor.
      Parameters:
      type - the column type for the editor
      Since:
      2007.07.17 (Christian Borgelt)
  • Method Details

    • setType

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

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