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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DZoneView.java32 * ZoneView is a View implementation that creates zones for which
41 * ZoneView extends BoxView to provide a box that implements
44 * portion of the model that an instance of ZoneView is responsible
78 public class ZoneView extends BoxView { class in inherits:BoxView
85 * Constructs a ZoneView.
90 public ZoneView(Element elem, int axis) { method in class:ZoneView
137 throw new IllegalArgumentException("ZoneView.setMaxZonesLoaded must be greater than 0.");
371 * the views that represent the children of the ZoneView
380 super(elem, ZoneView.this.getAxis());
529 return ZoneView
[all...]

Completed in 31 milliseconds