Runtime

Uses of Interface
org.eclipse.gmf.runtime.emf.ui.services.modelingassistant.IModelingAssistantOperation

Packages that use IModelingAssistantOperation
org.eclipse.gmf.runtime.emf.ui.services.modelingassistant The Modeling Assistant Service provides an extensible algorithm for offering users easy access to the most common editing gestures in a particular context of model elements and/or diagrams. 
 

Uses of IModelingAssistantOperation in org.eclipse.gmf.runtime.emf.ui.services.modelingassistant
 

Classes in org.eclipse.gmf.runtime.emf.ui.services.modelingassistant that implement IModelingAssistantOperation
 class GetRelTypesForSREOnSourceOperation
          The operation used with the modeling assistant service that gets the type of relationships that can be used to show related elements from a given source object.
 class GetRelTypesForSREOnTargetOperation
          The operation used with the modeling assistant service that gets the type of relationships that can be used to show related elements from a given target element.
 class GetRelTypesOnSourceAndTargetOperation
          The operation used with the modeling assistant service that gets the type of relationships that can be created between a given source and target element.
 class GetRelTypesOnSourceOperation
          The operation used with the modeling assistant service that gets the type of relationships that can be created from a given source element.
 class GetRelTypesOnTargetOperation
          The operation used with the modeling assistant service that gets the type of relationships that can be created from a given target element.
 class GetTypesForPopupBarOperation
          The operation used with the modeling assistant service that gets the type of elements that can be created from an action bar.
 class GetTypesForSourceOperation
          The operation used with the modeling assistant service that gets the type of elements that can be used for the source end of a relationship.
 class GetTypesForTargetOperation
          The operation used with the modeling assistant service that gets the type of elements that can be used for the target end of a relationship.
 class GetTypesOperation
          The operation used with the modeling assistant service that gets the type of elements that can be created or used for a specific hint or gesture and optional data.
 class SelectExistingElementForSourceOperation
          The operation used with the modeling assistant service that pops up a dialog from which the user can select an existing element to be used as the source end of a relationship.
 class SelectExistingElementForTargetOperation
          The operation used with the modeling assistant service that pops up a dialog from which the user can select an existing element to be used as the target end of a relationship.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.