atg.svc.repository.beans
Class SlotRendererComboViewEditor

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

public class SlotRendererComboViewEditor
extends java.beans.PropertyEditorSupport

This is the PropertyEditor for the SlotRendererComboView 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 SlotRendererComboView by calling PropertyEditorSupport.getValue(). The full list of allowed "tag" values can be obtained by calling getTags().


Constructor Summary
SlotRendererComboViewEditor()
           
 
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

SlotRendererComboViewEditor

public SlotRendererComboViewEditor()
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