Example usage for javax.swing.text.html HTMLEditorKit.InsertHTMLTextAction subclass-usage

List of usage examples for javax.swing.text.html HTMLEditorKit.InsertHTMLTextAction subclass-usage

Introduction

In this page you can find the example usage for javax.swing.text.html HTMLEditorKit.InsertHTMLTextAction subclass-usage.

Usage

From source file com.hexidec.ekit.action.ListAutomationAction.java

/** Class for automatically creating bulleted lists from selected text
  */
public class ListAutomationAction extends HTMLEditorKit.InsertHTMLTextAction {
    private static final Log log = LogFactory.getLog(ListAutomationAction.class);

    protected EkitCore parentEkit;