Class AbstractNewWizardPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.apache.uima.taeconfigurator.wizards.AbstractNewWizardPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage,- org.eclipse.jface.dialogs.IMessageProvider,- org.eclipse.jface.wizard.IWizardPage
- Direct Known Subclasses:
- CasConsumerNewWizardPage,- CasInitializerNewWizardPage,- CollectionReaderNewWizardPage,- FlowControllerNewWizardPage,- FsIndexCollectionNewWizardPage,- ResourceManagerConfigurationNewWizardPage,- TAEConfiguratorNewWizardPage,- TypePrioritiesNewWizardPage,- TypeSystemNewWizardPage
public abstract class AbstractNewWizardPage
extends org.eclipse.jface.wizard.WizardPage
The Class AbstractNewWizardPage.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.eclipse.swt.widgets.TextThe container text.protected org.eclipse.swt.widgets.TextThe file text.protected org.eclipse.jface.viewers.ISelectionThe selection.Fields inherited from interface org.eclipse.jface.dialogs.IMessageProviderERROR, INFORMATION, NONE, WARNING
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractNewWizardPage(org.eclipse.jface.viewers.ISelection pSelection, String image, String title, String description, String defaultNewName) Instantiates a new abstract new wizard page.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreateControl(org.eclipse.swt.widgets.Composite parent) Gets the container name.Gets the file name.Methods 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
- 
Field Details- 
selectionprotected org.eclipse.jface.viewers.ISelection selectionThe selection.
- 
containerTextprotected org.eclipse.swt.widgets.Text containerTextThe container text.
- 
fileTextprotected org.eclipse.swt.widgets.Text fileTextThe file text.
 
- 
- 
Constructor Details- 
AbstractNewWizardPagepublic AbstractNewWizardPage(org.eclipse.jface.viewers.ISelection pSelection, String image, String title, String description, String defaultNewName) Instantiates a new abstract new wizard page.- Parameters:
- pSelection- the selection
- image- the image
- title- the title
- description- the description
- defaultNewName- the default new name
 
 
- 
- 
Method Details- 
createControlpublic void createControl(org.eclipse.swt.widgets.Composite parent) 
- 
getContainerNameGets the container name.- Returns:
- the container name
 
- 
getFileNameGets the file name.- Returns:
- the file name
 
 
-