Package jsyntaxpane
Class JavaRegexKit
- java.lang.Object
-
- javax.swing.text.EditorKit
-
- javax.swing.text.DefaultEditorKit
-
- jsyntaxpane.DefaultSyntaxKit
-
- jsyntaxpane.JavaRegexKit
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,javax.swing.text.ViewFactory
public class JavaRegexKit extends DefaultSyntaxKit
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.text.DefaultEditorKit
javax.swing.text.DefaultEditorKit.BeepAction, javax.swing.text.DefaultEditorKit.CopyAction, javax.swing.text.DefaultEditorKit.CutAction, javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction, javax.swing.text.DefaultEditorKit.InsertBreakAction, javax.swing.text.DefaultEditorKit.InsertContentAction, javax.swing.text.DefaultEditorKit.InsertTabAction, javax.swing.text.DefaultEditorKit.PasteAction
-
-
Field Summary
-
Fields inherited from class jsyntaxpane.DefaultSyntaxKit
CONFIG_CARETCOLOR, CONFIG_COMPONENTS, CONFIG_MENU, CONFIG_SELECTION, CONFIG_TOOLBAR, CONFIG_TOOLBAR_BORDER, CONFIG_TOOLBAR_BORDER_SIZE, CONFIG_TOOLBAR_OPAQUE, CONFIG_TOOLBAR_ROLLOVER
-
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
Constructors Constructor Description JavaRegexKit()
-
Method Summary
-
Methods inherited from class jsyntaxpane.DefaultSyntaxKit
addAbbreviation, addActions, addComponents, addPopupMenu, addToolBarActions, create, createDefaultDocument, deinstall, deinstallComponent, getAbbreviation, getAbbreviations, getConfig, getConfig, getContentType, getContentTypes, getProperty, getViewFactory, initKit, install, installComponent, isComponentInstalled, registerContentType, setConfig, setProperty, toggleComponent
-
-