org.eclipse.cdt.internal.ui.editor
Class CSourceViewerDecorationSupport

java.lang.Object
  extended by org.eclipse.ui.texteditor.SourceViewerDecorationSupport
      extended by org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport

public class CSourceViewerDecorationSupport
extends org.eclipse.ui.texteditor.SourceViewerDecorationSupport

SourceViewerDecorationSupport with extension(s):

Since:
4.0
Author:
anton.leherbauer@windriver.com

Method Summary
 void dispose()
           
 void install(org.eclipse.jface.preference.IPreferenceStore store)
           
 void setCursorLinePainterPreferenceKeys(java.lang.String enableKey, java.lang.String colorKey)
           
 void setInactiveCodePainterPreferenceKeys(java.lang.String enableKey, java.lang.String colorKey)
          Set the preference keys for the inactive code painter.
 void uninstall()
           
 
Methods inherited from class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
hideAnnotationOverview, setAnnotationPainterPreferenceKeys, setAnnotationPreference, setCharacterPairMatcher, setMarginPainterPreferenceKeys, setMatchingCharacterPainterPreferenceKeys, setSymbolicFontName, updateOverviewDecorations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dispose

public void dispose()
Overrides:
dispose in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport

install

public void install(org.eclipse.jface.preference.IPreferenceStore store)
Overrides:
install in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport

uninstall

public void uninstall()
Overrides:
uninstall in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport

setCursorLinePainterPreferenceKeys

public void setCursorLinePainterPreferenceKeys(java.lang.String enableKey,
                                               java.lang.String colorKey)
Overrides:
setCursorLinePainterPreferenceKeys in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport

setInactiveCodePainterPreferenceKeys

public void setInactiveCodePainterPreferenceKeys(java.lang.String enableKey,
                                                 java.lang.String colorKey)
Set the preference keys for the inactive code painter.

Parameters:
enableKey -
colorKey -