![]() | The Java Developer's Guide to Eclipse |
These example plug-ins are discussed in Chapter 21,
Action Contributions: The Integration Fast Track.
See also project com.ibm.jdg2e.actions.ide that contains examples that are dependent on the Eclipse IDE. It is helpful
to have these projects installed and available in your Eclipse workspace
when you read this chapter. To study these examples you will need to examine
both the Java code and the plug-in manifest file.
To run the example, install the project com.ibm.jdg2e.actions in your workspace launch the run-time instance of Eclipse (Run > Run As > Eclipse Application).
There are two actions available. Below are the instructions for running
each one.
HelloAction

ShowPerspectives

The table below lists the example classes, class descriptions, and links to the Javadoc.
| Class (all) | Description |
HelloAction |
Displays a simple message dialog. |
ShowPerspectivesAction |
Shows all available perspectives in a pulldown menu. |
© Copyright International Business Machines
Corporation, 2003, 2004, 2006. All Rights Reserved.
Code or samples provided herein are provided without warranty of any
kind.