Class TypePage
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.TypePage
- 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 TypePage.
-
Field Summary
Fields inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPageWithSash
haction, vactionFields inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPage
editor, EQUAL_WIDTH, leftPanel, leftPanelPercent, leftPanelWidth, rightPanel, rightPanelPercent, rightPanelWidth, sashForm, sashFormWidth, toolkitFields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUTFields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateFormContent(org.eclipse.ui.forms.IManagedForm managedForm) Called by the framework to fill in the contents.Gets the type import section.Gets the type section.Methods inherited from class org.apache.uima.taeconfigurator.editors.ui.HeaderPageWithSash
createToolBarActionsMethods 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, spacerMethods 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, setIndexMethods inherited from class org.eclipse.ui.part.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartNameMethods 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, showBusyMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface org.eclipse.ui.IEditorPart
getEditorInput, getEditorSiteMethods inherited from interface org.eclipse.ui.ISaveablePart
isSaveOnCloseNeededMethods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener
-
Constructor Details
-
TypePage
Instantiates a new type 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:
createFormContentin classorg.eclipse.ui.forms.editor.FormPage- Parameters:
managedForm- the managed form
-
getTypeSection
Gets the type section.- Returns:
- the type section
-
getTypeImportSection
Gets the type import section.- Returns:
- the type import section
-