com.eliad.swing
Class ResizeEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.eliad.swing.EnumEditor
              |
              +--com.eliad.swing.ResizeEditor

public class ResizeEditor
extends EnumEditor


Constructor Summary
ResizeEditor()
           
 
Methods inherited from class com.eliad.swing.EnumEditor
fromEnum, getAsText, getJavaInitializationString, getTags, setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, 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

ResizeEditor

public ResizeEditor()