com.esri.arcgis.beans.toolbar
Class ToolItemEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.esri.arcgis.beans.toolbar.ToolItemEditor
All Implemented Interfaces:
PropertyEditor

public class ToolItemEditor
extends PropertyEditorSupport


Constructor Summary
ToolItemEditor()
           
 
Method Summary
 Component getCustomEditor()
          It supports a customized property editor
 String getJavaInitializationString()
           
 boolean supportsCustomEditor()
          Determines whether the propertyEditor can provide a custom editor.
 
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
 

Constructor Detail

ToolItemEditor

public ToolItemEditor()
Method Detail

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