com.vistech.shapes
Class DrawableEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.vistech.editors.EnumIntEditor
              |
              +--com.vistech.shapes.DrawableEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class DrawableEditor
extends com.vistech.editors.EnumIntEditor

Property editor for displaying viewing modes.

Version:
1.0 24 July 1999
Author:
Larry Rodrigues

Constructor Summary
DrawableEditor()
           
 
Method Summary
 java.lang.String[] getTags()
           
 
Methods inherited from class com.vistech.editors.EnumIntEditor
getAsText, getValue, setAsText, setEnumClass
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawableEditor

public DrawableEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Overrides:
getTags in class com.vistech.editors.EnumIntEditor