Interface DeviceBrowsingSession

All Superinterfaces:
BrowsingSession, ObjectProxy, Subscribable

@Deprecated public interface DeviceBrowsingSession extends BrowsingSession
Deprecated.
Use PopupBrowser instead.
Instances of this interface are used for browsing devices, including access to all filter columns and the result column as shown in the 'Devices' tab of Bitwig Studio's contextual browser window.
Since:
API version 1
See Also:
  • 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
    • getDeviceTypeFilter

      BrowserFilterColumn getDeviceTypeFilter()
      Deprecated.
      Returns the device type filter as shown in the category column of the browser.
      Returns:
      the requested device 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