Gets the number of rows for rendering in a JTable. @return the count
()
| 959 | * @return the count |
| 960 | */ |
| 961 | @Override |
| 962 | public int getRowCount() { |
| 963 | return (index + model.stride - 1) / model.stride; |
| 964 | } |
| 965 | |
| 966 | /** |
| 967 | * Gets the name of the colummn for rendering in a JTable |
no outgoing calls