![]() |
This documentation supports the com.ibm.lab.soln.contributions
solution. You should have this solution
installed and available in your Eclipse workspace when you read this information.
To run the example, launch the run-time instance of Eclipse (Run > Run As > Run-time Workbench).
There are four actions available. Depending on the specific action, they
may appear in the Workbench menu bar or toolbar, a view's menu or toolbar,
or as a context menu (pop-up menu) in a view or editor. Here are the instructions
for running each action.
The table below lists the solution classes, provides descriptions, and links to the Javadoc.
Class (All) | Description |
ActivateEditorPulldownDelegate | A contribution to a toolbar pull-down menu is defined whose contents are based on the open Workbench editors. |
PackageExplorerCollapseNodesAction | Returns this view's TreeViewer which is required by the parent abstract class TreeViewerCollapseNodesAction. |
ResourceNavigatorCollapseNodesAction | Returns this view's TreeViewer which is required by the parent abstract class TreeViewerCollapseNodesAction. |
SmartRefreshAction | Provides a refresh of a workspace file only if the selected file is not in-sync with the local file system. |
TextEditorWordCountAction | The action counts the words in the selected text of the text editor. |
TreeViewerCollapseNodesAction | This action will collapse the selected nodes of the tree viewer provided by its subclass (see PackageExplorerCollapseNodesAction and ResourceNavigatorCollapseNodesAction). |
© Copyright International Business Machines Corporation, 2003.
All rights reserved.