Sample: Filtering with the iSeries Project Object Model
What is this Sample about?
This sample demonstrates the following:
-
How to contribute various action to the iSeries projects perspective object
model
-
How to apply Eclipse filtering to the above contributions
Details:
The plugin.xml simply contributes various actions to the iSeries Projects
Navigator view, and uses filtering to narrow down the scope of these contributions.
When this sample is installed, various actions appear on all objects in
the view and the name of any action is indicative of the filter used when
contributing it. Running any of these actions does nothing. Its an empty
method. Check the various comments in the plugin.xml of this sample
for gotchas about these filters.