| com.bostechcorp.cbesb.ui.ide.wizards.WizardNewFileCreationPage com.bostechcorp.cbesb.ui.ide.wizards.LookupWizardPage
Constructor Summary | |
public | LookupWizardPage(IWorkbench workbench, IStructuredSelection selection) Creates the page for the readme creation wizard. |
LookupWizardPage | public LookupWizardPage(IWorkbench workbench, IStructuredSelection selection)(Code) | | Creates the page for the readme creation wizard.
Parameters: workbench - the workbench on which the page should be created Parameters: selection - the current selection |
createControl | public void createControl(Composite parent)(Code) | | (non-Javadoc) Method declared on IDialogPage.
|
finish | public boolean finish()(Code) | | Creates a new file resource as requested by the user. If everything is OK
then answer true. If not, false will cause the dialog to stay open.
whether creation was successful See Also: MessageFormatCreationWizard.performFinish |
getInitialContents | protected InputStream getInitialContents()(Code) | | The MessageFormatCreationWizardPage implementation of this
WizardNewFileCreationPage method generates sample headings
for sections and subsections in the newly-created Readme file according
to the selections of self's checkbox widgets
|
getNewFileLabel | protected String getNewFileLabel()(Code) | | (non-Javadoc) Method declared on WizardNewFileCreationPage.
|
handleEvent | public void handleEvent(Event event)(Code) | | |
|
|