Uses of Class
com.amalgamasimulation.graphicaleditor.models.ActionModel
Packages that use ActionModel
Package
Description
-
Uses of ActionModel in com.amalgamasimulation.graphicaleditor.behaviors
Fields in com.amalgamasimulation.graphicaleditor.behaviors declared as ActionModelModifier and TypeFieldDescriptionprotected ActionModelArcClickableAreaBehavior.actionModelprotected ActionModelNodeClickableAreaBehavior.actionModel -
Uses of ActionModel in com.amalgamasimulation.graphicaleditor.handlers
Methods in com.amalgamasimulation.graphicaleditor.handlers that return ActionModelMethods in com.amalgamasimulation.graphicaleditor.handlers with parameters of type ActionModelModifier and TypeMethodDescriptioncom.amalgamasimulation.emf.commands.AddCommand<org.eclipse.emf.ecore.EObject> CreateObjectClickHandler.createDefaultCommand(ActionModel actionModel, ContentPartFactory contentPartFactory, org.eclipse.emf.ecore.EClass eClass, org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node> rootPart, org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node> clickedPart, org.eclipse.emf.ecore.EObject container, double x, double y) org.eclipse.emf.ecore.EObjectCreateObjectClickHandler.executeCreateObject(ActionModel actionModel, ContentPartFactory contentPartFactory, org.eclipse.emf.ecore.EClass eClass, org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node> rootPart, org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node> clickedPart, org.eclipse.emf.ecore.EObject container, double x, double y) -
Uses of ActionModel in com.amalgamasimulation.graphicaleditor.parts
Methods in com.amalgamasimulation.graphicaleditor.parts with parameters of type ActionModelModifier and TypeMethodDescriptionbooleanAbstractArcPart.isPartSelectable(ActionModel actionModel) booleanAbstractConnectionLinkPart.isPartSelectable(ActionModel actionModel) booleanAbstractNodePart.isPartSelectable(ActionModel actionModel) booleanAbstractPart.isPartSelectable(ActionModel actionModel)