|
Runtime | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FileModificationValidator.ISyncExecHelper | This interface works in conjuction with the FileModificationValidator.ISyncExecHelper
to bridge entities knowing of UI and those with knowledge of editing domains. |
ICommand | A self-composing undoable operation that has a CommandResult and a
list of affected IFile s. |
ICompositeCommand | A self-composing undoable operation that is has a CommandResult , a
list of affected IFile s, and is composed of child operations. |
IModificationValidator | A validator responsible for doing the actual validation on files. |
Class Summary | |
---|---|
AbstractCommand | An abstract superclass for GMF IUndoableOperation s that do not
modify EMF model resources. |
CommandResult | The result of a command execution. |
CompositeCommand | An undoable command that is composed of child IUndoableOperation s
that are not known to modify EMF model resources, but can contain
model-affecting children. |
FileModificationValidator | Static utility that approves the modification of files using an
IModificationValidator . |
FileModificationValidator.SyncExecHelper | Utility class that is used to bridge those entities that have knowledge of UI and those that have knowledge of editing domains. |
IdentityCommand | A command that is always executable, undoable and redoable, but does nothing. |
OneTimeCommand | A command does its work once, and can never be undone or redone. |
UnexecutableCommand | A command that cannot be executed. |
Provides a set of classes for executing, undoing and redoing units of work, known as Commands.
Extends the Eclipse undoable operations framework with the following behaviour:
Commands should be executed, undone and redone through an instance of
the IOperationHistory
.
|
Runtime | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.