org.eclipse.xtext.xtext.ui.editor.outline
Class XtextOutlinePage

java.lang.Object
  extended by org.eclipse.ui.part.Page
      extended by org.eclipse.ui.views.contentoutline.ContentOutlinePage
          extended by org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
              extended by org.eclipse.xtext.xtext.ui.editor.outline.XtextOutlinePage
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, ISourceViewerAware

public class XtextOutlinePage
extends OutlinePage

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
XtextOutlinePage()
           
 
Method Summary
protected  int getDefaultExpansionLevel()
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
addChildren, configureActions, configureModelListener, configureTextInputListener, configureTree, createControl, dispose, getFilterAndSorter, getInitiallyExpandedNodes, getRefreshJob, getSourceViewer, getTreeProvider, getTreeViewer, getXtextDocument, refreshViewer, scheduleRefresh, setSourceViewer, treeUpdated
 
Methods inherited from class org.eclipse.ui.views.contentoutline.ContentOutlinePage
addSelectionChangedListener, fireSelectionChanged, getControl, getSelection, init, removeSelectionChangedListener, selectionChanged, setFocus, setSelection
 
Methods inherited from class org.eclipse.ui.part.Page
getSite, 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
setActionBars
 

Constructor Detail

XtextOutlinePage

public XtextOutlinePage()
Method Detail

getDefaultExpansionLevel

protected int getDefaultExpansionLevel()
Overrides:
getDefaultExpansionLevel in class OutlinePage