Interface PresetBrowsingSession
- All Superinterfaces:
BitwigBrowsingSession,BrowsingSession,ObjectProxy,Subscribable
Deprecated.
Instances of this interface are used for browsing presets, including access to all filter columns and the
result column as shown in the 'Presets' tab of Bitwig Studio's contextual browser window.
- Since:
- API version 1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the category filter as shown in the category column of the browser.Deprecated.Returns the file type filter as shown in the category column of the browser.Deprecated.Returns the preset type filter as shown in the category column of the browser.Methods inherited from interface com.bitwig.extension.controller.api.BitwigBrowsingSession
getCreatorFilter, getTagsFilterMethods 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
-
getCategoryFilter
BrowserFilterColumn getCategoryFilter()Deprecated.Returns the category filter as shown in the category column of the browser.- Returns:
- the requested category filter object.
- Since:
- API version 1
-
getPresetTypeFilter
BrowserFilterColumn getPresetTypeFilter()Deprecated.Returns the preset type filter as shown in the category column of the browser.- Returns:
- the requested preset type filter object.
- Since:
- API version 1
-
getFileTypeFilter
BrowserFilterColumn getFileTypeFilter()Deprecated.Returns the file type filter as shown in the category column of the browser.- Returns:
- the requested file type filter object.
- Since:
- API version 1
-
PopupBrowserinstead.