Interface BrowserResultsColumn

All Superinterfaces:
BrowserColumn, ObjectProxy, Subscribable

public interface BrowserResultsColumn extends BrowserColumn
Instances of this interface are used to navigate a results column in the Bitwig Studio browser.
Since:
API version 1
  • Method Details

    • createCursorItem

      BrowserResultsItem createCursorItem()
      Returns the cursor result item, which can be used to navigate over the list of entries.
      Specified by:
      createCursorItem in interface BrowserColumn
      Returns:
      the requested filter item object
      Since:
      API version 1
    • createItemBank

      BrowserResultsItemBank createItemBank(int size)
      Returns an object that provides access to a bank of successive entries using a window configured with the given size, that can be scrolled over the list of entries.
      Specified by:
      createItemBank in interface BrowserColumn
      Parameters:
      size - the number of simultaneously accessible items
      Returns:
      the requested item bank object