Uses of Interface
org.eclipse.wst.jsdt.ui.text.IColorManager

Packages that use IColorManager
org.eclipse.wst.jsdt.ui   
org.eclipse.wst.jsdt.ui.text   
 

Uses of IColorManager in org.eclipse.wst.jsdt.ui
 

Methods in org.eclipse.wst.jsdt.ui that return IColorManager
static IColorManager JavaScriptUI.getColorManager()
          Returns the color manager the JavaScript UI plug-in which is used to manage any Java-specific colors needed for such things like syntax highlighting.
 

Uses of IColorManager in org.eclipse.wst.jsdt.ui.text
 

Methods in org.eclipse.wst.jsdt.ui.text that return IColorManager
 IColorManager JavaScriptTextTools.getColorManager()
          Returns the color manager which is used to manage any Java-specific colors needed for such things like syntax highlighting.
 

Constructors in org.eclipse.wst.jsdt.ui.text with parameters of type IColorManager
JavaScriptSourceViewerConfiguration(IColorManager colorManager, IPreferenceStore preferenceStore, ITextEditor editor, java.lang.String partitioning)
          Creates a new JavaScript source viewer configuration for viewers in the given editor using the given preference store, the color manager and the specified document partitioning.