List of usage examples for javax.swing.text.html HTMLEditorKit.InsertHTMLTextAction subclass-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;