| com.bostechcorp.cbesb.ui.ide.wizards.WizardNewFileCreationPage com.bostechcorp.cbesb.ui.ide.wizards.X12VariantCreationWizardPage
Constructor Summary | |
public | X12VariantCreationWizardPage(String name, IWorkbench workbench, IStructuredSelection selection) Creates the page for the readme creation wizard. |
base_version_zip_path | public static String base_version_zip_path(Code) | | |
versionChoice | public static Combo versionChoice(Code) | | |
workbench | protected IWorkbench workbench(Code) | | |
X12VariantCreationWizardPage | public X12VariantCreationWizardPage(String name, 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.
|
dispose | public void dispose()(Code) | | |
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) | | |
setProjectName | public void setProjectName(String projectName)(Code) | | |
|
|