|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.text.EditorKit
javax.swing.text.DefaultEditorKit
org.netbeans.editor.BaseKit
org.netbeans.editor.ext.ExtKit
net.sourceforge.squirrel_sql.plugins.syntax.netbeans.SQLKit
public class SQLKit
| 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 |
| 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 |
|---|
public SQLKit(SyntaxFactory syntaxFactory)
| Method Detail |
|---|
public org.netbeans.editor.Syntax createSyntax(Document doc)
createSyntax in class org.netbeans.editor.BaseKitdoc - document to operate on. It can be null in the cases the syntax
creation is not related to the particular document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||