JavaScript Development Tools
Release 3.2

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
protected  IColorManager JavaScriptSourceViewerConfiguration.getColorManager()
          Returns the color manager for this configuration.
 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, 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.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.