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 SummaryFields inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPageWithSashhaction, vactionFields inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPageeditor, EQUAL_WIDTH, leftPanel, leftPanelPercent, leftPanelWidth, rightPanel, rightPanelPercent, rightPanelWidth, sashForm, sashFormWidth, toolkitFields inherited from interface org.eclipse.ui.IEditorPartPROP_DIRTY, PROP_INPUTFields inherited from interface org.eclipse.ui.IWorkbenchPartPROP_TITLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcreateFormContent(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.HeaderPageWithSashcreateToolBarActionsMethods inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPagegetAnalysisEngineMetaData, isAeDescriptor, isCasConsumerDescriptor, isCasInitializerDescriptor, isCollectionReaderDescriptor, isExtResAndBindingsDescriptor, isIndexDescriptor, isLocalProcessingDescriptor, isPrimitive, isTypePriorityDescriptor, isTypeSystemDescriptor, markStale, maybeInitialize, newCentered2SpanComposite, newComposite, newnColumnSection, setup1ColumnLayout, setup2ColumnGrid, setup2ColumnLayout, setup2ColumnLayout, setup2ColumnLayoutNotSash, setup2ColumnLayoutOn4Grid, spacerMethods inherited from class org.eclipse.ui.forms.editor.FormPagecanLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndexMethods inherited from class org.eclipse.ui.part.EditorPartcheckSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartNameMethods inherited from class org.eclipse.ui.part.WorkbenchPartaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyMethods inherited from class org.eclipse.core.commands.common.EventManageraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface org.eclipse.ui.IEditorPartgetEditorInput, getEditorSiteMethods inherited from interface org.eclipse.ui.ISaveablePartisSaveOnCloseNeededMethods inherited from interface org.eclipse.ui.IWorkbenchPartaddPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener
- 
Constructor Details- 
ParameterPageInstantiates a new parameter page.- Parameters:
- editor- the editor
 
 
- 
- 
Method Details- 
createFormContentprotected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm) Called by the framework to fill in the contents.- Overrides:
- createFormContentin class- org.eclipse.ui.forms.editor.FormPage
- Parameters:
- managedForm- the managed form
 
- 
getParameterDelegatesSectionGets the parameter delegates section.- Returns:
- the parameter delegates section
 
- 
getParameterSectionGets the parameter section.- Returns:
- the parameter section
 
 
-