Searched defs:INSERT_OL_HTML (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1428 private static final String INSERT_OL_HTML = "<ol><li></li></ol>"; field in class:HTMLEditorKit
1459 new InsertHTMLTextAction("InsertOrderedList", INSERT_OL_HTML,
1461 new InsertHTMLTextAction("InsertOrderedListItem", INSERT_OL_HTML,

Completed in 29 milliseconds