| com.bostechcorp.cbesb.ui.ide.wizards.WizardNewFileCreationPage com.bostechcorp.cbesb.ui.ide.wizards.DataSourceMapperMainPage
DataSourceMapperMainPage | public class DataSourceMapperMainPage extends WizardNewFileCreationPage (Code) | | The "New" wizard page allows setting the container for the new file as well
as the file name. The page will only accept file name without the extension
OR with the extension that matches the expected one (mpe).
|
Constructor Summary | |
public | DataSourceMapperMainPage(IWorkbench workbench, IStructuredSelection selection) Creates the page for the readme creation wizard. |
DataSourceMapperMainPage | public DataSourceMapperMainPage(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 |
canFlipToNextPage | public boolean canFlipToNextPage()(Code) | | |
createControl | public void createControl(Composite parent)(Code) | | See Also: IDialogPage.createControl(Composite) |
finish | public boolean finish(String connectionFile, String modelType, String name)(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.
Parameters: name - Parameters: dbfile - 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
|
getSelectProjectName | public String getSelectProjectName()(Code) | | |
handleEvent | public void handleEvent(Event event)(Code) | | |
|
|