Package org.apache.uima.caseditor.editor
Class AnnotationEditorView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.ui.part.PageBookView
org.apache.uima.caseditor.editor.AnnotationEditorView
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable,- org.eclipse.core.runtime.IExecutableExtension,- org.eclipse.ui.IPartListener,- org.eclipse.ui.IPersistable,- org.eclipse.ui.IViewPart,- org.eclipse.ui.IWorkbenchPart,- org.eclipse.ui.IWorkbenchPart2,- org.eclipse.ui.IWorkbenchPart3,- org.eclipse.ui.part.IWorkbenchPartOrientation
public abstract class AnnotationEditorView
extends org.eclipse.ui.part.PageBookView
Base view for views which show information about the 
CAS opened in the editor.- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.ui.part.PageBookVieworg.eclipse.ui.part.PageBookView.PageRec, org.eclipse.ui.part.PageBookView.SelectionProvider
- 
Field SummaryFields inherited from interface org.eclipse.ui.IWorkbenchPartPROP_TITLE
- 
Constructor SummaryConstructorsConstructorDescriptionAnnotationEditorView(String editorNotAvailableMessage) Instantiates a new annotation editor view.
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.eclipse.ui.part.IPagecreateDefaultPage(org.eclipse.ui.part.PageBook book) protected abstract org.eclipse.ui.part.PageBookView.PageRecdoCreatePage(ICasEditor editor) Do create page.protected final org.eclipse.ui.part.PageBookView.PageRecdoCreatePage(org.eclipse.ui.IWorkbenchPart part) protected voiddoDestroyPage(org.eclipse.ui.IWorkbenchPart part, org.eclipse.ui.part.PageBookView.PageRec pageRecord) protected org.eclipse.ui.IWorkbenchPartprotected booleanisImportant(org.eclipse.ui.IWorkbenchPart part) voidpartBroughtToTop(org.eclipse.ui.IWorkbenchPart part) Look atIPartListener.partBroughtToTop(IWorkbenchPart).Methods inherited from class org.eclipse.ui.part.PageBookViewcreatePartControl, dispose, doesPageExist, getAdapter, getCurrentContributingPart, getCurrentPage, getDefaultPage, getPageBook, getPageRec, getPageRec, getPageSite, getSelectionProvider, getViewAdapter, init, initPage, partActivated, partClosed, partDeactivated, partHidden, partOpened, partVisible, setFocus, showPageRecMethods inherited from class org.eclipse.ui.part.ViewPartcheckSite, getViewSite, init, saveState, setContentDescription, setInitializationData, setPartNameMethods inherited from class org.eclipse.ui.part.WorkbenchPartaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, 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.ui.IWorkbenchPartaddPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
- 
Constructor Details- 
AnnotationEditorViewInstantiates a new annotation editor view.- Parameters:
- editorNotAvailableMessage- the editor not available message
 
 
- 
- 
Method Details- 
createDefaultPageprotected org.eclipse.ui.part.IPage createDefaultPage(org.eclipse.ui.part.PageBook book) - Specified by:
- createDefaultPagein class- org.eclipse.ui.part.PageBookView
 
- 
doCreatePageDo create page.- Parameters:
- editor- the editor
- Returns:
- the page rec
 
- 
doCreatePageprotected final org.eclipse.ui.part.PageBookView.PageRec doCreatePage(org.eclipse.ui.IWorkbenchPart part) - Specified by:
- doCreatePagein class- org.eclipse.ui.part.PageBookView
 
- 
getBootstrapPartprotected org.eclipse.ui.IWorkbenchPart getBootstrapPart()- Specified by:
- getBootstrapPartin class- org.eclipse.ui.part.PageBookView
 
- 
doDestroyPageprotected void doDestroyPage(org.eclipse.ui.IWorkbenchPart part, org.eclipse.ui.part.PageBookView.PageRec pageRecord) - Specified by:
- doDestroyPagein class- org.eclipse.ui.part.PageBookView
 
- 
isImportantprotected boolean isImportant(org.eclipse.ui.IWorkbenchPart part) - Specified by:
- isImportantin class- org.eclipse.ui.part.PageBookView
 
- 
partBroughtToToppublic void partBroughtToTop(org.eclipse.ui.IWorkbenchPart part) Look atIPartListener.partBroughtToTop(IWorkbenchPart).- Specified by:
- partBroughtToTopin interface- org.eclipse.ui.IPartListener
- Overrides:
- partBroughtToTopin class- org.eclipse.ui.part.PageBookView
- Parameters:
- part- the part
 
 
-