Uses of Class
com.amalgamasimulation.graphicaleditor.parts.AbstractArcPart
Packages that use AbstractArcPart
Package
Description
-
Uses of AbstractArcPart in com.amalgamasimulation.graphicaleditor
Methods in com.amalgamasimulation.graphicaleditor that return types with arguments of type AbstractArcPartModifier and TypeMethodDescriptionprotected abstract Class<? extends AbstractArcPart<?,?, ?, ?>>[] Module.getArcPartTypes()Method parameters in com.amalgamasimulation.graphicaleditor with type arguments of type AbstractArcPartModifier and TypeMethodDescriptionprotected voidModule.bindArcPartAdapters(com.google.inject.multibindings.MapBinder<org.eclipse.gef.common.adapt.AdapterKey<?>, Object> adapterMapBinder, Class<? extends AbstractArcPart<?, ?, ?, ?>> arcPartType) -
Uses of AbstractArcPart in com.amalgamasimulation.graphicaleditor.behaviors
Fields in com.amalgamasimulation.graphicaleditor.behaviors declared as AbstractArcPartModifier and TypeFieldDescriptionprotected AbstractArcPart<?, ?, ?, ?> ArcClickableAreaBehavior.hostMethods in com.amalgamasimulation.graphicaleditor.behaviors that return AbstractArcPart -
Uses of AbstractArcPart in com.amalgamasimulation.graphicaleditor.commands
Methods in com.amalgamasimulation.graphicaleditor.commands that return types with arguments of type AbstractArcPartMethods in com.amalgamasimulation.graphicaleditor.commands with parameters of type AbstractArcPartModifier and TypeMethodDescriptionvoidSplitIntersectedGraphArcsCommand.splitMineSegment(A arc, AbstractArcPart<A, AC, AN, ABP> dummyPart, AbstractNodePart<N, NC> nodePart, int entryIndex) voidSplitIntersectedGraphArcsCommand.splitMineSegment(A arc, AbstractArcPart<A, AC, AN, ABP> dummyPart, AbstractNodePart<N, NC> nodePart, int entryIndex, Map<ABP, Double[]> bendpointCoordsCache) -
Uses of AbstractArcPart in com.amalgamasimulation.graphicaleditor.handlers
Methods in com.amalgamasimulation.graphicaleditor.handlers with parameters of type AbstractArcPartModifier and TypeMethodDescriptionprotected com.amalgamasimulation.emf.commands.AddCommand<? extends org.eclipse.emf.ecore.EObject> BendpointCtrlClickHandler.createArcCommand(ContentPartFactory contentPartFactory, org.eclipse.emf.ecore.EClass arcClass, AbstractArcPart<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject, ? extends org.eclipse.emf.ecore.EObject> arcPart, org.eclipse.emf.ecore.EObject sourceNode, org.eclipse.emf.ecore.EObject destNode) protected voidBendpointCtrlClickHandler.executeCtrlClick(AbstractArcPart<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject> arcPart, org.eclipse.emf.ecore.EObject bendpoint, InfiniteCanvasViewer contentViewer) protected voidBendpointDoubleClickHandler.executeDoubleClick(AbstractArcPart<? extends org.eclipse.emf.ecore.EObject, ? extends org.eclipse.emf.ecore.EObject, ? extends org.eclipse.emf.ecore.EObject, ? extends org.eclipse.emf.ecore.EObject> arcPart, org.eclipse.emf.ecore.EObject bendpoint, InfiniteCanvasViewer contentViewer) -
Uses of AbstractArcPart in com.amalgamasimulation.graphicaleditor.parts
Methods in com.amalgamasimulation.graphicaleditor.parts that return types with arguments of type AbstractArcPartModifier and TypeMethodDescriptionList<AbstractArcPart<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject>> AbstractNodePart.getConnectedArcParts()