Bitwig Studio Control Surface API  5.0.11
BrowserResultsColumn Interface Reference
+ Inheritance diagram for BrowserResultsColumn:

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 ()
 

Detailed Description

Instances of this interface are used to navigate a results column in the Bitwig Studio browser.

Since
API version 1

Member Function Documentation

◆ createCursorItem()

BrowserResultsItem createCursorItem ( )

Returns the cursor result item, which can be used to navigate over the list of entries.

Returns
the requested filter item object
Since
API version 1

Implements BrowserColumn.

◆ createItemBank()

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.

Parameters
sizethe number of simultaneously accessible items
Returns
the requested item bank object

Implements BrowserColumn.


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