- java.lang.Object
-
- org.praxislive.code.PropertyControl.Binding
-
- Enclosing class:
- PropertyControl
public abstract static class PropertyControl.Binding extends Object
-
-
Constructor Summary
Constructors Constructor Description Binding()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidattach(CodeContext<?> context)protected voidattach(CodeContext<?> context, PropertyControl.Binding previous)abstract Valueget()doubleget(double def)abstract ArgumentInfogetArgumentInfo()abstract ValuegetDefaultValue()protected voidreset(boolean full)abstract voidset(double value)abstract voidset(Value value)
-
-
-
Method Detail
-
attach
protected void attach(CodeContext<?> context)
-
attach
protected void attach(CodeContext<?> context, PropertyControl.Binding previous)
-
reset
protected void reset(boolean full)
-
get
public abstract Value get()
-
get
public double get(double def)
-
getArgumentInfo
public abstract ArgumentInfo getArgumentInfo()
-
getDefaultValue
public abstract Value getDefaultValue()
-
-