|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graffiti.plugin.editcomponent.ValueEditComponentAdapter
org.graffiti.plugin.editcomponent.AbstractValueEditComponent
vanted.attribute.AbstractAttributeEditor
vanted.attribute.AbstractAttributeContinuousEditor
public abstract class AbstractAttributeContinuousEditor
The Class AbstractAttributeContinuousEditor handles the continuous abstract attribute editor.
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 | |
---|---|
AbstractAttributeContinuousEditor(org.graffiti.plugin.Displayable disp)
Instantiates a new abstract attribute continuous editor. |
Method Summary | |
---|---|
void |
stateChanged(javax.swing.event.ChangeEvent e)
|
Methods inherited from class vanted.attribute.AbstractAttributeEditor |
---|
actionPerformed, getComponent, setDisplayable, setShowEmpty |
Methods inherited from class org.graffiti.plugin.editcomponent.AbstractValueEditComponent |
---|
getDisplayable, getShowEmpty, isEnabled, postAttributeChanged, preAttributeChanged, setEnabled |
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, setParameter, setValue, transactionFinished, transactionStarted |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Methods inherited from interface org.graffiti.plugin.editcomponent.ValueEditComponent |
---|
setEditFieldValue, setValue |
Constructor Detail |
---|
public AbstractAttributeContinuousEditor(org.graffiti.plugin.Displayable disp)
disp
- the dispMethod Detail |
---|
public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |