vanted.attribute.cpn.guard
Class GuardAttributeEditor

java.lang.Object
  extended by org.graffiti.plugin.editcomponent.ValueEditComponentAdapter
      extended by org.graffiti.plugin.editcomponent.AbstractValueEditComponent
          extended by vanted.attribute.cpn.guard.GuardAttributeEditor
All Implemented Interfaces:
java.util.EventListener, org.graffiti.event.AttributeListener, org.graffiti.event.EdgeListener, org.graffiti.event.GraphListener, org.graffiti.event.NodeListener, org.graffiti.event.TransactionListener, org.graffiti.plugin.editcomponent.ValueEditComponent

public class GuardAttributeEditor
extends org.graffiti.plugin.editcomponent.AbstractValueEditComponent

The Class GuardAttributeEditor a way to change the guard in the VANTED gui.

Author:
Kevin Pucknat

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
GuardAttributeEditor(org.graffiti.plugin.Displayable disp)
          Instantiates a new guard attribute editor.
 
Method Summary
 javax.swing.JComponent getComponent()
           
 void setEditFieldValue()
           
 void 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, setParameter, setValue, transactionFinished, transactionStarted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuardAttributeEditor

public GuardAttributeEditor(org.graffiti.plugin.Displayable disp)
Instantiates a new guard attribute editor.

Parameters:
disp - the disp
Method Detail

getComponent

public javax.swing.JComponent getComponent()

setEditFieldValue

public void setEditFieldValue()

setValue

public void setValue()