|
Control Surface API
2.2.2
|

Public Member Functions | |
| String | get () |
| String | getLimited (int maxLength) |
Public Member Functions inherited from Value< StringValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Definition at line 5 of file StringValue.java.
| String get | ( | ) |
Gets the current value.
| String getLimited | ( | int | maxLength | ) |
Gets the current value and tries to intelligently limit it to the supplied length in the best way possible.