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
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.jface.action.ActionThe haction.protected org.eclipse.jface.action.ActionThe vaction.Fields 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
ConstructorsConstructorDescriptionHeaderPageWithSash(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 voidcreateToolBarActions(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, spacerMethods 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, 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
-
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
-