Package adams.gui.goe
Interface TextRepresentationEditor
-
- All Superinterfaces:
PropertyEditor
- All Known Implementing Classes:
TagArrayEditor
public interface TextRepresentationEditor extends PropertyEditor
Interface for editors that may support thePropertyEditor.setAsText(String)andPropertyEditor.getAsText()methods.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupportsTextRepresentation()Indicates whether it supports setting/getting via thePropertyEditor.setAsText(String)andPropertyEditor.getAsText()methods.-
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
supportsTextRepresentation
boolean supportsTextRepresentation()
Indicates whether it supports setting/getting via thePropertyEditor.setAsText(String)andPropertyEditor.getAsText()methods.- Returns:
- true if supported
- See Also:
PropertyEditor.getAsText(),PropertyEditor.setAsText(String)
-
-