Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire