| org.eclipse.ui.actions.QuickStartAction
QuickStartAction | public class QuickStartAction extends Action implements ActionFactory.IWorkbenchAction(Code) | | The quick start (Welcome...) action.
|
Constructor Summary | |
public | QuickStartAction() Create an instance of this class. | public | QuickStartAction(IWorkbenchWindow window) Creates an instance of this action, for use in the given window. |
Method Summary | |
public void | dispose() | public boolean | openWelcomePage(String featureId) Opens the welcome page for the given feature. | public void | run() The user has invoked this action. |
QuickStartAction | public QuickStartAction()(Code) | | Create an instance of this class.
This consructor added to support calling the action from the welcome
page.
|
QuickStartAction | public QuickStartAction(IWorkbenchWindow window)(Code) | | Creates an instance of this action, for use in the given window.
Parameters: window - the window |
dispose | public void dispose()(Code) | | |
openWelcomePage | public boolean openWelcomePage(String featureId) throws WorkbenchException(Code) | | Opens the welcome page for the given feature.
Parameters: featureId - the about info for the feature true if successful, false otherwise throws: WorkbenchException - |
run | public void run()(Code) | | The user has invoked this action. Prompts for a feature with a welcome page,
then opens the corresponding welcome page.
|
|
|