org.eclipse.mylyn.wikitext.ui.editor
Class DefaultWikiTextSourceEditorOutline
java.lang.Object
ContentOutlinePage
org.eclipse.mylyn.wikitext.ui.editor.AbstractWikiTextSourceEditorOutline
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWikiTextSourceEditorOutline
public DefaultWikiTextSourceEditorOutline()
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)
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