Searched defs:getRowCount (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DTreeTableModelAdapter.java103 public int getRowCount() { method in class:TreeTableModelAdapter
104 return tree.getRowCount();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DTreeUI.java63 public abstract int getRowCount(JTree tree); method in class:TreeUI
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableModel.java61 public int getRowCount(); method in interface:TableModel
69 * @see #getRowCount
H A DTableRowSorter.java264 public int getRowCount() { method in class:TableRowSorter.TableRowSorterModelWrapper
265 return (tableModel == null) ? 0 : tableModel.getRowCount();
H A DDefaultTableModel.java224 justifyRows(0, getRowCount());
260 // Set the number of rows for the case when getRowCount
262 dataVector.setSize(getRowCount());
315 int old = getRowCount();
350 insertRow(getRowCount(), rowData);
519 justifyRows(0, getRowCount());
554 if (columnSize > getRowCount()) {
557 justifyRows(0, getRowCount());
565 justifyRows(0, getRowCount());
594 public int getRowCount() { method in class:DefaultTableModel
[all...]
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableMap.java83 public int getRowCount() { method in class:TableMap
84 return (model == null) ? 0 : model.getRowCount();
H A DJDBCAdapter.java201 public int getRowCount() { method in class:JDBCAdapter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DObjectListPanel.java151 public int getRowCount() { return elements.size(); } method in class:ObjectListPanel.ObjectListTableModel
H A DJavaThreadsPanel.java267 public int getRowCount() { method in class:JavaThreadsPanel.JavaThreadsTableModel
H A DObjectHistogramPanel.java178 public int getRowCount() { method in class:ObjectHistogramPanel.ObjectHistogramTableModel
298 if (row == model.getRowCount()) {
306 for (int i = row; i < model.getRowCount(); i++) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/multi/
H A DMultiTreeUI.java118 * Invokes the <code>getRowCount</code> method on each UI handled by this object.
123 public int getRowCount(JTree a) { method in class:MultiTreeUI
125 ((TreeUI) (uis.elementAt(0))).getRowCount(a);
127 ((TreeUI) (uis.elementAt(i))).getRowCount(a);
/openjdk7/jdk/src/share/demo/management/JTop/
H A DJTop.java151 public int getRowCount() { method in class:JTop.MyTableModel
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTableView.java125 int getRowCount() { method in class:TableView
336 int n = getRowCount();
411 int nrows = getRowCount();
828 public int getRowCount() { method in class:TableView.TableCell
903 public int getRowCount(); method in interface:TableView.GridCell
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java187 int rowCount = getRowCount();
213 int rowCount = getRowCount();
356 public abstract int getRowCount(); method in class:AbstractLayoutCache
H A DFixedHeightLayoutCache.java138 public int getRowCount() { method in class:FixedHeightLayoutCache
208 if(row >= 0 && row < getRowCount()) {
209 if(root.getPathForRow(row, getRowCount(), info)) {
249 if(getRowCount() == 0)
635 if(getRowCount() == 0)
637 return Math.max(0, Math.min(getRowCount() - 1,
1322 * to <code>getRowCount</code>().
H A DVariableHeightLayoutCache.java136 if(getRowCount() > 0)
233 if(row >= 0 && row < getRowCount()) {
262 public int getRowCount() { method in class:VariableHeightLayoutCache
288 int rowCount = getRowCount();
324 if(getRowCount() == 0)
595 if(getRowCount() > 0)
719 if(row >= 0 && row < getRowCount()) {
883 if(location >= 0 && location < getRowCount()) {
929 if(getRowCount() == 0)
931 return Math.max(0, Math.min(getRowCount()
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java122 int getRowCount() { return matrix.length; } method in class:Histogram
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileSystemModel.java192 public int getRowCount() { method in class:AquaFileSystemModel
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java529 if (vmModel.getRowCount() == 1) {
609 int n = vmModel.getRowCount();
659 public synchronized int getRowCount() { method in class:ConnectDialog.ManagedVmTableModel
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultRowSorter.java221 modelRowCount = getModelWrapper().getRowCount();
498 if (index < 0 || index >= getModelWrapper().getRowCount()) {
513 if (index < 0 || index >= getModelWrapper().getRowCount()) {
602 createModelToView(getModelWrapper().getRowCount());
603 createViewToModel(getModelWrapper().getRowCount());
633 int rowCount = getModelWrapper().getRowCount();
812 // When filtering this may differ from getModelWrapper().getRowCount()
815 return getModelWrapper().getRowCount();
822 return getModelWrapper().getRowCount();
844 modelRowCount = getModelWrapper().getRowCount();
1274 public abstract int getRowCount(); method in class:DefaultRowSorter.ModelWrapper
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java127 if(row >= getRowCount())
153 if (row >= getRowCount()) {
347 public synchronized int getRowCount() { method in class:XMBeanAttributes
348 return super.getRowCount();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java96 public int getRowCount() { method in class:TableView
410 int nrows = getRowCount();
650 int n = getRowCount();
1024 int nrows = getRowCount();
1150 int n = getRowCount();
1599 int row1 = Math.min(rowIndex + rowSpan - 1, getRowCount()-1);
H A DAccessibleHTML.java1476 delta = Math.max(row.getRowCount(), delta);
1518 int rows = cell.getRowCount();
1550 public int getRowCount() { method in class:AccessibleHTML.TableElementInfo
1665 return ((TableElementInfo)elementInfo).getRowCount() *
1680 int rowCount = ((TableElementInfo)elementInfo).getRowCount();
1740 return ((TableElementInfo)elementInfo).getRowCount();
2240 return elementInfo.getRowCount();
2256 return elementInfo.getRowCount();
2439 public int getRowCount() { method in class:AccessibleHTML.TableElementInfo.TableRowElementInfo
2449 rowCount = Math.max(rowCount, cell.getRowCount());
2599 public int getRowCount() { method in class:AccessibleHTML.TableElementInfo.TableCellElementInfo
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java302 int rowCount = getRowCount(colCounter);
1080 if (row >= getRowCount(0) || row < 0) {
1186 private int getRowCount(int column) { method in class:BasicListUI
2308 int maxRowCount = ui.getRowCount(column);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java751 public int getRowCount() { method in class:FilePane.DetailsTableModel
946 public int getRowCount() { method in class:FilePane.DetailsTableRowSorter.SorterModelWrapper
947 return getDetailsTableModel().getRowCount();

Completed in 549 milliseconds

12