Class EdgeArrowShapeEditComponent
java.lang.Object
org.graffiti.plugin.editcomponent.ValueEditComponentAdapter
org.graffiti.plugin.editcomponent.AbstractValueEditComponent
org.graffiti.plugin.editcomponent.ComboBoxEditComponent
org.graffiti.plugins.editcomponents.defaults.EdgeArrowShapeEditComponent
- All Implemented Interfaces:
EventListener
,AttributeListener
,EdgeListener
,GraphListener
,NodeListener
,TransactionListener
,ValueEditComponent
public class EdgeArrowShapeEditComponent extends ComboBoxEditComponent
- Author:
- klukas
-
Field Summary
Fields Modifier and Type Field Description static String
absoluteInhibitorArrow
static String
absoluteStimulationArrow
static String
assignmentArrow
static String
circleArrow
static String
circleConnectArrow
static String
diamondArrow
static String
inhibitorArrow
static String
standardArrow
static String
standardArrowLeft
static String
standardArrowRight
static String
thinCircleArrow
static String
thinDiamondArrow
static String
thinStandardArrow
static String
triggerArrow
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 EdgeArrowShapeEditComponent(Displayable disp)
-
Method Summary
Methods inherited from class org.graffiti.plugin.editcomponent.ComboBoxEditComponent
getComponent, setEditFieldValue, 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
-
Field Details
-
standardArrow
-
standardArrowLeft
-
standardArrowRight
-
thinStandardArrow
-
circleArrow
-
thinCircleArrow
-
circleConnectArrow
-
diamondArrow
-
thinDiamondArrow
-
inhibitorArrow
-
triggerArrow
-
absoluteInhibitorArrow
-
absoluteStimulationArrow
-
assignmentArrow
-
-
Constructor Details
-
EdgeArrowShapeEditComponent
-