|
Control Surface API
2.2.2
|

Public Member Functions | |
| BrowserItemBank | createSiblingsBank (int numSiblings) |
Public Member Functions inherited from BrowserItem | |
| 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 () |
Public Member Functions inherited from Cursor | |
| void | selectPrevious () |
| void | selectNext () |
| void | selectFirst () |
| void | selectLast () |
| BooleanValue | hasNext () |
| BooleanValue | hasPrevious () |
| void | addCanSelectPreviousObserver (BooleanValueChangedCallback callback) |
| void | addCanSelectNextObserver (BooleanValueChangedCallback callback) |
Instances of this interface represent entries in a browser filter column.
Definition at line 8 of file CursorBrowserItem.java.
| BrowserItemBank createSiblingsBank | ( | int | numSiblings | ) |
Returns a bank object that provides access to the siblings of the cursor item. The bank will automatically scroll so that the cursor item is always visible.
| numSiblings | the number of simultaneously accessible siblings |