| org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction
OpenWorkspaceAction | public class OpenWorkspaceAction extends Action implements ActionFactory.IWorkbenchAction(Code) | | Implements the open workspace action. Opens a dialog prompting for a
directory and then restarts the IDE on that workspace.
since: 3.0 |
Inner Class :class OpenDialogAction extends Action | |
Inner Class :class WorkspaceMRUAction extends Action | |
Constructor Summary | |
public | OpenWorkspaceAction(IWorkbenchWindow window) Set definition for this action and text so that it will be used for File
-> Open Workspace in the argument window. |
Method Summary | |
public void | dispose() | public void | run() |
OpenWorkspaceAction | public OpenWorkspaceAction(IWorkbenchWindow window)(Code) | | Set definition for this action and text so that it will be used for File
-> Open Workspace in the argument window.
Parameters: window - the window in which this action should appear |
dispose | public void dispose()(Code) | | |
|
|