Searched refs:TitleProperty (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocument.java161 * and the <a href="#TitleProperty">TitleProperty</a>, which can be used to
243 * <a href="#TitleProperty"><code>TitleProperty</code></a>.
473 public static final String TitleProperty = "title"; field in interface:Document
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java251 return (String)model.getProperty(Document.TitleProperty);
868 return (String)model.getProperty(Document.TitleProperty);
H A DHTMLWriter.java332 String title = (String)doc.getProperty(Document.TitleProperty);
H A DHTMLDocument.java2557 putProperty(Document.TitleProperty, new String(data));

Completed in 360 milliseconds