Package com.ibm.jdg2e.editor.jfacetext.sqleditor.sql

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

See:
          Description

Interface Summary
ISQLSyntax SQL Syntax words (upper and lower cases).
 

Class Summary
SQLCodeScanner The SQLCodeScanner is a RuleBaseScanner.This class finds SQL comments and keywords, as the user edits the document.
SQLCompletionProcessor The SQL content assis processor.
SQLCompletionProcessor.Validator Simple content assist tip closer.
SQLDoubleClickStrategy Process double clicks in the SQL content.
SQLPartitionScanner The SQLPartitionScanner, a subclass of a RulesBasedPartitionScanner, is responsible for dynamically computing the partitions of its SQL document as events signal that the document has changed.
SQLWordStrategy The formatting strategy that transforms SQL keywords to upper case
 

Package com.ibm.jdg2e.editor.jfacetext.sqleditor.sql Description

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