Interface GenericBrowsingSession
- All Superinterfaces:
BrowsingSession,ObjectProxy,Subscribable
- All Known Subinterfaces:
CursorBrowsingSession
Deprecated.
Instances of this interface are used for browsing material with bank-wise access to the filter columns.
- Since:
- API version 1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNameObserver(int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) Deprecated.Usename()Deprecated.Value that reports the name of the browsing session.Methods inherited from interface com.bitwig.extension.controller.api.BrowsingSession
activate, addHitCountObserver, addIsActiveObserver, addIsAvailableObserver, createFilterBank, getCursorFilter, getCursorResult, getResults, getSettledResult, hitCountMethods 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
-
name
StringValue name()Deprecated.Value that reports the name of the browsing session.- Since:
- API version 2
-
addNameObserver
@Deprecated void addNameObserver(int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) Deprecated.UseRegisters an observer that reports the name of the browsing session.- Parameters:
callback- a callback function that receives a single string argument.- Since:
- API version 1
-
PopupBrowserinstead.