org.eclipse.xtend.ide.outline
Class XtendOutlinePage

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.xtend.ide.outline.XtendOutlinePage
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 XtendOutlinePage
extends OutlinePage

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
XtendOutlinePage()
           
 
Method Summary
protected  java.util.List<IOutlineNode> getInitiallyExpandedNodes()
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.outline.impl.OutlinePage
addChildren, configureActions, configureModelListener, configureTextInputListener, configureTree, createControl, dispose, getDefaultExpansionLevel, getFilterAndSorter, 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

XtendOutlinePage

public XtendOutlinePage()
Method Detail

getInitiallyExpandedNodes

protected java.util.List<IOutlineNode> getInitiallyExpandedNodes()
Overrides:
getInitiallyExpandedNodes in class OutlinePage