Uses of Class
com.amalgamasimulation.graphicaleditor.parts.AbstractNodePart
Packages that use AbstractNodePart
Package
Description
-
Uses of AbstractNodePart in com.amalgamasimulation.graphicaleditor
Methods in com.amalgamasimulation.graphicaleditor that return types with arguments of type AbstractNodePartModifier and TypeMethodDescriptionprotected abstract Class<? extends AbstractNodePart<?,?>>[] Module.getNodePartTypes()Method parameters in com.amalgamasimulation.graphicaleditor with type arguments of type AbstractNodePartModifier and TypeMethodDescriptionprotected voidModule.bindNodePartAdapters(com.google.inject.multibindings.MapBinder<org.eclipse.gef.common.adapt.AdapterKey<?>, Object> adapterMapBinder, Class<? extends AbstractNodePart<?, ?>> nodePartType) -
Uses of AbstractNodePart in com.amalgamasimulation.graphicaleditor.behaviors
Fields in com.amalgamasimulation.graphicaleditor.behaviors declared as AbstractNodePartMethods in com.amalgamasimulation.graphicaleditor.behaviors that return AbstractNodePart -
Uses of AbstractNodePart in com.amalgamasimulation.graphicaleditor.commands
Methods in com.amalgamasimulation.graphicaleditor.commands with parameters of type AbstractNodePartModifier 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 AbstractNodePart in com.amalgamasimulation.graphicaleditor.models
Methods in com.amalgamasimulation.graphicaleditor.models that return AbstractNodePartModifier and TypeMethodDescriptionAbstractNodePart<?, ?> ActionModel.getSelectedDestNode()AbstractNodePart<?, ?> ActionModel.getSelectedSourceNode()Methods in com.amalgamasimulation.graphicaleditor.models with parameters of type AbstractNodePartModifier and TypeMethodDescriptionvoidActionModel.setSelectedDestNode(AbstractNodePart<?, ?> nodePart) voidActionModel.setSelectedSourceNode(AbstractNodePart<?, ?> nodePart)