HEADER

biouml.standard.type
Class MultiLineHtmlFieldEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--biouml.standard.type.MultiLineHtmlFieldEditor

public class MultiLineHtmlFieldEditor
extends PropertyEditorSupport

pending some stub implementation to format fields consisting from several lines.

Method Summary
 StringgetAsText()
           

Methods inherited from class java.beans.PropertyEditorSupport
setValue, getValue, isPaintable, paintValue, getJavaInitializationString, setAsText, getTags, getCustomEditor, supportsCustomEditor, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Method Detail

getAsText

public String getAsText()

FOOTER

BOTTOM