net.sourceforge.squirrel_sql.plugins.syntax.netbeans
Class SQLKit

java.lang.Object
  extended by javax.swing.text.EditorKit
      extended by javax.swing.text.DefaultEditorKit
          extended by org.netbeans.editor.BaseKit
              extended by org.netbeans.editor.ext.ExtKit
                  extended by net.sourceforge.squirrel_sql.plugins.syntax.netbeans.SQLKit
All Implemented Interfaces:
Serializable, Cloneable

public class SQLKit
extends org.netbeans.editor.ext.ExtKit

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.editor.ext.ExtKit
org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction, org.netbeans.editor.ext.ExtKit.BuildToolTipAction, org.netbeans.editor.ext.ExtKit.CodeSelectAction, org.netbeans.editor.ext.ExtKit.CommentAction, org.netbeans.editor.ext.ExtKit.CompletionHideAction, org.netbeans.editor.ext.ExtKit.CompletionShowAction, org.netbeans.editor.ext.ExtKit.EscapeAction, org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction, org.netbeans.editor.ext.ExtKit.ExtDeleteCharAction, org.netbeans.editor.ext.ExtKit.FindAction, org.netbeans.editor.ext.ExtKit.GotoAction, org.netbeans.editor.ext.ExtKit.GotoDeclarationAction, org.netbeans.editor.ext.ExtKit.JDCPopupPanelHideAction, org.netbeans.editor.ext.ExtKit.JDCPopupPanelShowAction, org.netbeans.editor.ext.ExtKit.MatchBraceAction, org.netbeans.editor.ext.ExtKit.PrefixMakerAction, org.netbeans.editor.ext.ExtKit.ReplaceAction, org.netbeans.editor.ext.ExtKit.ShowPopupMenuAction, org.netbeans.editor.ext.ExtKit.ToggleCaseIdentifierBeginAction, org.netbeans.editor.ext.ExtKit.UncommentAction
 
Nested classes/interfaces inherited from class org.netbeans.editor.BaseKit
org.netbeans.editor.BaseKit.BackwardAction, org.netbeans.editor.BaseKit.BeepAction, org.netbeans.editor.BaseKit.BeginAction, org.netbeans.editor.BaseKit.BeginLineAction, org.netbeans.editor.BaseKit.BeginWordAction, org.netbeans.editor.BaseKit.CompoundAction, org.netbeans.editor.BaseKit.CopyAction, org.netbeans.editor.BaseKit.CutAction, org.netbeans.editor.BaseKit.DefaultKeyTypedAction, org.netbeans.editor.BaseKit.DeleteCharAction, org.netbeans.editor.BaseKit.DownAction, org.netbeans.editor.BaseKit.EndAction, org.netbeans.editor.BaseKit.EndLineAction, org.netbeans.editor.BaseKit.EndWordAction, org.netbeans.editor.BaseKit.ForwardAction, org.netbeans.editor.BaseKit.InsertBreakAction, org.netbeans.editor.BaseKit.InsertContentAction, org.netbeans.editor.BaseKit.InsertStringAction, org.netbeans.editor.BaseKit.InsertTabAction, org.netbeans.editor.BaseKit.KitCompoundAction, org.netbeans.editor.BaseKit.NextWordAction, org.netbeans.editor.BaseKit.PageDownAction, org.netbeans.editor.BaseKit.PageUpAction, org.netbeans.editor.BaseKit.PasteAction, org.netbeans.editor.BaseKit.PreviousWordAction, org.netbeans.editor.BaseKit.ReadOnlyAction, org.netbeans.editor.BaseKit.SelectAllAction, org.netbeans.editor.BaseKit.SelectLineAction, org.netbeans.editor.BaseKit.SelectWordAction, org.netbeans.editor.BaseKit.SplitLineAction, org.netbeans.editor.BaseKit.UpAction, org.netbeans.editor.BaseKit.WritableAction
 
Field Summary
 
Fields inherited from class org.netbeans.editor.ext.ExtKit
buildPopupMenuAction, buildToolTipAction, codeSelectAction, commentAction, completionHideAction, completionShowAction, escapeAction, findAction, gotoAction, gotoDeclarationAction, gotoHelpAction, gotoSourceAction, jdcPopupPanelHideAction, jdcPopupPanelShowAction, matchBraceAction, replaceAction, selectionMatchBraceAction, showPopupMenuAction, toggleCaseIdentifierBeginAction, toggleToolbarAction, TRIMMED_TEXT, uncommentAction
 
Fields inherited from class org.netbeans.editor.BaseKit
abbrevExpandAction, abbrevResetAction, adjustCaretBottomAction, adjustCaretCenterAction, adjustCaretTopAction, adjustWindowBottomAction, adjustWindowCenterAction, adjustWindowTopAction, annotationsCyclingAction, collapseAllFoldsAction, collapseFoldAction, expandAllFoldsAction, expandFoldAction, findNextAction, findPreviousAction, findSelectionAction, firstNonWhiteAction, formatAction, generateGutterPopupAction, gotoNextBookmarkAction, insertDateTimeAction, jumpListNextAction, jumpListNextComponentAction, jumpListPrevAction, jumpListPrevComponentAction, lastNonWhiteAction, lineFirstColumnAction, macroActionPrefix, pasteFormatedAction, redoAction, removeLineAction, removeLineBeginAction, removeSelectionAction, removeTabAction, removeWordAction, scrollDownAction, scrollUpAction, selectIdentifierAction, selectionFirstNonWhiteAction, selectionLastNonWhiteAction, selectionLineFirstColumnAction, selectionPageDownAction, selectionPageUpAction, selectNextParameterAction, shiftLineLeftAction, shiftLineRightAction, splitLineAction, startMacroRecordingAction, startNewLineAction, stopMacroRecordingAction, switchCaseAction, toggleBookmarkAction, toggleHighlightSearchAction, toggleLineNumbersAction, toggleTypingModeAction, toLowerCaseAction, toUpperCaseAction, undoAction, wordMatchNextAction, wordMatchPrevAction
 
Fields inherited from class javax.swing.text.DefaultEditorKit
backwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction
 
Constructor Summary
SQLKit(SyntaxFactory syntaxFactory)
           
 
Method Summary
 org.netbeans.editor.Syntax createSyntax(Document doc)
          Create new instance of syntax coloring scanner
 
Methods inherited from class org.netbeans.editor.ext.ExtKit
createActions, createCaret, createCompletion, createCompletionJavaDoc, createEditorUI, createSyntaxSupport
 
Methods inherited from class org.netbeans.editor.BaseKit
actionsToMap, clone, createDefaultDocument, createFormatSyntax, createFormatter, createPrintEditorUI, createPrintEditorUI, createTextUI, deinstall, executeDeinstallActions, executeInstallActions, getActionByName, getActions, getCustomActions, getKeymap, getKit, getMacroActions, getViewFactory, initDocument, install, mapToActions, read, translateActionNameList, updateActions, write
 
Methods inherited from class javax.swing.text.DefaultEditorKit
getContentType, read, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLKit

public SQLKit(SyntaxFactory syntaxFactory)
Method Detail

createSyntax

public org.netbeans.editor.Syntax createSyntax(Document doc)
Create new instance of syntax coloring scanner

Overrides:
createSyntax in class org.netbeans.editor.BaseKit
Parameters:
doc - document to operate on. It can be null in the cases the syntax creation is not related to the particular document


Copyright © 2001-2010. All Rights Reserved.