Class HeaderPageWithSash
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
- 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
- Direct Known Subclasses:
AggregatePage
,CapabilityPage
,IndexesPage
,OverviewPage
,ParameterPage
,ResourcesPage
,SettingsPage
,TypePage
The Class HeaderPageWithSash.
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.eclipse.jface.action.Action
The haction.protected org.eclipse.jface.action.Action
The 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
ConstructorDescriptionHeaderPageWithSash
(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. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
createToolBarActions
(org.eclipse.ui.forms.IManagedForm managedForm) Creates the tool bar actions.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, createFormContent, 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
-
Field Details
-
haction
protected org.eclipse.jface.action.Action hactionThe haction. -
vaction
protected org.eclipse.jface.action.Action vactionThe vaction.
-
-
Constructor Details
-
HeaderPageWithSash
Instantiates a new header page with sash.- Parameters:
formEditor
- the form editorid
- the idkeyPageTitle
- the key page title
-
HeaderPageWithSash
Instantiates a new header page with sash.- Parameters:
formEditor
- the form editorpageTitle
- the page title
-
-
Method Details
-
createToolBarActions
protected void createToolBarActions(org.eclipse.ui.forms.IManagedForm managedForm) Creates the tool bar actions.- Parameters:
managedForm
- the managed form
-