Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.core.command.ICompositeCommand

Packages that use ICompositeCommand
org.eclipse.gmf.runtime.common.core.command Provides a set of classes for executing, undoing and redoing units of work, known as Commands
org.eclipse.gmf.runtime.emf.commands.core.command Specification of the command API for operations that modify EMF models. 
org.eclipse.gmf.runtime.emf.type.core.edithelper Provides the edit helper and edit helper advice for the Element Type framework. 
org.eclipse.gmf.runtime.emf.ui.properties.sections Classes for use in defining property editors to compose sections of the properties view. 
 

Uses of ICompositeCommand in org.eclipse.gmf.runtime.common.core.command
 

Classes in org.eclipse.gmf.runtime.common.core.command that implement ICompositeCommand
 class CompositeCommand
          An undoable command that is composed of child IUndoableOperations that are not known to modify EMF model resources, but can contain model-affecting children.
 

Uses of ICompositeCommand in org.eclipse.gmf.runtime.emf.commands.core.command
 

Classes in org.eclipse.gmf.runtime.emf.commands.core.command that implement ICompositeCommand
 class CompositeTransactionalCommand
          An undoable operation that is composed of child IUndoableOperations that are expected to modify EMF model resources.
 

Uses of ICompositeCommand in org.eclipse.gmf.runtime.emf.type.core.edithelper
 

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper that return ICompositeCommand
protected  ICompositeCommand AbstractEditHelper.createCommand(IEditCommandRequest req)
          Creates a new composite command.
 

Uses of ICompositeCommand in org.eclipse.gmf.runtime.emf.ui.properties.sections
 

Methods in org.eclipse.gmf.runtime.emf.ui.properties.sections that return ICompositeCommand
protected  ICompositeCommand UndoableModelPropertySheetEntry.getCompositeCommand(java.lang.String propertyName)
           
 


Runtime

Guidelines for using Eclipse APIs.

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