|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | addExistsObserver (BooleanValueChangedCallback callback) |
| StringValue | name () |
| void | addValueObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
| SettableBooleanValue | isSelected () |
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 () |
Instances of this interface represent entries in a browser filter column.
Definition at line 11 of file BrowserItem.java.
| void addExistsObserver | ( | BooleanValueChangedCallback | callback | ) |
Registers an observer that reports if the item exists.
| callback | a callback function that receives a single boolean parameter |
| void addValueObserver | ( | int | maxCharacters, |
| String | textWhenUnassigned, | ||
| StringValueChangedCallback | callback | ||
| ) |
Registers an observer that reports the string value of the browser item.
| maxCharacters | |
| textWhenUnassigned | |
| callback | a callback function that receives a single string argument |
| SettableBooleanValue isSelected | ( | ) |
Returns an object that provides access to the selected state of the browser item.
| StringValue name | ( | ) |
Value that reports the name of the browser item.