Ensures that the node in the specified row is expanded and viewable. If row is < 0 or >= getRowCount this will have no effect. @param row an integer specifying a display row, where 0 is the first row in the display
(int row)
| 2231 | * first row in the display |
| 2232 | */ |
| 2233 | public void expandRow(int row) { |
| 2234 | expandPath(getPathForRow(row)); |
| 2235 | } |
| 2236 | |
| 2237 | /** |
| 2238 | * Ensures that the node identified by the specified path is |
no test coverage detected