Interface BrowserFilterItem
- All Superinterfaces:
BrowserItem,ObjectProxy,Subscribable
- All Known Subinterfaces:
CursorBrowserFilterItem
Instances of this interface represent entries in a browser filter column.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.hitCount()Value that reports the hit count of the filter item.Methods inherited from interface com.bitwig.extension.controller.api.BrowserItem
addExistsObserver, addValueObserver, isSelected, nameMethods 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
-
hitCount
IntegerValue hitCount()Value that reports the hit count of the filter item.- Since:
- API version 2
-
addHitCountObserver
Deprecated.UsehitCount()instead.Registers an observer that reports the hit count of the filter item.- Parameters:
callback- a callback function that receives a single integer parameter- Since:
- API version 1
-
hitCount()instead.