org.eclipse.xtext.xtend2.ui.outline
Class Xtend2OutlinePage

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.xtend2.ui.outline.Xtend2OutlinePage
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 Xtend2OutlinePage
extends OutlinePage

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
Xtend2OutlinePage()
           
 
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, getRefreshJob, getSourceViewer, getTreeProvider, getTreeViewer, getXtextDocument, refreshViewer, scheduleRefresh, setSourceViewer, treeUpdated
 
Methods inherited from class org.eclipse.ui.views.contentoutline.ContentOutlinePage
addSelectionChangedListener, fireSelectionChanged, getControl, getSelection, getTreeStyle, 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

Xtend2OutlinePage

public Xtend2OutlinePage()
Method Detail

getInitiallyExpandedNodes

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