Package docking.widgets.pathmanager
Class AbstractTypedPropertyEditor<T>
java.lang.Object
docking.widgets.pathmanager.AbstractTypedPropertyEditor<T>
- All Implemented Interfaces:
PropertyEditor
-
Constructor Details
-
AbstractTypedPropertyEditor
public AbstractTypedPropertyEditor()
-
-
Method Details
-
getInitialValue
-
cast
-
setValue
- Specified by:
setValuein interfacePropertyEditor
-
getValue
- Specified by:
getValuein interfacePropertyEditor
-
isPaintable
public boolean isPaintable()- Specified by:
isPaintablein interfacePropertyEditor
-
paintValue
- Specified by:
paintValuein interfacePropertyEditor
-
getJavaInitializationString
- Specified by:
getJavaInitializationStringin interfacePropertyEditor
-
toText
-
getAsText
- Specified by:
getAsTextin interfacePropertyEditor
-
fromText
-
setAsText
- Specified by:
setAsTextin interfacePropertyEditor- Throws:
IllegalArgumentException
-
getTags
- Specified by:
getTagsin interfacePropertyEditor
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditorin interfacePropertyEditor
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfacePropertyEditor
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListenerin interfacePropertyEditor
-