public class CCDModelViewProvider
extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider
implements org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
Constructor and Description |
---|
CCDModelViewProvider() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.gmf.runtime.notation.Node |
createAction_2004(org.eclipse.emf.ecore.EObject domainElement,
org.eclipse.gmf.runtime.notation.View containerView,
int index,
boolean persisted,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
org.eclipse.gmf.runtime.notation.Edge |
createActionPostconditions_2007(org.eclipse.gmf.runtime.notation.View containerView,
int index,
boolean persisted,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
org.eclipse.gmf.runtime.notation.Node |
createCondition_2001(org.eclipse.emf.ecore.EObject domainElement,
org.eclipse.gmf.runtime.notation.View containerView,
int index,
boolean persisted,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
org.eclipse.gmf.runtime.notation.Edge |
createConditionPreconditionOfActions_2008(org.eclipse.gmf.runtime.notation.View containerView,
int index,
boolean persisted,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
org.eclipse.gmf.runtime.notation.Diagram |
createDiagram(org.eclipse.core.runtime.IAdaptable semanticAdapter,
java.lang.String diagramKind,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
org.eclipse.gmf.runtime.notation.Edge |
createEdge(org.eclipse.core.runtime.IAdaptable semanticAdapter,
org.eclipse.gmf.runtime.notation.View containerView,
java.lang.String semanticHint,
int index,
boolean persisted,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
org.eclipse.gmf.runtime.notation.Node |
createNode(org.eclipse.core.runtime.IAdaptable semanticAdapter,
org.eclipse.gmf.runtime.notation.View containerView,
java.lang.String semanticHint,
int index,
boolean persisted,
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint) |
protected boolean |
provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateDiagramViewOperation op) |
protected boolean |
provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateEdgeViewOperation op) |
protected boolean |
provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateNodeViewOperation op) |
protected boolean |
provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateViewForKindOperation op) |
boolean |
provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation) |
addProviderChangeListener, fireProviderChange, removeProviderChangeListener
public final boolean provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
provides
in interface org.eclipse.gmf.runtime.common.core.service.IProvider
protected boolean provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateViewForKindOperation op)
protected boolean provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateDiagramViewOperation op)
protected boolean provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateNodeViewOperation op)
protected boolean provides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateEdgeViewOperation op)
public org.eclipse.gmf.runtime.notation.Diagram createDiagram(org.eclipse.core.runtime.IAdaptable semanticAdapter, java.lang.String diagramKind, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
createDiagram
in interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
public org.eclipse.gmf.runtime.notation.Node createNode(org.eclipse.core.runtime.IAdaptable semanticAdapter, org.eclipse.gmf.runtime.notation.View containerView, java.lang.String semanticHint, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
createNode
in interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
public org.eclipse.gmf.runtime.notation.Edge createEdge(org.eclipse.core.runtime.IAdaptable semanticAdapter, org.eclipse.gmf.runtime.notation.View containerView, java.lang.String semanticHint, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
createEdge
in interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
public org.eclipse.gmf.runtime.notation.Node createCondition_2001(org.eclipse.emf.ecore.EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
public org.eclipse.gmf.runtime.notation.Node createAction_2004(org.eclipse.emf.ecore.EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
public org.eclipse.gmf.runtime.notation.Edge createActionPostconditions_2007(org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
public org.eclipse.gmf.runtime.notation.Edge createConditionPreconditionOfActions_2008(org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)