|
Control Surface API
2.2.2
|

Public Member Functions | |
| BrowserResultsItem | createCursorItem () |
| BrowserResultsItemBank | createItemBank (int size) |
Public Member Functions inherited from BrowserColumn | |
| void | addExistsObserver (BooleanValueChangedCallback callback) |
| IntegerValue | entryCount () |
| void | addEntryCountObserver (IntegerValueChangedCallback callback) |
Public Member Functions inherited from ObjectProxy | |
| BooleanValue | exists () |
| BooleanValue | createEqualsValue (ObjectProxy other) |
Public Member Functions inherited from Subscribable | |
| boolean | isSubscribed () |
| void | setIsSubscribed (boolean value) |
| void | subscribe () |
| void | unsubscribe () |
Instances of this interface are used to navigate a results column in the Bitwig Studio browser.
Definition at line 8 of file BrowserResultsColumn.java.
| BrowserResultsItem createCursorItem | ( | ) |
Returns the cursor result item, which can be used to navigate over the list of entries.
Implements BrowserColumn.
| BrowserResultsItemBank createItemBank | ( | int | size | ) |
Returns an object that provides access to a bank of successive entries using a window configured with the given size, that can be scrolled over the list of entries.
| size | the number of simultaneously accessible items |
Implements BrowserColumn.