jsyntaxpane.syntaxkits
Class VerySimpleSyntaxKit

java.lang.Object
  extended by javax.swing.text.EditorKit
      extended by javax.swing.text.DefaultEditorKit
          extended by jsyntaxpane.DefaultSyntaxKit
              extended by jsyntaxpane.syntaxkits.VerySimpleSyntaxKit
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.text.ViewFactory

public class VerySimpleSyntaxKit
extends DefaultSyntaxKit

Author:
Ayman Al-Sairafi
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
VerySimpleSyntaxKit()
           
 
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, registerContentType, setConfig, setProperty, toggleComponent
 
Methods inherited from class javax.swing.text.DefaultEditorKit
createCaret, getActions, read, read, write, write
 
Methods inherited from class javax.swing.text.EditorKit
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerySimpleSyntaxKit

public VerySimpleSyntaxKit()