| AbstractOpenWizardAction |
Abstract base classed used for the open wizard actions.
|
| FindAction |
Abstract class for Java search actions.
|
| FindDeclarationsAction |
Finds declarations of the selected element in the workspace.
|
| FindImplementorsAction |
Finds implementors of the selected element in the workspace.
|
| FindReadReferencesAction |
Finds field read accesses of the selected element in the workspace.
|
| FindReferencesAction |
Finds references of the selected element in the workspace.
|
| FindReferencesInHierarchyAction |
Finds references of the selected element in its hierarchy.
|
| FindReferencesInWorkingSetAction |
Finds references of the selected element in working sets.
|
| FindWriteReferencesAction |
Finds field write accesses of the selected element in the workspace.
|
| OpenAttachedJavadocAction |
This action opens the selected element's Javadoc in a browser as defined by the preferences.
|
| OpenProjectAction |
Action to open a closed project.
|
| SelectionDispatchAction |
Action that dispatches the IAction#run() and the
ISelectionChangedListener#selectionChanged
according to the type of the selection.
|
| SurroundWithTryCatchAction |
Action to surround a set of statements with a try/catch block.
|