org.eclipse.ui.operations.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of workbench Show documentation
Show all versions of workbench Show documentation
This plug-in contains the bulk of the Workbench implementation, and depends on JFace, SWT, and Core Runtime. It cannot be used independently from org.eclipse.ui. Workbench client plug-ins should not depend directly on this plug-in.
The newest version!
Package-level Javadoc
Classes that provide the basic workbench UI support for undo and redo of
operations.
Package Specification
This package provides utilities that implement the common function for interacting
with the workbench operation history. The workbench operation support provides
access to the operation history used by the workbench and a context that should
be used to identify operations global to the workbench. The workbench history is used
to maintain all undoable operations that occur in the workbench. Standard action
handlers and an associated action group are provided so that any view or editor
can easily add undo/redo support that works with the workbench operations history.
Specialized operation approvers can be used by clients to get user approval
for unexpected conditions in the operation history.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy