Class ParameterPage
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.ParameterPage
- 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 ParameterPage.
-
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 framework to fill in the contents.Gets the parameter delegates section.Gets the parameter 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
-
ParameterPage
Instantiates a new parameter page.- Parameters:
editor
- the editor
-
-
Method Details
-
createFormContent
protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm) Called by the framework to fill in the contents.- Overrides:
createFormContent
in classorg.eclipse.ui.forms.editor.FormPage
- Parameters:
managedForm
- the managed form
-
getParameterDelegatesSection
Gets the parameter delegates section.- Returns:
- the parameter delegates section
-
getParameterSection
Gets the parameter section.- Returns:
- the parameter section
-