Interface SettableStringValue
- All Superinterfaces:
StringValue,Subscribable,Supplier<String>,Value<StringValueChangedCallback>
Instances of this interface implement the
Value interface for string values.- Since:
- API version 1
-
Method Summary
Methods inherited from interface com.bitwig.extension.controller.api.StringValue
get, getLimitedMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribeMethods inherited from interface com.bitwig.extension.controller.api.Value
addValueObserver, markInterested
-
Method Details
-
set
Sets the value object to the given string.- Parameters:
value- the new value string- Since:
- API version 1
-