Home
last modified time | relevance | path

Searched refs:getRowCount (Results 1 – 16 of 16) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DCreateMacroDialog.java68 public int getRowCount() { in getRowCount() method in CreateMacroDialog.MacroTableModel
147 for (int i = 0; i < getRowCount(); ++i) { in findRowForOption()
183 int lastRow = macroTable.getRowCount() - 1;
216 row = macroTableModel.getRowCount()-1;
218 if (macroTableModel.getRowCount() > 0) {
221 if (macroTableModel.getRowCount() <= 0) {
301 row = macroTableModel.getRowCount();
502 if (macroTable.getRowCount() > 0) { in CreateMacroDialog()
516 if (index == (macroTable.getRowCount() - 1)) { in CreateMacroDialog()
520 if (macroTable.getRowCount() > 0) { in CreateMacroDialog()
[all …]
H A DErrorTable.java53 public int getRowCount() { in getRowCount() method in ErrorTableModel
120 return (model.getRowCount() == 0); in isEmpty()
H A DOptionView.java100 public int getRowCount() { in getRowCount() method in OptionView.OptionTableModel
202 OptionView.optionTableModel.getRowCount())); in finished()
359 sortedTableModel.getRowCount()); in setActive()
368 for (int i = startRow; i < sortedTableModel.getRowCount(); ++i) { in find()
H A DServerOptionsDialog.java129 public int getRowCount() { in getRowCount() method in ServerOptionsDialog.InterfaceTableModel
568 monitoredTable.getRowCount() > 0) { in getMainPanel()
581 ignoredTable.getRowCount() > 0) { in getMainPanel()
814 if (monitoredTable.getRowCount() == 0) { in doOk()
818 if (ignoredTable.getRowCount() != 0) { in doOk()
H A DDeleteAddressDialog.java53 public int getRowCount() { in getRowCount() method in DeleteAddressDialog.AddressTableModel
H A DReleaseAddressDialog.java52 public int getRowCount() { in getRowCount() method in ReleaseAddressDialog.AddressTableModel
H A DAddressView.java189 public int getRowCount() { in getRowCount() method in AddressView.AddressTableModel
319 addressTableModel.getRowCount())); in finished()
652 for (int i = startRow; i < sortedTableModel.getRowCount(); ++i) { in find()
H A DViewMacroDialog.java64 public int getRowCount() { in getRowCount() method in ViewMacroDialog.MacroTableModel
H A DAddressWizard.java107 public int getRowCount() { in getRowCount() method in AddressWizard.WizardTableModel
949 String.valueOf(addressTableModel.getRowCount())); in setActive()
1012 addressTableModel.getRowCount()); in doFinish()
1049 for (int i = 0; i < addressTableModel.getRowCount(); ++i) { in doFinish()
H A DSelectOptionDialog.java109 public int getRowCount() { in getRowCount() method in SelectOptionDialog.OptionTableModel
H A DMacroView.java222 public int getRowCount() { in getRowCount() method in MacroView.MacroTableModel
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DTableMap.java74 public int getRowCount() { in getRowCount() method in TableMap
75 return (model == null) ? 0 : model.getRowCount(); in getRowCount()
H A DAutosizingTable.java73 if (model.getRowCount() == 0) { in tableChanged()
100 for (int j = 0; j < model.getRowCount(); ++j) { in tableChanged()
H A DTableSorter.java216 int rowCount = model.getRowCount(); in reallocateIndexes()
235 if (indexes.length != model.getRowCount()) { in checkModel()
251 for (int i = 0; i < getRowCount(); i++) { in n2sort()
252 for (int j = i+1; j < getRowCount(); j++) { in n2sort()
/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java356 public int getRowCount() { in getRowCount() method in pmInstallPrinter.accessListModel
992 if (accessModel.getRowCount() != 0) { in getUserAccess()
993 useraccesslist = new String[accessModel.getRowCount()]; in getUserAccess()
2033 if (accessModel.getRowCount() > 0 && in actionaddButton()
2045 int rw = accessModel.getRowCount(); in actionaddButton()
2067 rcount = accessModel.getRowCount(); in actiondeleteButton()
2071 rcount = accessModel.getRowCount(); in actiondeleteButton()
H A DpmTop.java228 public int getRowCount() { in getRowCount() method in pmTop.listTableModel