| Modifier and Type | Class and Description |
|---|---|
class |
JavaFXProperty |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
JavaFXExternalizer.findOrderedFields(java.lang.Class<?> clazz,
boolean returnSettersWhenAvailable) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldProperty |
class |
MapProperty |
class |
MethodProperty |
class |
UIDProperty |
| Modifier and Type | Field and Description |
|---|---|
protected Property[] |
JavaClassDescriptor.properties |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Property> |
ActionScriptClassDescriptor.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
ActionScriptClassDescriptor.getProperty(int index) |
Property |
JavaClassDescriptor.getProperty(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property> |
DefaultGroovyClassDescriptor.introspectProperties() |
protected java.util.List<Property> |
DefaultJavaClassDescriptor.introspectProperties() |
protected abstract java.util.List<Property> |
JavaClassDescriptor.introspectProperties() |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,java.util.List<Property>> |
DefaultExternalizer.orderedFields |
protected java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,java.util.List<Property>> |
DefaultExternalizer.orderedSetterFields |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
DefaultExternalizer.findOrderedFields(java.lang.Class<?> clazz) |
java.util.List<Property> |
Externalizer.findOrderedFields(java.lang.Class<?> clazz) |
java.util.List<Property> |
DefaultExternalizer.findOrderedFields(java.lang.Class<?> clazz,
boolean returnSettersWhenAvailable) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstantiator.addReferer(java.lang.Object referer,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
AMFSpecialValueFactory.SpecialValueFactory<?> |
AMFSpecialValueFactory.getValueFactory(Property property) |