org.ocd.dcf.property.editor
Class IconEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.ocd.dcf.property.editor.EditorSupport
              |
              +--org.ocd.dcf.property.editor.IconEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class IconEditor
extends EditorSupport


Fields inherited from class org.ocd.dcf.property.editor.EditorSupport
MEDIUM_DIMENSION, panel, SMALL_DIMENSION
 
Constructor Summary
IconEditor()
           
 
Method Summary
 void setValue(java.lang.Object value)
          Set the Value of this Property
 
Methods inherited from class org.ocd.dcf.property.editor.EditorSupport
getCustomEditor, init, setAlignment, supportsCustomEditor
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconEditor

public IconEditor()
Method Detail

setValue

public void setValue(java.lang.Object value)
Description copied from class: EditorSupport
Set the Value of this Property
Overrides:
setValue in class EditorSupport
Following copied from class: org.ocd.dcf.property.editor.EditorSupport
Parameters:
pValue - new Value