Class ResourceManagerConfigurationNewWizardPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.apache.uima.taeconfigurator.wizards.AbstractNewWizardPage
org.apache.uima.taeconfigurator.wizards.ResourceManagerConfigurationNewWizardPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage,- org.eclipse.jface.dialogs.IMessageProvider,- org.eclipse.jface.wizard.IWizardPage
The "New" wizard page allows setting the container for the new file as well as the file name.
 Will only accept file name without the extension OR with the extension that matches the expected
 one (xml).
- 
Field SummaryFields inherited from class org.apache.uima.taeconfigurator.wizards.AbstractNewWizardPagecontainerText, fileText, selectionFields inherited from interface org.eclipse.jface.dialogs.IMessageProviderERROR, INFORMATION, NONE, WARNING
- 
Constructor SummaryConstructorsConstructorDescriptionResourceManagerConfigurationNewWizardPage(org.eclipse.jface.viewers.ISelection selection) Instantiates a new resource manager configuration new wizard page.
- 
Method SummaryMethods inherited from class org.apache.uima.taeconfigurator.wizards.AbstractNewWizardPagecreateControl, getContainerName, getFileNameMethods inherited from class org.eclipse.jface.wizard.WizardPagecanFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringMethods inherited from class org.eclipse.jface.dialogs.DialogPageconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.dialogs.IDialogPagedispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
- 
Constructor Details- 
ResourceManagerConfigurationNewWizardPagepublic ResourceManagerConfigurationNewWizardPage(org.eclipse.jface.viewers.ISelection selection) Instantiates a new resource manager configuration new wizard page.- Parameters:
- selection- the selection
 
 
-