|
Control Surface API
3.0.3
|

Public Member Functions | |
| SettableIntegerValue | activeChainIndex () |
| IntegerValue | chainCount () |
| DeviceLayer | activeChain () |
| void | cycleNext () |
| void | cyclePrevious () |
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) |
This interface represents a chain selector device which can be:
Definition at line 12 of file ChainSelector.java.
| DeviceLayer activeChain | ( | ) |
The active device layer.
| SettableIntegerValue activeChainIndex | ( | ) |
The index of the active chain in the chain selector. In case the chain selector has no chains or the value is not connected to the chain selector, then the value will be 0.
| IntegerValue chainCount | ( | ) |
The number of chains in the chain selector.
| void cycleNext | ( | ) |
Cycle to the next chain. If the current active chain is the last one, then moves to the first one.
| void cyclePrevious | ( | ) |
Cycle to the previous chain. If the current active chain the first one, then moves to the last one.