Mylyn WikiText

org.eclipse.mylyn.wikitext.ui.editor
Class DefaultWikiTextSourceEditorOutline

java.lang.Object
  extended by ContentOutlinePage
      extended by org.eclipse.mylyn.wikitext.ui.editor.AbstractWikiTextSourceEditorOutline
          extended by org.eclipse.mylyn.wikitext.ui.editor.DefaultWikiTextSourceEditorOutline

public class DefaultWikiTextSourceEditorOutline
extends AbstractWikiTextSourceEditorOutline

a default source editor outline view that presents a structured outline in a tree view based on the heading-based outline.

Since:
1.3
Author:
David Green

Constructor Summary
DefaultWikiTextSourceEditorOutline()
           
 
Method Summary
 void createControl(Composite parent)
           
protected  void editorPropertyChanged(Object source, int propId)
          Listen to changes on the editor.
 ShowInContext getShowInContext()
           
 void setSelection(ISelection selection)
           
 boolean show(ShowInContext context)
           
 
Methods inherited from class org.eclipse.mylyn.wikitext.ui.editor.AbstractWikiTextSourceEditorOutline
dispose, getEditor, setEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWikiTextSourceEditorOutline

public DefaultWikiTextSourceEditorOutline()
Method Detail

createControl

public void createControl(Composite parent)

getShowInContext

public ShowInContext getShowInContext()

show

public boolean show(ShowInContext context)

editorPropertyChanged

protected void editorPropertyChanged(Object source,
                                     int propId)
Description copied from class: AbstractWikiTextSourceEditorOutline
Listen to changes on the editor. Overriding methods should call super.editorPropertyChanaged.

Overrides:
editorPropertyChanged in class AbstractWikiTextSourceEditorOutline

setSelection

public void setSelection(ISelection selection)

Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html