org.eclipse.gmf.graphdef.editor.edit.helpers
Class GMFGraphBaseEditHelper
java.lang.Object
org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
org.eclipse.gmf.graphdef.editor.edit.helpers.GMFGraphBaseEditHelper
- All Implemented Interfaces:
- org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelper
- Direct Known Subclasses:
- CanvasEditHelper, ChildAccessEditHelper, CompartmentEditHelper, ConnectionEditHelper, DiagramLabelEditHelper, EllipseEditHelper, FigureDescriptorEditHelper, FigureGalleryEditHelper, LabelEditHelper, NodeEditHelper, PointEditHelper, PolygonEditHelper, PolylineEditHelper, RectangleEditHelper, RoundedRectangleEditHelper
public class GMFGraphBaseEditHelper
- extends org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
Method Summary |
protected org.eclipse.gmf.runtime.common.core.command.ICommand |
getCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req)
|
protected org.eclipse.gmf.runtime.common.core.command.ICommand |
getCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
|
protected org.eclipse.gmf.runtime.common.core.command.ICommand |
getDestroyElementCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest req)
|
protected org.eclipse.gmf.runtime.common.core.command.ICommand |
getDestroyReferenceCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyReferenceRequest req)
|
protected org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice[] |
getEditHelperAdvice(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req)
|
protected org.eclipse.gmf.runtime.common.core.command.ICommand |
getInsteadCommand(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req)
|
Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper |
approveRequest, canEdit, configureRequest, createCommand, getBasicDestroyElementCommand, getConfigureCommand, getContainedValues, getDefaultContainmentFeature, getDefaultContainmentFeatures, getDestroyDependentsCommand, getDestroyElementWithDependentsCommand, getDuplicateCommand, getEditCommand, getEditContextCommand, getMoveCommand, getReorientReferenceRelationshipCommand, getReorientRelationshipCommand, getSetCommand, initializeDefaultFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDIT_POLICY_COMMAND
public static final String EDIT_POLICY_COMMAND
- See Also:
- Constant Field Values
- Generated
CONTEXT_ELEMENT_TYPE
public static final String CONTEXT_ELEMENT_TYPE
- See Also:
- Constant Field Values
- Generated
GMFGraphBaseEditHelper
public GMFGraphBaseEditHelper()
getEditHelperAdvice
protected org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice[] getEditHelperAdvice(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req)
- Overrides:
getEditHelperAdvice
in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
getInsteadCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getInsteadCommand(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req)
- Overrides:
getInsteadCommand
in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
getCreateCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req)
- Overrides:
getCreateCommand
in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
getCreateRelationshipCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
- Overrides:
getCreateRelationshipCommand
in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
getDestroyElementCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getDestroyElementCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest req)
- Overrides:
getDestroyElementCommand
in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
getDestroyReferenceCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getDestroyReferenceCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyReferenceRequest req)
- Overrides:
getDestroyReferenceCommand
in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated
Copyright © 2012. All Rights Reserved.