Control Surface API  2.2.2
PopupBrowser Interface Reference
Inheritance diagram for PopupBrowser:

Public Member Functions

StringValue title ()
 
StringArrayValue contentTypeNames ()
 
StringValue selectedContentTypeName ()
 
SettableIntegerValue selectedContentTypeIndex ()
 
BrowserFilterColumn smartCollectionColumn ()
 
BrowserFilterColumn locationColumn ()
 
BrowserFilterColumn deviceColumn ()
 
BrowserFilterColumn categoryColumn ()
 
BrowserFilterColumn tagColumn ()
 
BrowserFilterColumn deviceTypeColumn ()
 
BrowserFilterColumn fileTypeColumn ()
 
BrowserFilterColumn creatorColumn ()
 
BrowserResultsColumn resultsColumn ()
 
BooleanValue canAudition ()
 
SettableBooleanValue shouldAudition ()
 
void selectNextFile ()
 
void selectPreviousFile ()
 
void selectFirstFile ()
 
void selectLastFile ()
 
void cancel ()
 
void commit ()
 
- Public Member Functions inherited from ObjectProxy
BooleanValue exists ()
 
BooleanValue createEqualsValue (ObjectProxy other)
 
- Public Member Functions inherited from Subscribable
boolean isSubscribed ()
 
void setIsSubscribed (boolean value)
 
void subscribe ()
 
void unsubscribe ()
 

Detailed Description

Object that represents the popup browser in Bitwig Studio.

Since
API version 2

Definition at line 8 of file PopupBrowser.java.

Member Function Documentation

BooleanValue canAudition ( )

Value that indicates if the browser is able to audition material in place while browsing.

Since
API version 2
void cancel ( )

Cancels the popup browser.

Since
API version 2
BrowserFilterColumn categoryColumn ( )

The category column of the browser.

Since
API version 2
void commit ( )

Commits the selected item in the popup browser.

Since
API version 2
StringArrayValue contentTypeNames ( )

Value that reports the possible content types that can be inserted by the popup browser. These are represented by the tabs in Bitwig Studio's popup browser.

(e.g "Device", "Preset", "Sample" etc.)

Since
API version 2
BrowserFilterColumn creatorColumn ( )

The creator column of the browser.

Since
API version 2
BrowserFilterColumn deviceColumn ( )

The device column of the browser.

Since
API version 2
BrowserFilterColumn deviceTypeColumn ( )

The device type column of the browser.

Since
API version 2
BrowserFilterColumn fileTypeColumn ( )

The file type column of the browser.

Since
API version 2
BrowserFilterColumn locationColumn ( )

The location column of the browser.

Since
API version 2
BrowserResultsColumn resultsColumn ( )

Column that represents the results of the search.

Since
API version 2
SettableIntegerValue selectedContentTypeIndex ( )

Value that represents the index of the selected content type within the content types supported.

Since
API version 2
StringValue selectedContentTypeName ( )

Value that represents the selected content type.

Since
API version 2
void selectFirstFile ( )

Selects the first file.

Since
API version 2
void selectLastFile ( )

Selects the last file.

Since
API version 2
void selectNextFile ( )

Selects the next file.

Since
API version 2
void selectPreviousFile ( )

Selects the previous file.

Since
API version 2
SettableBooleanValue shouldAudition ( )

Value that decides if the browser is currently auditioning material in place while browsing or not.

Since
API version 2
BrowserFilterColumn smartCollectionColumn ( )

The smart collections column of the browser.

Since
API version 2
BrowserFilterColumn tagColumn ( )

The tag column of the browser.

Since
API version 2
StringValue title ( )

The title of the popup browser.

Since
API version 2

The documentation for this interface was generated from the following file: