atg.svc.repository.beans
Class FieldDefinitionEditorEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by atg.svc.repository.beans.FieldDefinitionEditorEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class FieldDefinitionEditorEditor
extends java.beans.PropertyEditorSupport

This is the PropertyEditor for the FieldDefinitionEditor class. That class provides access to instances that represent various String "tag" values. This PropertyEditor allows the application to supply one of those String "tag" values to the setAsText(java.lang.String) method and retrieve the corresponding FieldDefinitionEditor by calling PropertyEditorSupport.getValue(). The full list of allowed "tag" values can be obtained by calling getTags().


Constructor Summary
FieldDefinitionEditorEditor()
           
 
Method Summary
 java.lang.String[] getTags()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDefinitionEditorEditor

public FieldDefinitionEditorEditor()
Method Detail

getTags

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

setAsText

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