()
| 1504 | } |
| 1505 | |
| 1506 | private void cancelDropTimer() { |
| 1507 | if (dropTimer != null && dropTimer.isRunning()) { |
| 1508 | expandRow = -1; |
| 1509 | dropTimer.stop(); |
| 1510 | } |
| 1511 | } |
| 1512 | |
| 1513 | /** |
| 1514 | * Returns <code>isEditable</code>. This is invoked from the UI before |
no test coverage detected