org.eclipse.cdt.internal.ui.preferences
Class CSourcePreviewerUpdater

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.preferences.CSourcePreviewerUpdater

public class CSourcePreviewerUpdater
extends java.lang.Object


Method Summary
static void registerPreviewer(org.eclipse.jface.text.source.SourceViewer viewer, CSourceViewerConfiguration configuration, org.eclipse.jface.preference.IPreferenceStore preferenceStore)
          Creates a source preview updater for the given viewer, configuration and preference store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerPreviewer

public static void registerPreviewer(org.eclipse.jface.text.source.SourceViewer viewer,
                                     CSourceViewerConfiguration configuration,
                                     org.eclipse.jface.preference.IPreferenceStore preferenceStore)
Creates a source preview updater for the given viewer, configuration and preference store.

Parameters:
viewer - the viewer
configuration - the configuration
preferenceStore - the preference store