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:
java.beans.PropertyEditor

public class ToolItemEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
ToolItemEditor()
           
 
Method Summary
 java.awt.Component getCustomEditor()
          It supports a customized property editor
 java.lang.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 java.awt.Component getCustomEditor()
It supports a customized property editor

Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport
Returns:
Component

supportsCustomEditor

public boolean supportsCustomEditor()
Determines whether the propertyEditor can provide a custom editor.

Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
Returns:
True if the propertyEditor can provide a custom editor.

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface java.beans.PropertyEditor
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport