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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java52 * <a href=#EndOfLineStringProperty><code>EndOfLineStringProperty</code></a>,
55 * When a document is loaded, <code>EndOfLineStringProperty</code>
57 * <code>EndOfLineStringProperty</code> is used. But while the document
62 * and the <code>EndOfLineStringProperty</code> has not been defined,
65 * <p>Note that <code>EndOfLineStringProperty</code> is set
285 doc.putProperty(EndOfLineStringProperty, "\r\n");
288 doc.putProperty(EndOfLineStringProperty, "\r");
291 doc.putProperty(EndOfLineStringProperty, "\n");
318 Object endOfLineProperty = doc.getProperty(EndOfLineStringProperty);
375 public static final String EndOfLineStringProperty = "__EndOfLine__"; field in class:DefaultEditorKit
[all...]

Completed in 33 milliseconds