org.netbeans.editor.ext .ExtKit com.jeta.swingbuilder.codegen.gui.editor .JavaKit JavaKit public class JavaKit extends ExtKit (Code) Java editor kit with appropriate document
author: Jeff Tassin
Constructor Summary public JavaKit ()
JavaKit public JavaKit()(Code) ctor
createFormatter public Formatter createFormatter()(Code) Create the formatter appropriate for this kit
createSyntax public Syntax createSyntax(Document doc)(Code) Create new instance of syntax coloring scanner
Parameters: doc - document to operate on. It can be null in the cases the syntaxcreation is not related to the particular document
listDefaultActions public static Action [] listDefaultActions()(Code) List all actions supported by this class.
listDefaultKeyBindings public static MultiKeyBinding [] listDefaultKeyBindings()(Code) Get the default bindings. We are using a different method for
initializing default bindings than the netbeans callback method.