Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
BrowserFilterItem | getWildcardItem () |
BrowserFilterItem | createCursorItem () |
BrowserFilterItemBank | createItemBank (int size) |
StringValue | name () |
void | addNameObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
![]() | |
void | addExistsObserver (BooleanValueChangedCallback callback) |
IntegerValue | entryCount () |
void | addEntryCountObserver (IntegerValueChangedCallback callback) |
![]() | |
BooleanValue | exists () |
BooleanValue | createEqualsValue (ObjectProxy other) |
![]() | |
boolean | isSubscribed () |
void | setIsSubscribed (boolean value) |
void | subscribe () |
void | unsubscribe () |
Instances of this interface are used to navigate a filter column in the Bitwig Studio browser.
void addNameObserver | ( | int | maxCharacters, |
String | textWhenUnassigned, | ||
StringValueChangedCallback | callback | ||
) |
Registers an observer that reports the name of the filter column.
callback | a callback function that receives a single string argument. |
BrowserFilterItem createCursorItem | ( | ) |
Returns the cursor filter item, which can be used to navigate over the list of entries.
Implements BrowserColumn.
BrowserFilterItemBank 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.
BrowserFilterItem getWildcardItem | ( | ) |
Returns the filter item that represents the top-level all/any/everything wildcard item.
StringValue name | ( | ) |
Value that reports the name of the filter column.