com.horstmann.violet.framework
Class MultiLineStringEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.horstmann.violet.framework.MultiLineStringEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class MultiLineStringEditor
extends java.beans.PropertyEditorSupport

A property editor for the MultiLineString type.


Constructor Summary
MultiLineStringEditor()
           
 
Method Summary
 java.awt.Component getCustomEditor()
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLineStringEditor

public MultiLineStringEditor()
Method Detail

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport

getCustomEditor

public java.awt.Component getCustomEditor()
Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport