Interface CursorBrowserItem
- All Superinterfaces:
BrowserItem,Cursor,HardwareBindable,ObjectProxy,RelativeHardwarControlBindable,Subscribable
- All Known Subinterfaces:
CursorBrowserFilterItem,CursorBrowserResultItem
Instances of this interface represent entries in a browser filter column.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptioncreateSiblingsBank(int numSiblings) Returns a bank object that provides access to the siblings of the cursor item.Methods inherited from interface com.bitwig.extension.controller.api.BrowserItem
addExistsObserver, addValueObserver, isSelected, nameMethods inherited from interface com.bitwig.extension.controller.api.Cursor
addCanSelectNextObserver, addCanSelectPreviousObserver, hasNext, hasPrevious, selectFirst, selectLast, selectNext, selectNextAction, selectPrevious, selectPreviousActionMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.RelativeHardwarControlBindable
addBinding, addBindingWithSensitivityMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
createSiblingsBank
Returns a bank object that provides access to the siblings of the cursor item. The bank will automatically scroll so that the cursor item is always visible.- Parameters:
numSiblings- the number of simultaneously accessible siblings- Returns:
- the requested item bank object
-