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 StringabsoluteInhibitorArrowstatic StringabsoluteStimulationArrowstatic StringassignmentArrowstatic StringcircleArrowstatic StringcircleConnectArrowstatic StringdiamondArrowstatic StringinhibitorArrowstatic StringstandardArrowstatic StringstandardArrowLeftstatic StringstandardArrowRightstatic StringthinCircleArrowstatic StringthinDiamondArrowstatic StringthinStandardArrowstatic StringtriggerArrowFields inherited from class org.graffiti.plugin.editcomponent.AbstractValueEditComponent
showEmptyFields 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, setValueMethods inherited from class org.graffiti.plugin.editcomponent.AbstractValueEditComponent
getDisplayable, getShowEmpty, isEnabled, postAttributeChanged, preAttributeChanged, setDisplayable, setEnabled, setShowEmptyMethods 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
-