()
| 453 | /// |
| 454 | /// visual selection |
| 455 | public int getCurrentSelected() { |
| 456 | if (fixedSelection > FIXED_NONE_BOUNDRY && isDragActivated()) { |
| 457 | return fixedDraggedSelection; |
| 458 | } |
| 459 | return model.getSelectedIndex(); |
| 460 | } |
| 461 | |
| 462 | /// Returns the current selected offset in the list |
| 463 | /// |
no test coverage detected