| org.enhydra.kelp.eclipse.enhydraWizard.NewEnhydraProjectWizard
NewEnhydraProjectWizard | public class NewEnhydraProjectWizard extends Wizard implements INewWizard(Code) | | See Also: Wizard |
Method Summary | |
public void | addPages() Adds a new page to this wizard. | public boolean | canFinish() | public void | init(IWorkbench workbench, IStructuredSelection selection) | public boolean | performFinish() | protected void | selectAndReveal(IResource newResource) Selects and reveals the newly added resource in all parts
of the active workbench window's active page. | public static void | selectAndReveal(IResource resource, IWorkbenchWindow window) Attempts to select and reveal the specified resource in all
parts within the supplied workbench window's active page.
Checks all parts in the active page to see if they implement ISetSelectionTarget ,
either directly or as an adapter. | public void | setInitializationData(IConfigurationElement cfig, String propertyName, Object data) |
NewEnhydraProjectWizard | public NewEnhydraProjectWizard()(Code) | | |
addPages | public void addPages()(Code) | | Adds a new page to this wizard. The page is inserted at the
end of the page list.
Parameters: page - the new page |
canFinish | public boolean canFinish()(Code) | | |
init | public void init(IWorkbench workbench, IStructuredSelection selection)(Code) | | See Also: Wizard.init |
performFinish | public boolean performFinish()(Code) | | See Also: Wizard.performFinish |
selectAndReveal | protected void selectAndReveal(IResource newResource)(Code) | | Selects and reveals the newly added resource in all parts
of the active workbench window's active page.
See Also: ISetSelectionTarget |
selectAndReveal | public static void selectAndReveal(IResource resource, IWorkbenchWindow window)(Code) | | Attempts to select and reveal the specified resource in all
parts within the supplied workbench window's active page.
Checks all parts in the active page to see if they implement ISetSelectionTarget ,
either directly or as an adapter. If so, tells the part to select and reveal the
specified resource.
Parameters: resource - the resource to be selected and revealed Parameters: window - the workbench window to select and reveal the resource See Also: ISetSelectionTarget |
setInitializationData | public void setInitializationData(IConfigurationElement cfig, String propertyName, Object data)(Code) | | |
|
|