Class OutlinePageBook
java.lang.Object
org.eclipse.ui.part.Page
org.apache.uima.caseditor.editor.CasEditorViewPage
org.apache.uima.caseditor.editor.outline.OutlinePageBook
- All Implemented Interfaces:
org.eclipse.jface.viewers.ISelectionChangedListener
,org.eclipse.jface.viewers.ISelectionProvider
,org.eclipse.ui.part.IPage
,org.eclipse.ui.part.IPageBookViewPage
,org.eclipse.ui.views.contentoutline.IContentOutlinePage
public class OutlinePageBook
extends CasEditorViewPage
implements org.eclipse.ui.views.contentoutline.IContentOutlinePage, org.eclipse.jface.viewers.ISelectionChangedListener
The Class OutlinePageBook.
-
Field Summary
Fields inherited from class org.apache.uima.caseditor.editor.CasEditorViewPage
book, casViewPage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.part.IPageBookViewPage
Gets the cas view page.protected void
initializeAndShowPage
(org.eclipse.ui.part.IPageBookViewPage page) Creates and shows the page, if page is null the not available message will be shown.Methods inherited from class org.apache.uima.caseditor.editor.CasEditorViewPage
addSelectionChangedListener, createControl, dispose, getControl, getSelection, removeSelectionChangedListener, selectionChanged, setCASViewPage, setFocus, setSelection
Methods inherited from class org.eclipse.ui.part.Page
getSite, init, makeContributions, setActionBars
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.part.IPage
createControl, dispose, getControl, setActionBars, setFocus
Methods inherited from interface org.eclipse.jface.viewers.ISelectionChangedListener
selectionChanged
Methods inherited from interface org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener, getSelection, removeSelectionChangedListener, setSelection
-
Constructor Details
-
OutlinePageBook
public OutlinePageBook()Instantiates a new outline page book.
-
-
Method Details
-
initializeAndShowPage
protected void initializeAndShowPage(org.eclipse.ui.part.IPageBookViewPage page) Description copied from class:CasEditorViewPage
Creates and shows the page, if page is null the not available message will be shown.- Overrides:
initializeAndShowPage
in classCasEditorViewPage
- Parameters:
page
- the page
-
getCasViewPage
public org.eclipse.ui.part.IPageBookViewPage getCasViewPage()Gets the cas view page.- Returns:
- the cas view page
-