Method getEditorKit()
Return type: javax.swing.text.EditorKit
Member of: javax.swing.JEditorPane
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Action[] as = getEditorKit().getActions();
2 actions = getEditorKit().getActions();
3 EditorKit kit = editor.getEditorKit();
4 EditorKit kit = editor.getEditorKit();
5 HTMLEditorKit currentEditor = (HTMLEditorKit)ChatMsgJTextPane.getEditorKit();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.