|
Control Surface API
2.2.2
|

Public Member Functions | |
| BrowserFilterItem | getWildcardItem () |
| BrowserFilterItem | createCursorItem () |
| BrowserFilterItemBank | createItemBank (int size) |
| StringValue | name () |
| void | addNameObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
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 filter column in the Bitwig Studio browser.
Definition at line 10 of file BrowserFilterColumn.java.
| 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.