Package adams.gui.goe
Interface PropertyEditorWithDefaultValue
-
- All Superinterfaces:
PropertyEditor
- All Known Implementing Classes:
AbstractFloatingPointNumberEditor,AbstractIntegralNumberEditor,AbstractNumberEditor,ByteEditor,DoubleEditor,FloatEditor,IntegerEditor,LongEditor,ShortEditor
public interface PropertyEditorWithDefaultValue extends PropertyEditor
Interface for property editors that support default values.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetDefaultValue()Returns the default value.voidsetDefaultValue(Object value)Sets the default value.-
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
-
-