Interface BrowserItem
- All Superinterfaces:
ObjectProxy,Subscribable
- All Known Subinterfaces:
BrowserFilterItem,BrowserResultsItem,CursorBrowserFilterItem,CursorBrowserItem,CursorBrowserResultItem
Instances of this interface represent entries in a browser filter column.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddExistsObserver(BooleanValueChangedCallback callback) Deprecated.voidaddValueObserver(int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) Deprecated.Usename()instead.Returns an object that provides access to the selected state of the browser item.name()Value that reports the name of the browser item.Methods 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
-
addExistsObserver
Deprecated.UseObjectProxy.exists()instead.Registers an observer that reports if the item exists.- Parameters:
callback- a callback function that receives a single boolean parameter- Since:
- API version 1
-
name
StringValue name()Value that reports the name of the browser item.- Since:
- API version 2
-
addValueObserver
@Deprecated void addValueObserver(int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) Deprecated.Usename()instead.Registers an observer that reports the string value of the browser item.- Parameters:
maxCharacters-textWhenUnassigned-callback- a callback function that receives a single string argument- Since:
- API version 1
-
isSelected
SettableBooleanValue isSelected()Returns an object that provides access to the selected state of the browser item.- Returns:
- an boolean value object
- Since:
- API version 1
-
ObjectProxy.exists()instead.