Mylyn WikiText

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

java.lang.Object
  extended by ContentOutlinePage
      extended by 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

Constructor Summary
AbstractWikiTextSourceEditorOutline()
           
 
Method Summary
 void dispose()
           
protected  void editorPropertyChanged(Object source, int propId)
          Listen to changes on the editor.
 IEditorPart getEditor()
           
 void setEditor(IEditorPart editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWikiTextSourceEditorOutline

public AbstractWikiTextSourceEditorOutline()
Method Detail

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()

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