Control Surface API  2.2.2
Action Interface Reference

Public Member Functions

String getId ()
 
String getName ()
 
ActionCategory getCategory ()
 
String getMenuItemText ()
 
void invoke ()
 

Detailed Description

Instances of this interface represent actions in Bitwig Studio, such as commands that can be launched from the main menu or via keyboard shortcuts.

To receive the list of all actions provided by Bitwig Studio call Application#getActions(). The list of actions that belong to a certain category can be queried by calling ActionCategory#getActions(). Access to specific actions is provided in Application#getAction(String).

Since
API version 1

Definition at line 14 of file Action.java.

Member Function Documentation

ActionCategory getCategory ( )

Returns the category of this action.

Returns
the category string
Since
API version 1
String getId ( )

Returns a string the identifies this action uniquely.

Returns
the identifier string
Since
API version 1
String getMenuItemText ( )

Returns the text that is displayed in menu items associated with this action.

Returns
the menu item text
Since
API version 1
String getName ( )

Returns the name of this action.

Returns
the name string
Since
API version 1
void invoke ( )

Invokes the action.

Since
API version 1

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