Control Surface API  2.2.2
PinnableCursor Interface Reference
Inheritance diagram for PinnableCursor:

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)
 

Detailed Description

Interface that defines a cursor that can be "pinned".

Since
API version 2

Definition at line 8 of file PinnableCursor.java.

Member Function Documentation

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.

Since
API version 2

The documentation for this interface was generated from the following file: