Class ResourceManagerConfigurationNewWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.apache.uima.taeconfigurator.wizards.AbstractNewWizard
org.apache.uima.taeconfigurator.wizards.ResourceManagerConfigurationNewWizard
- All Implemented Interfaces:
- org.eclipse.jface.window.IShellProvider,- org.eclipse.jface.wizard.IWizard,- org.eclipse.ui.INewWizard,- org.eclipse.ui.IWorkbenchWizard
public class ResourceManagerConfigurationNewWizard
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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe Constant RESOURCEMANGERCONFIGURATION_TEMPLATE.Fields inherited from class org.apache.uima.taeconfigurator.wizards.AbstractNewWizardCOMMON_FULL_DESCRIPTOR, COMMON_HEADER, COMMON_NDVV, COMMON_PARTIAL_DESCRIPTOR, page, selection, XMLNS_PARTFields inherited from class org.eclipse.jface.wizard.WizardDEFAULT_IMAGE
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new resource manager configuration new wizard.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPages()getPrototypeDescriptor(String name) Gets the prototype descriptor.Methods inherited from class org.apache.uima.taeconfigurator.wizards.AbstractNewWizardinit, performFinishMethods inherited from class org.eclipse.jface.wizard.WizardaddPage, 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, setWindowTitleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.wizard.IWizardcanFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainerMethods inherited from interface org.eclipse.ui.IWorkbenchWizardinit
- 
Field Details- 
RESOURCEMANGERCONFIGURATION_TEMPLATEThe Constant RESOURCEMANGERCONFIGURATION_TEMPLATE.
 
- 
- 
Constructor Details- 
ResourceManagerConfigurationNewWizardpublic ResourceManagerConfigurationNewWizard()Instantiates a new resource manager configuration new wizard.
 
- 
- 
Method Details- 
addPagespublic void addPages()- Specified by:
- addPagesin interface- org.eclipse.jface.wizard.IWizard
- Overrides:
- addPagesin class- org.eclipse.jface.wizard.Wizard
 
- 
getPrototypeDescriptorDescription copied from class:AbstractNewWizardGets the prototype descriptor.- Specified by:
- getPrototypeDescriptorin class- AbstractNewWizard
- Parameters:
- name- the name
- Returns:
- the prototype descriptor
 
 
-