Control Surface API  2.2.2
Setting Interface Reference

Public Member Functions

String getCategory ()
 
String getLabel ()
 
void enable ()
 
void disable ()
 
void show ()
 
void hide ()
 

Detailed Description

A common base interface for labeled and categorized settings.

Since
API version 1

Definition at line 8 of file Setting.java.

Member Function Documentation

void disable ( )

Marks the settings as disabled in Bitwig Studio. By default the setting is enabled.

Since
API version 1
void enable ( )

Marks the settings as enabled in Bitwig Studio. By default the setting is enabled.

Since
API version 1
String getCategory ( )

Returns the category name of the setting.

Returns
a string value containing the category name
Since
API version 1
String getLabel ( )

Returns the label text of the setting.

Returns
a string value containing the label text
Since
API version 1
void hide ( )

Hides the setting in Bitwig Studio. By default the setting is shown.

Since
API version 1
void show ( )

Shows the setting in Bitwig Studio. By default the setting is shown.

Since
API version 1

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