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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java51 public class AsyncBoxView extends View { class in inherits:View
60 public AsyncBoxView(Element elem, int axis) { method in class:AsyncBoxView
919 * being made around the localized area. The AsyncBoxView
1203 child.setParent(AsyncBoxView.this);
1242 if (child.getParent() == AsyncBoxView.this) {
1247 synchronized(AsyncBoxView.this) {
1251 synchronized(AsyncBoxView.this) {

Completed in 29 milliseconds