|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.expr.ExpressionBinding
@EditorTypes(value={ExpressionBinding.FloatBinding.class,ExpressionBinding.IntegerBinding.class,ExpressionBinding.Color4fBinding.class,ExpressionBinding.StringBinding.class,ExpressionBinding.Transform3DBinding.class})
public abstract class ExpressionBindingThe superclass of the expression bindings.
| Nested Class Summary | |
|---|---|
static class |
ExpressionBinding.Color4fBinding
A color binding. |
static class |
ExpressionBinding.FloatBinding
A float binding. |
static class |
ExpressionBinding.IntegerBinding
An integer binding. |
static class |
ExpressionBinding.StringBinding
A string binding. |
static class |
ExpressionBinding.Transform3DBinding
A transform binding. |
| Field Summary | |
|---|---|
String[] |
flags
The paths of any dirty flags to set. |
String[] |
paths
The paths of the bound variables. |
| Constructor Summary | |
|---|---|
ExpressionBinding()
|
|
| Method Summary | |
|---|---|
abstract Updater |
createUpdater(ConfigManager cfgmgr,
Scope scope,
Object object)
Creates a value updater for the supplied context and target object. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(width=40) public String[] paths
@Editable(width=40) public String[] flags
| Constructor Detail |
|---|
public ExpressionBinding()
| Method Detail |
|---|
public abstract Updater createUpdater(ConfigManager cfgmgr,
Scope scope,
Object object)
public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||