org.eclipse.mylyn.wikitext.ui.editor
Class AbstractWikiTextSourceEditorOutline
java.lang.Object
ContentOutlinePage
org.eclipse.mylyn.wikitext.ui.editor.AbstractWikiTextSourceEditorOutline
- Direct Known Subclasses:
- DefaultWikiTextSourceEditorOutline
public abstract class AbstractWikiTextSourceEditorOutline
- extends ContentOutlinePage
An abstract base class for all editor outlines to be used with WikiTextSourceEditor
.
- Since:
- 1.3
- Author:
- David Green
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWikiTextSourceEditorOutline
public AbstractWikiTextSourceEditorOutline()
setEditor
public void setEditor(IEditorPart editor)
getEditor
public IEditorPart getEditor()
editorPropertyChanged
protected void editorPropertyChanged(Object source,
int propId)
- Listen to changes on the editor. Overriding methods should call super.editorPropertyChanaged.
dispose
public void dispose()
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