Interface CursorBrowserFilterItem
- All Superinterfaces:
BrowserFilterItem,BrowserItem,Cursor,CursorBrowserItem,HardwareBindable,ObjectProxy,RelativeHardwarControlBindable,Subscribable
Instances of this interface represent entries in a browser filter column.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidSelect the first item.voidMove the cursor to the first child item.voidSelect the last item.voidMove the cursor to the last child item.voidSelect the next item.voidSelect the parent item.voidSelect the previous item.voidSelect the first child item.voidSelect the last child item.voidSelect the parent item.Methods inherited from interface com.bitwig.extension.controller.api.BrowserFilterItem
addHitCountObserver, hitCountMethods 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.CursorBrowserItem
createSiblingsBankMethods 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
-
selectParent
void selectParent()Select the parent item.- Since:
- API version 1
-
selectFirstChild
void selectFirstChild()Select the first child item.- Since:
- API version 1
-
selectLastChild
void selectLastChild()Select the last child item.- Since:
- API version 1
-
moveToPrevious
void moveToPrevious()Select the previous item.- Since:
- API version 1
-
moveToNext
void moveToNext()Select the next item.- Since:
- API version 1
-
moveToFirst
void moveToFirst()Select the first item.- Since:
- API version 1
-
moveToLast
void moveToLast()Select the last item.- Since:
- API version 1
-
moveToParent
void moveToParent()Select the parent item.- Since:
- API version 1
-
moveToFirstChild
void moveToFirstChild()Move the cursor to the first child item.- Since:
- API version 1
-
moveToLastChild
void moveToLastChild()Move the cursor to the last child item.- Since:
- API version 1
-