|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | set (String value) |
Public Member Functions inherited from StringValue | |
| String | get () |
| String | getLimited (int maxLength) |
Public Member Functions inherited from Value< StringValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Instances of this interface implement the Value interface for string values.
Definition at line 8 of file SettableStringValue.java.
| void set | ( | String | value | ) |
Sets the value object to the given string.
| value | the new value string |