|
Control Surface API
2.2.2
|

Instances of this interface represent entries in a browser filter column.
Definition at line 8 of file CursorBrowserFilterItem.java.
| void moveToFirst | ( | ) |
Select the first item.
| void moveToFirstChild | ( | ) |
Move the cursor to the first child item.
| void moveToLast | ( | ) |
Select the last item.
| void moveToLastChild | ( | ) |
Move the cursor to the last child item.
| void moveToNext | ( | ) |
Select the next item.
| void moveToParent | ( | ) |
Select the parent item.
| void moveToPrevious | ( | ) |
Select the previous item.
| void selectFirstChild | ( | ) |
Select the first child item.
| void selectLastChild | ( | ) |
Select the last child item.
| void selectParent | ( | ) |
Select the parent item.