Interface BrowserResultsColumn
- All Superinterfaces:
BrowserColumn,ObjectProxy,Subscribable
Instances of this interface are used to navigate a results column in the Bitwig Studio browser.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cursor result item, which can be used to navigate over the list of entries.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.Methods inherited from interface com.bitwig.extension.controller.api.BrowserColumn
addEntryCountObserver, addExistsObserver, entryCountMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
createCursorItem
BrowserResultsItem createCursorItem()Returns the cursor result item, which can be used to navigate over the list of entries.- Specified by:
createCursorItemin interfaceBrowserColumn- Returns:
- the requested filter item object
- Since:
- API version 1
-
createItemBank
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.- Specified by:
createItemBankin interfaceBrowserColumn- Parameters:
size- the number of simultaneously accessible items- Returns:
- the requested item bank object
-