|
Control Surface API
2.2.2
|

Public Member Functions | |
| StringValue | name () |
| void | addNameObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
Public Member Functions inherited from BrowsingSession | |
| void | addIsAvailableObserver (BooleanValueChangedCallback callback) |
| void | addIsActiveObserver (BooleanValueChangedCallback callback) |
| void | activate () |
| BrowserResultsColumn | getResults () |
| CursorBrowserResultItem | getCursorResult () |
| BrowserResultsItem | getSettledResult () |
| CursorBrowserFilterColumn | getCursorFilter () |
| BrowserFilterColumnBank | createFilterBank (int numColumns) |
| IntegerValue | hitCount () |
| void | addHitCountObserver (IntegerValueChangedCallback callback) |
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 are used for browsing material with bank-wise access to the filter columns.
Definition at line 13 of file GenericBrowsingSession.java.
| void addNameObserver | ( | int | maxCharacters, |
| String | textWhenUnassigned, | ||
| StringValueChangedCallback | callback | ||
| ) |
Registers an observer that reports the name of the browsing session.
| callback | a callback function that receives a single string argument. |
| StringValue name | ( | ) |
Value that reports the name of the browsing session.