org.eclipse.ui.cheatsheets |
Package-level Javadoc
Provides support for working with cheat sheets.
Package Specification
This package contains the API for cheat sheets.
|
Java Source File Name | Type | Comment |
AbstractItemExtensionElement.java | Class | Base class for adding controls to cheat sheet items.
Subclasses are used in conjunction with the
org.eclipse.ui.cheatsheets.cheatSheetItemExtension extension
point. |
CheatSheetExtensionFactory.java | Class | Factory for the cheat sheet's public extensions. |
CheatSheetListener.java | Class | For monitoring the execution of a cheat sheet.
This class is used in conjuction with the "listener" attribute on
extensions to the extension point
"org.eclipse.ui.cheatsheets.cheatSheetContent". |
CheatSheetViewerFactory.java | Class | A factory for creating a cheat sheet viewer. |
ICheatSheetAction.java | Interface | Cheat sheet-aware action.
This interface should be implemented by actions
(subclasses of
org.eclipse.jface.action.Action ) that provide extra
support for use in cheat sheets. |
ICheatSheetEvent.java | Interface | Event in the life cycle of a cheat sheet. |
ICheatSheetManager.java | Interface | Manages the running of a cheat sheet.
Each cheat sheet that is opened in the UI is assigned its own cheat sheet
manager, which stays with it until the cheat sheet is completed (or
restarted). |
ICheatSheetViewer.java | Interface | A cheat sheet viewer.
Clients call
CheatSheetViewerFactory.createCheatSheetView to create
a cheat sheet viewer instance, and then call the viewer's
createPartControl method to have it create the viewer's control
under the specified SWT composite. |
OpenCheatSheetAction.java | Class | Action for opening a cheat sheet. |
OpenCheatSheetFromHelpAction.java | Class | Live help action for launching a cheat sheet from a help book. |