|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeRef | |
---|---|
javafx.reflect | Provides reflective access to JavaFX values and types. |
Uses of AttributeRef in javafx.reflect |
---|
Methods in javafx.reflect that return AttributeRef | |
---|---|
abstract AttributeRef |
ClassRef.getAttribute(java.lang.String name)
Get the attribute (field) of this class with a given name. |
Methods in javafx.reflect that return types with arguments of type AttributeRef | |
---|---|
java.util.List<AttributeRef> |
ClassRef.getAttributes(boolean all)
|
Methods in javafx.reflect with parameters of type AttributeRef | |
---|---|
void |
ObjectRef.initAttribute(AttributeRef attr,
ValueRef value)
Initialize an attribute of an object to a given value. |
void |
ObjectRef.initBinding(AttributeRef attr,
LocationRef location)
Bind an attribute of an object to a given location. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |