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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DView.java33 * A very important part of the text package is the <code>View</code> class.
65 <p>A View expresses the size that it would like to be in terms of three
67 can be done independently upon each axis. For a properly functioning View
71 <p align=center><img src="doc-files/View-flexibility.jpg"
79 <li><a href="#preferenceChanged(javax.swing.text.View, boolean, boolean)">preferenceChanged</a>
86 is generally called to make sure the View layout is complete prior to trying
92 layout it would like, and expects the parent to honor. The parent View is
95 This allows parent View implementations to cache the child requirements if
99 <img src="doc-files/View-layout.jpg"
112 tree. A <code>View</cod
192 public abstract class View implements SwingConstants { class in inherits:SwingConstants
199 public View(Element elem) { method in class:View
[all...]

Completed in 36 milliseconds