Class SyntaxHiliter

java.lang.Object
com.smartgwt.client.core.BaseClass
com.smartgwt.client.util.SyntaxHiliter
All Implemented Interfaces:
HasHandlers
Direct Known Subclasses:
JSSyntaxHiliter, XMLSyntaxHiliter

public class SyntaxHiliter extends BaseClass
Abstract base class for regular expression-based source code colorizer.

An instance of this class is never instantiated. Instead, use one of the source-specific subclasses: XMLSyntaxHiliter or JSSyntaxHiliter.

NOTE: This class exists only for use with the Smart GWT Feature Explorer and SmartGWT Showcases and cannot be used in any other environment.