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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1425 private static final String INSERT_UL_HTML = "<ul><li></li></ul>"; field in class:HTMLEditorKit
1454 new InsertHTMLTextAction("InsertUnorderedList", INSERT_UL_HTML,
1456 new InsertHTMLTextAction("InsertUnorderedListItem", INSERT_UL_HTML,

Completed in 43 milliseconds