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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.part.IPageBookViewPageGets the cas view page.protected voidinitializeAndShowPage(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, setSelectionMethods inherited from class org.eclipse.ui.part.Page
getSite, init, makeContributions, setActionBarsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.ui.part.IPage
createControl, dispose, getControl, setActionBars, setFocusMethods inherited from interface org.eclipse.jface.viewers.ISelectionChangedListener
selectionChangedMethods 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:CasEditorViewPageCreates and shows the page, if page is null the not available message will be shown.- Overrides:
initializeAndShowPagein classCasEditorViewPage- Parameters:
page- the page
-
getCasViewPage
public org.eclipse.ui.part.IPageBookViewPage getCasViewPage()Gets the cas view page.- Returns:
- the cas view page
-