Uses of Class
org.apache.uima.taeconfigurator.editors.MultiPageEditor
Packages that use MultiPageEditor
Package
Description
- 
Uses of MultiPageEditor in org.apache.uima.taeconfigurator.editors.pointMethods in org.apache.uima.taeconfigurator.editors.point with parameters of type MultiPageEditorModifier and TypeMethodDescriptionvoidIUimaEditorExtension.activateEditor(org.eclipse.ui.IEditorSite site, org.eclipse.ui.IEditorInput editorInput, MultiPageEditor cde, XMLizable xmlizable) Called by CDE to activate the external editor for editing the new type of descriptorbooleanIUimaEditorExtension.canEdit(MultiPageEditor cde, XMLizable xmlizable) When a new type of descriptor is encountered and cannot edit, CDE will called this method to test if the external editor can edit this new type of descriptor.
- 
Uses of MultiPageEditor in org.apache.uima.taeconfigurator.editors.uiFields in org.apache.uima.taeconfigurator.editors.ui declared as MultiPageEditorModifier and TypeFieldDescriptionAbstractSection.editorThe editor.protected MultiPageEditorHeaderPage.editorThe editor.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type MultiPageEditorModifier and TypeMethodDescriptionstatic SofaMapping[]AbstractSection.getSofaMappings(MultiPageEditor pEditor) Gets the sofa mappings.static voidSofaMapSection.removeSofaMappings(String componentKey, ResourceSpecifier delegate, MultiPageEditor pEditor) Called when removing a delegate from the aggr.Constructors in org.apache.uima.taeconfigurator.editors.ui with parameters of type MultiPageEditorModifierConstructorDescriptionAbstractImportablePartSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent, String headerText, String description) Instantiates a new abstract importable part section.AbstractSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent, String headerText, String description) Instantiates a new abstract section.AbstractSectionParm(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent, String header, String description) Instantiates a new abstract section parm.AggregatePage(MultiPageEditor aEditor) Instantiates a new aggregate page.AggregateSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent) Creates a section for aggregate specifiers to add their delegates.CapabilityPage(MultiPageEditor aEditor) Instantiates a new capability page.CapabilitySection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent) Instantiates a new capability section.ExtnlResBindSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent) Instantiates a new extnl res bind section.FlowSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent) creates a section only for aggregate specifiers to define the flow of their delegates.GeneralSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent) Creates a section to edit general information like primitive or aggregate and C++ or Java.HeaderPage(MultiPageEditor formEditor, String pageTitle) Instantiates a new header page.HeaderPage(MultiPageEditor formEditor, String id, String keyPageTitle) Instantiates a new header page.HeaderPageWithSash(MultiPageEditor formEditor, String pageTitle) Instantiates a new header page with sash.HeaderPageWithSash(MultiPageEditor formEditor, String id, String keyPageTitle) Instantiates a new header page with sash.ImportResBindSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new import res bind section.ImportSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent, String title, String description) Instantiates a new import section.IndexesPage(MultiPageEditor editor) Instantiates a new indexes page.IndexImportSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new index import section.IndexSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new index section.MetaDataSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Creates a section to enter meta data.OverviewPage(MultiPageEditor aEditor) Instantiates a new overview page.ParameterDelegatesSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new parameter delegates section.ParameterPage(MultiPageEditor editor) Instantiates a new parameter page.ParameterSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Creates a section to show a list of all parameters.ParameterSettingsSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new parameter settings section.PrimitiveSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Creates a section with a text field for the name of the annotator.PriorityListSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new priority list section.ResourceDependencySection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new resource dependency section.ResourcesPage(MultiPageEditor editor) Instantiates a new resources page.SettingsPage(MultiPageEditor editor) Instantiates a new settings page.SofaMapSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent) Instantiates a new sofa map section.TypeImportSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new type import section.TypePage(MultiPageEditor editor) Instantiates a new type page.TypePriorityImportSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new type priority import section.TypeSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new type section.ValueSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent) Instantiates a new value section.
- 
Uses of MultiPageEditor in org.apache.uima.taeconfigurator.editors.ui.dialogsFields in org.apache.uima.taeconfigurator.editors.ui.dialogs declared as MultiPageEditor
- 
Uses of MultiPageEditor in org.apache.uima.taeconfigurator.editors.xmlConstructors in org.apache.uima.taeconfigurator.editors.xml with parameters of type MultiPageEditor
- 
Uses of MultiPageEditor in org.apache.uima.taeconfigurator.filesFields in org.apache.uima.taeconfigurator.files declared as MultiPageEditorModifier and TypeFieldDescriptionprotected MultiPageEditorMultiResourceSelectionDialog.editorThe editor.Constructors in org.apache.uima.taeconfigurator.files with parameters of type MultiPageEditorModifierConstructorDescriptionContextForPartDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.core.runtime.IAdaptable rootElement, XMLizable thingBeingEdited, org.eclipse.core.runtime.IPath aExcludeDescriptor, MultiPageEditor aEditor, String aInitialPath) Instantiates a new context for part dialog.MultiResourceSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.core.runtime.IAdaptable rootElement, String message, org.eclipse.core.runtime.IPath aExcludeDescriptor, MultiPageEditor aEditor) Instantiates a new multi resource selection dialog.MultiResourceSelectionDialogWithFlowOption(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.core.runtime.IAdaptable rootElement, String message, org.eclipse.core.runtime.IPath excludeDescriptor, MultiPageEditor editor) Instantiates a new multi resource selection dialog with flow option.
- 
Uses of MultiPageEditor in org.apache.uima.taeconfigurator.modelFields in org.apache.uima.taeconfigurator.model declared as MultiPageEditorModifier and TypeFieldDescriptionprotected MultiPageEditorAbstractModelPart.modelRootThe model root.Constructors in org.apache.uima.taeconfigurator.model with parameters of type MultiPageEditorModifierConstructorDescriptionInstantiates a new abstract model part.AllTypes(MultiPageEditor pModelRoot) Instantiates a new all types.DefinedTypesWithSupers(MultiPageEditor pModelRoot) Instantiates a new defined types with supers.DescriptorMetaData(MultiPageEditor editor) Instantiates a new descriptor meta data.DescriptorTCAS(MultiPageEditor modelRoot) Instantiates a new descriptor TCAS.