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

    Fields
    Modifier and Type
    Field
    Description
    protected org.eclipse.swt.widgets.Text
    The container text.
    protected org.eclipse.swt.widgets.Text
    The file text.
    protected org.eclipse.jface.viewers.ISelection
    The selection.

    Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider

    ERROR, INFORMATION, NONE, WARNING
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractNewWizardPage(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 Type
    Method
    Description
    void
    createControl(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, toString

    Methods 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, setVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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 selection
      The selection.
    • containerText

      protected org.eclipse.swt.widgets.Text containerText
      The container text.
    • fileText

      protected org.eclipse.swt.widgets.Text fileText
      The 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 selection
      image - the image
      title - the title
      description - the description
      defaultNewName - the default new name
  • Method Details

    • createControl

      public void createControl(org.eclipse.swt.widgets.Composite parent)
    • getContainerName

      public String getContainerName()
      Gets the container name.
      Returns:
      the container name
    • getFileName

      public String getFileName()
      Gets the file name.
      Returns:
      the file name