Searched refs:AdditionalComments (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java1776 public static final String AdditionalComments = "AdditionalComments"; field in class:HTMLDocument
2651 Object comments = getProperty(AdditionalComments);
2658 putProperty(AdditionalComments, comments);
H A DHTMLWriter.java653 * stored under the property HTMLDocument.AdditionalComments.
657 (HTMLDocument.AdditionalComments);

Completed in 74 milliseconds