Class CasInitializerNewWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
org.apache.uima.taeconfigurator.wizards.AbstractNewWizard
org.apache.uima.taeconfigurator.wizards.CasInitializerNewWizard
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class CasInitializerNewWizard extends AbstractNewWizard implements org.eclipse.ui.INewWizard
Create a new file resource in the provided container. If the container resource (a folder or a project) is selected in the workspace when the wizard is opened, it will accept it as the target container. If a sample multi-page editor is registered for the same extension, it will be able to open it.
  • Field Summary Link icon

    Fields inherited from class org.apache.uima.taeconfigurator.wizards.AbstractNewWizard Link icon

    COMMON_FULL_DESCRIPTOR, COMMON_HEADER, COMMON_NDVV, COMMON_PARTIAL_DESCRIPTOR, page, selection, XMLNS_PART

    Fields inherited from class org.eclipse.jface.wizard.Wizard Link icon

    DEFAULT_IMAGE
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Instantiates a new cas initializer new wizard.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
     
    Gets the prototype descriptor.

    Methods inherited from class org.apache.uima.taeconfigurator.wizards.AbstractNewWizard Link icon

    init, performFinish

    Methods inherited from class org.eclipse.jface.wizard.Wizard Link icon

    addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle

    Methods inherited from class java.lang.Object Link icon

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

    Methods inherited from interface org.eclipse.jface.wizard.IWizard Link icon

    canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer

    Methods inherited from interface org.eclipse.ui.IWorkbenchWizard Link icon

    init
  • Constructor Details Link icon

    • CasInitializerNewWizard Link icon

      public CasInitializerNewWizard()
      Instantiates a new cas initializer new wizard.
  • Method Details Link icon

    • addPages Link icon

      public void addPages()
      Specified by:
      addPages in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      addPages in class org.eclipse.jface.wizard.Wizard
    • getPrototypeDescriptor Link icon

      public String getPrototypeDescriptor(String name)
      Description copied from class: AbstractNewWizard
      Gets the prototype descriptor.
      Specified by:
      getPrototypeDescriptor in class AbstractNewWizard
      Parameters:
      name - the name
      Returns:
      the prototype descriptor