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 Summary
FieldsModifier 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.IMessageProvider
ERROR, INFORMATION, NONE, WARNING -
Constructor Summary
ConstructorsConstructorDescriptionAbstractNewWizardPage(org.eclipse.jface.viewers.ISelection pSelection, String image, String title, String description, String defaultNewName) Instantiates a new abstract new wizard page. -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateControl(org.eclipse.swt.widgets.Composite parent) Gets the container name.Gets the file name.Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, 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.DialogPage
convertHeightInCharsToPixels, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
-
Field Details
-
selection
protected org.eclipse.jface.viewers.ISelection selectionThe selection. -
containerText
protected org.eclipse.swt.widgets.Text containerTextThe container text. -
fileText
protected org.eclipse.swt.widgets.Text fileTextThe file text.
-
-
Constructor Details
-
AbstractNewWizardPage
public 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 selectionimage- the imagetitle- the titledescription- the descriptiondefaultNewName- the default new name
-
-
Method Details
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent) -
getContainerName
Gets the container name.- Returns:
- the container name
-
getFileName
Gets the file name.- Returns:
- the file name
-