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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWrappedPlainView.java53 public class WrappedPlainView extends BoxView implements TabExpander { class in inherits:BoxView,TabExpander
56 * Creates a new WrappedPlainView. Lines will be wrapped
61 public WrappedPlainView(Element elem) { method in class:WrappedPlainView
66 * Creates a new WrappedPlainView. Lines can be wrapped on
73 public WrappedPlainView(Element elem, boolean wordWrap) { method in class:WrappedPlainView
646 alloc.x, WrappedPlainView.this, p0);
714 WrappedPlainView.this, p0);
734 WrappedPlainView.this.preferenceChanged(this, false, true);

Completed in 35 milliseconds