Searched refs:childAllocation (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DListView.java87 childAllocation(i, childRect);
H A DTableView.java141 childAllocation(i, allocation);
728 childAllocation(i, a);
736 this.childAllocation(n - 1, a);
1354 childAllocation(i, alloc);
1642 childAllocation(i, a);
1650 this.childAllocation(n - 1, a);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DView.java1057 Shape childAllocation = getChildAllocation(counter, allocation);
1059 if (childAllocation != null) {
1060 Rectangle rect = (childAllocation instanceof Rectangle) ?
1061 (Rectangle)childAllocation : childAllocation.getBounds();
H A DCompositeView.java66 * <li>{@link #childAllocation} - Returns the bounds of
69 * <code>childAllocation</code> after offseting
232 childAllocation(index, alloc);
347 childAllocation(counter, tempRect);
543 protected abstract void childAllocation(int index, Rectangle a); method in class:CompositeView
561 childAllocation(index, a);
592 * the <code>childAllocation</code> method.
H A DBoxView.java660 childAllocation(0, alloc);
665 childAllocation(i - 1, alloc);
669 childAllocation(n - 1, alloc);
673 childAllocation(0, alloc);
678 childAllocation(i - 1, alloc);
682 childAllocation(n - 1, alloc);
694 protected void childAllocation(int index, Rectangle alloc) { method in class:BoxView
H A DTableView.java560 childAllocation(i, a);
568 this.childAllocation(n - 1, a);
773 childAllocation(i, a);
781 this.childAllocation(n - 1, a);
H A DFlowView.java866 protected void childAllocation(int index, Rectangle a) { method in class:FlowView.LogicalView
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java389 protected void childAllocation(int index, Rectangle a) { method in class:BasicTextAreaUI.PlainParagraph.LogicalView
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java2260 protected void childAllocation(int index, Rectangle a) { method in class:JEditorPane.PlainEditorKit.PlainParagraph.LogicalView

Completed in 359 milliseconds