com.esri.arcgis.beans.toolbar
Class ToolItemEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.esri.arcgis.beans.toolbar.ToolItemEditor
- All Implemented Interfaces:
- PropertyEditor
public class ToolItemEditor
- extends PropertyEditorSupport
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolItemEditor
public ToolItemEditor()
getCustomEditor
public Component getCustomEditor()
- It supports a customized property editor
- Specified by:
getCustomEditor
in interface PropertyEditor
- Overrides:
getCustomEditor
in class PropertyEditorSupport
- Returns:
- Component
supportsCustomEditor
public boolean supportsCustomEditor()
- Determines whether the propertyEditor can provide a custom editor.
- Specified by:
supportsCustomEditor
in interface PropertyEditor
- Overrides:
supportsCustomEditor
in class PropertyEditorSupport
- Returns:
- True if the propertyEditor can provide a custom editor.
getJavaInitializationString
public String getJavaInitializationString()
- Specified by:
getJavaInitializationString
in interface PropertyEditor
- Overrides:
getJavaInitializationString
in class PropertyEditorSupport