Package table

Class RealEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class RealEditor extends TypeEditor
Class for an editor for the range of values of real-valued types.
Since:
2007.07.17
See Also:
  • Constructor Details

    • RealEditor

      public RealEditor()
      Create a real range editor.
      Since:
      2007.07.17 (Christian Borgelt)
    • RealEditor

      public RealEditor(ColType type)
      Create an real range editor.
      Parameters:
      type - the type to edit
      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)