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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java51 rows = new Vector<RowView>();
63 protected RowView createTableRow(Element elem) {
69 return new RowView(elem);
105 RowView rv0 = getRow(row0);
106 RowView rv1 = getRow(row1);
121 RowView rv = getRow(row);
128 RowView getRow(int row) {
143 if (v instanceof RowView) {
144 v = ((RowView)v).findViewAtPoint(x, y, allocation);
275 if (v instanceof RowView) {
1302 public class RowView extends BoxView { class in class:TableView
1309 public RowView(Element elem) { method in class:TableView.RowView
[all...]

Completed in 1451 milliseconds