org.eclipse.cdt.make.internal.ui.editor
Class ProjectionMakefileUpdater

java.lang.Object
  extended by org.eclipse.cdt.make.internal.ui.editor.ProjectionMakefileUpdater
All Implemented Interfaces:
org.eclipse.jface.text.source.projection.IProjectionListener

public class ProjectionMakefileUpdater
extends java.lang.Object
implements org.eclipse.jface.text.source.projection.IProjectionListener

ProjectionMakefileUpdater


Constructor Summary
ProjectionMakefileUpdater()
           
 
Method Summary
 void initialize()
           
 void install(MakefileEditor editor, org.eclipse.jface.text.source.projection.ProjectionViewer viewer)
           
 void processReconcile()
           
 void projectionDisabled()
           
 void projectionEnabled()
           
 void uninstall()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionMakefileUpdater

public ProjectionMakefileUpdater()
Method Detail

install

public void install(MakefileEditor editor,
                    org.eclipse.jface.text.source.projection.ProjectionViewer viewer)

uninstall

public void uninstall()

projectionEnabled

public void projectionEnabled()
Specified by:
projectionEnabled in interface org.eclipse.jface.text.source.projection.IProjectionListener

projectionDisabled

public void projectionDisabled()
Specified by:
projectionDisabled in interface org.eclipse.jface.text.source.projection.IProjectionListener

initialize

public void initialize()

processReconcile

public void processReconcile()