org.eclipse.cdt.ui
Interface ILanguageUI

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable

public interface ILanguageUI
extends org.eclipse.core.runtime.IAdaptable

Author:
Doug Schaefer

Method Summary
 org.eclipse.jface.text.rules.RuleBasedScanner getCodeScanner()
          Get the code scanner that drives coloring in the editor.
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getCodeScanner

org.eclipse.jface.text.rules.RuleBasedScanner getCodeScanner()
Get the code scanner that drives coloring in the editor.

Returns:
code scanner for this language