Package adams.gui.goe
Interface PropertyEditorWithConstraint<T extends AbstractOptionConstraint>
-
- All Superinterfaces:
PropertyEditor
- All Known Implementing Classes:
AbstractFloatingPointNumberEditor,AbstractIntegralNumberEditor,AbstractNumberEditor,ByteEditor,DoubleEditor,FloatEditor,IntegerEditor,LongEditor,ShortEditor,StringEditor
public interface PropertyEditorWithConstraint<T extends AbstractOptionConstraint> extends PropertyEditor
Interface for property editors that support constraints.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetConstraint()Return the constraint in use.voidsetConstraint(T value)The constraint to use.-
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
-
-