Class IndexesPage
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.forms.editor.FormPage
org.apache.uima.taeconfigurator.editors.ui.HeaderPage
org.apache.uima.taeconfigurator.editors.ui.HeaderPageWithSash
org.apache.uima.taeconfigurator.editors.ui.IndexesPage
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.ui.forms.editor.IFormPage
,org.eclipse.ui.IEditorPart
,org.eclipse.ui.ISaveablePart
,org.eclipse.ui.IWorkbenchPart
,org.eclipse.ui.IWorkbenchPart2
,org.eclipse.ui.IWorkbenchPart3
,org.eclipse.ui.part.IWorkbenchPartOrientation
The Class IndexesPage.
-
Field Summary
Fields inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPageWithSash
haction, vaction
Fields inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPage
editor, EQUAL_WIDTH, leftPanel, leftPanelPercent, leftPanelWidth, rightPanel, rightPanelPercent, rightPanelWidth, sashForm, sashFormWidth, toolkit
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
createFormContent
(org.eclipse.ui.forms.IManagedForm managedForm) Called by the 3.0 framework to fill in the contentsGets the index import section.Gets the index section.Gets the priority list section.Gets the type priority import section.Methods inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPageWithSash
createToolBarActions
Methods inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPage
getAnalysisEngineMetaData, isAeDescriptor, isCasConsumerDescriptor, isCasInitializerDescriptor, isCollectionReaderDescriptor, isExtResAndBindingsDescriptor, isIndexDescriptor, isLocalProcessingDescriptor, isPrimitive, isTypePriorityDescriptor, isTypeSystemDescriptor, markStale, maybeInitialize, newCentered2SpanComposite, newComposite, newnColumnSection, setup1ColumnLayout, setup2ColumnGrid, setup2ColumnLayout, setup2ColumnLayout, setup2ColumnLayoutNotSash, setup2ColumnLayoutOn4Grid, spacer
Methods inherited from class org.eclipse.ui.forms.editor.FormPage
canLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndex
Methods inherited from class org.eclipse.ui.part.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ui.IEditorPart
getEditorInput, getEditorSite
Methods inherited from interface org.eclipse.ui.ISaveablePart
isSaveOnCloseNeeded
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener
-
Constructor Details
-
IndexesPage
Instantiates a new indexes page.- Parameters:
editor
- the editor
-
-
Method Details
-
createFormContent
protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm) Called by the 3.0 framework to fill in the contents- Overrides:
createFormContent
in classorg.eclipse.ui.forms.editor.FormPage
- Parameters:
managedForm
- the managed form
-
getIndexSection
Gets the index section.- Returns:
- the index section
-
getPriorityListSection
Gets the priority list section.- Returns:
- the priority list section
-
getIndexImportSection
Gets the index import section.- Returns:
- the index import section
-
getTypePriorityImportSection
Gets the type priority import section.- Returns:
- the type priority import section
-