Package com.ibm.jdg2e.editor.sqleditor.utils

Examples for Chapter 26, Building a Custom Text Editor with JFace Text.

See:
          Description

Class Summary
ColorProvider Colors used in the SQL editor
SQLStringMatcher StringMatcher takes a simple pattern which may contain for 0 and many characters and ? for exactly one character.
SQLWhiteSpaceDetector A class that determines if a character is an SQL whitespace character
SQLWordDetector Determines whether a given character is valid as part of an SQL keyword in the current context.
WordPartDetector Used to scan and detect for SQL keywords
 

Package com.ibm.jdg2e.editor.sqleditor.utils Description

Examples for Chapter 26, Building a Custom Text Editor with JFace Text.