A C D E F G H I L M N O R S T U W

C

canApply() - Method in class org.eclipse.emf.workspace.util.OperationChangeDescription
I can apply if my wrapped operation can undo or redo, according to whether it was last undone or redone.
canExecute() - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
I can execute if all of my children can execute.
canExecute() - Method in class org.eclipse.emf.workspace.EMFCommandOperation
I can execute if my command can execute.
canExecute() - Method in class org.eclipse.emf.workspace.EMFOperationCommand
I can execute if my wrapped operation can execute.
canRedo() - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Queries whether I can be redone.
canRedo() - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
I can redo if my transaction successfully completed with changes recorded and my children can all be redone.
canRedo() - Method in class org.eclipse.emf.workspace.EMFCommandOperation
I can redo if either my wrapped command is a ConditionalRedoCommand that can undo, or it is not a conditionally redoable command.
canRedo() - Method in class org.eclipse.emf.workspace.EMFOperationCommand
I can redo if my wrapped operation can redo.
canRedo() - Method in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
Queries whether we can redo my default undo context in my operation history.
canUndo() - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Queries whether I can be undone.
canUndo() - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
I can undo if my transaction successfully completed with changes recorded and my children can all be undone.
canUndo() - Method in class org.eclipse.emf.workspace.EMFCommandOperation
I can undo if my command or (if any) trigger command can undo.
canUndo() - Method in class org.eclipse.emf.workspace.EMFOperationCommand
I can undo if my wrapped operation can undo.
canUndo() - Method in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
Queries whether we can undo my default undo context in my operation history.
chain(Command) - Method in class org.eclipse.emf.workspace.EMFOperationCommand
 
commit() - Method in class org.eclipse.emf.workspace.impl.NonEMFTransaction
Appends my non-EMF change and commits.
CompositeEMFOperation - Class in org.eclipse.emf.workspace
An implementation of a composite undoable operation for composition of operations which may include AbstractEMFOperations.
CompositeEMFOperation(TransactionalEditingDomain, String) - Constructor for class org.eclipse.emf.workspace.CompositeEMFOperation
Initializes me with the editing domain in which I am making model changes and a label.
CompositeEMFOperation(TransactionalEditingDomain, String, Map<?, ?>) - Constructor for class org.eclipse.emf.workspace.CompositeEMFOperation
Initializes me with the editing domain, a label, and transaction options.
CompositeEMFOperation(TransactionalEditingDomain, String, List<? extends IUndoableOperation>) - Constructor for class org.eclipse.emf.workspace.CompositeEMFOperation
Initializes me with the editing domain, a label, and child operations.
CompositeEMFOperation(TransactionalEditingDomain, String, List<? extends IUndoableOperation>, Map<?, ?>) - Constructor for class org.eclipse.emf.workspace.CompositeEMFOperation
Initializes me with the editing domain, a label, and child operations, and transaction options.
createEditingDomain() - Method in class org.eclipse.emf.workspace.WorkspaceEditingDomainFactory
Creates a new editing domain using a default resource set implementation and the Workbench's shared operation history.
createEditingDomain(ResourceSet) - Method in class org.eclipse.emf.workspace.WorkspaceEditingDomainFactory
Creates a new editing domain using the given resource set and the Workbench's shared operation history.
createEditingDomain(IOperationHistory) - Method in class org.eclipse.emf.workspace.WorkspaceEditingDomainFactory
Creates a new editing domain on a default resource set implementation and the specified operation history.
createEditingDomain(ResourceSet, IOperationHistory) - Method in class org.eclipse.emf.workspace.WorkspaceEditingDomainFactory
Creates a new editing domain on the given resource set and the specified operation history.
createTransaction(Command, Map<?, ?>) - Method in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
 

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A C D E F G H I L M N O R S T U W