|
Control Surface API
2.2.2
|

Public Member Functions | |
| SettableBooleanValue | isPinned () |
Public Member Functions inherited from Cursor | |
| void | selectPrevious () |
| void | selectNext () |
| void | selectFirst () |
| void | selectLast () |
| BooleanValue | hasNext () |
| BooleanValue | hasPrevious () |
| void | addCanSelectPreviousObserver (BooleanValueChangedCallback callback) |
| void | addCanSelectNextObserver (BooleanValueChangedCallback callback) |
Interface that defines a cursor that can be "pinned".
Definition at line 8 of file PinnableCursor.java.
| SettableBooleanValue isPinned | ( | ) |
Determines if this cursor is currently pinned or not. If the cursor is pinned then it won't follow the selection the user makes in the application.