| com.bostechcorp.cbesb.ui.ide.wizards.DataSourceMapperSecondPage
DataSourceMapperSecondPage | public class DataSourceMapperSecondPage extends WizardPage (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 | DataSourceMapperSecondPage(IWorkbench workbench, ISelection selection) Constructor for TransformerFormatCreationWizardPage. |
DataSourceMapperSecondPage | public DataSourceMapperSecondPage(IWorkbench workbench, ISelection selection)(Code) | | Constructor for TransformerFormatCreationWizardPage.
Parameters: workbench - Parameters: selection - |
browseListener | public void browseListener(String postfix, Text text)(Code) | | |
createControl | public void createControl(Composite parent)(Code) | | See Also: IDialogPage.createControl(Composite) |
finish | public boolean finish()(Code) | | |
getComboType | public Combo getComboType()(Code) | | |
getTextConnection | public Text getTextConnection()(Code) | | |
getTextName | public Text getTextName()(Code) | | the textName |
modifyChanged | public void modifyChanged()(Code) | | |
setTextName | public void setTextName(Text textName)(Code) | | Parameters: textName - the textName to set |
|
|