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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractWriter.java374 protected boolean getCanWrapLines() { method in class:AbstractWriter
535 * All write methods call into this one. If <code>getCanWrapLines()</code>
539 * if <code>getCanWrapLines()</code> returns true, this will split the
549 if (!getCanWrapLines()) {

Completed in 35 milliseconds