Uses of Class
org.eclipse.core.commands.operations.UndoContext
-
Packages that use UndoContext Package Description org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone. -
-
Uses of UndoContext in org.eclipse.core.commands.operations
Subclasses of UndoContext in org.eclipse.core.commands.operations Modifier and Type Class Description class
ObjectUndoContext
An undo context that can be used to represent any given object.
-