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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java679 ViewFactory f = rootView.getViewFactory();
693 rootView.setView(v);
737 rootView.paint(g, alloc);
835 rootView.setView(null);
875 if ((rootView.getViewCount() > 0) && (rootView.getView(0) != null)) {
912 rootView.setSize(d.width - i.left - i.right, d.height - i.top - i.bottom);
917 rootView.setSize(Integer.MAX_VALUE, Integer.MAX_VALUE);
919 d.width = (int) Math.min((long) rootView.getPreferredSpan(View.X_AXIS) +
921 d.height = (int) Math.min((long) rootView
1302 transient RootView rootView = new RootView(); field in class:BasicTextUI
[all...]

Completed in 384 milliseconds