Class TextAreaEditComponent
java.lang.Object
org.graffiti.plugin.editcomponent.ValueEditComponentAdapter
org.graffiti.plugin.editcomponent.AbstractValueEditComponent
org.graffiti.plugins.editcomponents.defaults.StringEditComponent
org.graffiti.plugins.editcomponents.defaults.TextAreaEditComponent
- All Implemented Interfaces:
EventListener
,AttributeListener
,EdgeListener
,GraphListener
,NodeListener
,TransactionListener
,ValueEditComponent
public class TextAreaEditComponent extends StringEditComponent
DOCUMENT ME!
- Version:
- $Revision: 1.5 $
-
Field Summary
Fields inherited from class org.graffiti.plugin.editcomponent.AbstractValueEditComponent
showEmpty
Fields inherited from interface org.graffiti.plugin.editcomponent.ValueEditComponent
EMPTY_STRING
-
Constructor Summary
Constructors Constructor Description TextAreaEditComponent(StringAttribute attr)
Constructor for TextAreaEditComponent.TextAreaEditComponent(Displayable disp)
Constructor for TextAreaEditComponent. -
Method Summary
Methods inherited from class org.graffiti.plugins.editcomponents.defaults.StringEditComponent
getComponent, setEditFieldValue, setParameter, setValue
Methods inherited from class org.graffiti.plugin.editcomponent.AbstractValueEditComponent
getDisplayable, getShowEmpty, isEnabled, postAttributeChanged, preAttributeChanged, setDisplayable, setEnabled, setShowEmpty
Methods inherited from class org.graffiti.plugin.editcomponent.ValueEditComponentAdapter
postAttributeAdded, postAttributeRemoved, postDirectedChanged, postEdgeAdded, postEdgeRemoved, postEdgeReversed, postGraphCleared, postInEdgeAdded, postInEdgeRemoved, postNodeAdded, postNodeRemoved, postOutEdgeAdded, postOutEdgeRemoved, postSourceNodeChanged, postTargetNodeChanged, postUndirectedEdgeAdded, postUndirectedEdgeRemoved, preAttributeAdded, preAttributeRemoved, preDirectedChanged, preEdgeAdded, preEdgeRemoved, preEdgeReversed, preGraphCleared, preInEdgeAdded, preInEdgeRemoved, preNodeAdded, preNodeRemoved, preOutEdgeAdded, preOutEdgeRemoved, preSourceNodeChanged, preTargetNodeChanged, preUndirectedEdgeAdded, preUndirectedEdgeRemoved, setValue, transactionFinished, transactionStarted
-
Constructor Details
-
TextAreaEditComponent
Constructor for TextAreaEditComponent.- Parameters:
disp
- DOCUMENT ME!
-
TextAreaEditComponent
Constructor for TextAreaEditComponent.- Parameters:
attr
- DOCUMENT ME!
-