org.ocd.dcf.property.editor
Class StringEditor

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

public class StringEditor
extends EditorSupport


Fields inherited from class org.ocd.dcf.property.editor.EditorSupport
MEDIUM_DIMENSION, panel, SMALL_DIMENSION
 
Constructor Summary
StringEditor()
          Create the StringEditor
 
Method Summary
 java.lang.Object getValue()
          Get Value from the Editor
 void setValue(java.lang.Object value)
          Set Value into the Editor
 
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, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringEditor

public StringEditor()
Create the StringEditor
Method Detail

getValue

public java.lang.Object getValue()
Get Value from the Editor
Overrides:
getValue in class java.beans.PropertyEditorSupport

setValue

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