org.concord.collisions.ui
Class TextPropertyEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.concord.collisions.ui.TextPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class TextPropertyEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
TextPropertyEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPropertyEditor

public TextPropertyEditor()