Package org.radrails.db.internal.ui.editors.sql

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 assist processor.
SQLDocumentParticipant Participates in the setup of a text file buffer document.
SQLDoubleClickStrategy Process double clicks in the SQL content.
SQLEditor This class is responsible for configuring the SQL editor.
SQLEditorContributor Manages the installation and deinstallation of actions for the SQL editor.
SQLEditorSourceViewer  
SQLEditorSourceViewerConfiguration This class defines the editor add-ons; content assist, content formatter, highlighting, auto-indent strategy, double click strategy.
SQLFormatAction Action for formatting the editor.
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
TabExpander