| com.bostechcorp.cbesb.ui.ide.wizards.BaseWizard
All known Subclasses: com.bostechcorp.cbesb.ui.ide.customcomponent.wizard.CBCustomComponentCreationWizard, com.bostechcorp.cbesb.ui.ide.wizards.ProjectWizard,
BaseWizard | abstract public class BaseWizard extends Wizard implements INewWizard(Code) | | |
BaseWizard | public BaseWizard()(Code) | | Constructor for the BaseWizard object
|
finishPage | protected void finishPage(IProgressMonitor monitor) throws InterruptedException, CoreException(Code) | | Subclasses should override to perform the actions of the wizard. This
method is run in the wizard container's context as a workspace runnable.
Parameters: monitor - Description of the Parameter exception: InterruptedException - Description of the Exception exception: CoreException - Description of the Exception |
getSelection | public IStructuredSelection getSelection()(Code) | | Gets the selection attribute of the BaseWizard object
The selection value |
getWorkbench | public IWorkbench getWorkbench()(Code) | | Gets the workbench attribute of the BaseWizard object
The workbench value |
handleFinishException | protected void handleFinishException(Shell shell, InvocationTargetException e)(Code) | | Description of the Method
Parameters: shell - Description of the Parameter Parameters: e - Description of the Parameter |
init | public void init(IWorkbench workbench, IStructuredSelection currentSelection)(Code) | | Description of the Method
Parameters: workbench - Description of the Parameter Parameters: currentSelection - Description of the Parameter |
openResource | protected void openResource(IFile resource)(Code) | | Description of the Method
Parameters: resource - Description of the Parameter |
performFinish | public boolean performFinish()(Code) | | Description of the Method
Description of the Return Value |
selectAndReveal | protected void selectAndReveal(IResource newResource)(Code) | | Description of the Method
Parameters: newResource - Description of the Parameter |
|
|