Package edu.uky.rch.ept.projectexplorer.actions

Provides the API for contributing actions to the project explorer items.

See:
          Description

Interface Summary
IDoubleClickAction A doubleClickAction is executed when an object of the associated type is double-clicked upon by the user in the project explorer tree.
IProjectInitializationAction Interface for project initialization contributors.
 

Class Summary
DoubleClickAction Abstract base implementation for a doubleClickAction.
ProjectInitializationAction Abstract class for project initialization actions implementing all IActionmethods.
WizardLauncher The WizardLauncher class is designed to launch wizards that implement INewWizard.
 

Package edu.uky.rch.ept.projectexplorer.actions Description

Provides the API for contributing actions to the project explorer items.