@return x-coordinate of the scroll bar
()
| 380 | * @return x-coordinate of the scroll bar |
| 381 | */ |
| 382 | @Override |
| 383 | protected int f() { |
| 384 | return scrollX > 0 ? scrollX : super.f(); |
| 385 | } |
| 386 | |
| 387 | /** |
| 388 | * @return the id of the clicked row, or -1 if no row has been clicked |
no outgoing calls
no test coverage detected