net.sf.colorer.eclipse.outline
Class ColorerContentOutlinePage
java.lang.Object
ContentOutlinePage
net.sf.colorer.eclipse.outline.ColorerContentOutlinePage
- All Implemented Interfaces:
- OutlineListener
public class ColorerContentOutlinePage
- extends ContentOutlinePage
- implements OutlineListener
Content outline page for the Colorer editor.
Allows to view General Outline, Error and Internal Parse Tree for
currently selected editor window.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorerContentOutlinePage
public ColorerContentOutlinePage()
attach
public void attach(TextColorer textColorer)
detach
public void detach()
dispose
public void dispose()
updateIfChanged
public void updateIfChanged()
notifyUpdate
public void notifyUpdate()
- Description copied from interface:
OutlineListener
- Called by IOutlineSource to notify container about changes in
Outliner model.
- Specified by:
notifyUpdate
in interface OutlineListener
addDoubleClickListener
public void addDoubleClickListener(IDoubleClickListener dc)
removeDoubleClickListener
public void removeDoubleClickListener(IDoubleClickListener dc)
createControl
public void createControl(Composite parent)
Copyright © 2003 Cail Lomecb. All Rights Reserved.