| FXBooleanValue | Mirroring of a JavaFX Boolean value. |
| FXChangeListener | Mirroring of a JavaFX ChangeListener. |
| FXChangeListenerID | Identifier for a FXChangeListener. |
| FXClassType | A run-time representation of a JavaFX class. |
| FXContext | Context for reflective operations. |
| FXDoubleValue | Mirroring of a JavaFX Double value. |
| FXFloatValue |
A handle/proxy for a
Number
reference.
|
| FXFunctionMember | A reference to a function in a class. |
| FXFunctionType | A run-time representation of a JavaFX function type. |
| FXFunctionValue | A mirror of a function value. |
| FXIntegerValue |
A handle/proxy for an
Integer
value.
|
| FXJavaArrayType | An encapsulation of a Java array type. |
| FXLocal | Implement JavaFX rfeflection on top of . |
| FXLocal.ClassType |
A mirror of a
Class
in the current JVM.
|
| FXLocal.Context | Implementation of FXContext, using Java reflection. |
| FXLocal.FunctionValue |
Mirror a
Function
value in the current JVM.
|
| FXLocal.ObjectValue |
A mirror of an
Object
in the current JVM.
|
| FXLocal.Value | A value in the current JVM. |
| FXLocal.VarMemberLocation | |
| FXLocation | A reference to a specific location (var or attribute). |
| FXLongValue | Mirroring of a JavaFX Long (or Java long) value. |
| FXMember | A run-time represention of a JavaFX member of a class. |
| FXMemberFilter | Call-back object for use when iterating over a set of members. |
| FXObjectValue |
A handle/proxy for an
Object
reference.
|
| FXPrimitiveType | Represent a JVM primitive type. |
| FXPrimitiveValue |
A handle/proxy for an
Integer
value
|
| FXSequenceBuilder | Helper class for reflectively building sequences. |
| FXSequenceType | A run-time representation of a JavaFX sequence type. |
| FXSequenceValue | |
| FXType | A run-time representation of a JavaFX type. |
| FXValue | A proxy/mirror for a run-time value. |
| FXVarMember | A run-time represention of a JavaFX attribute in a class. |
| FXVarMemberLocation | A reference to a specific attribute in a specific object. |