class |
ArrayAdapter |
An ArrayAdapter supports properties of Java array types (not including
arrays of primitive types).
|
class |
CollectionAdapter |
A CollectionAdapter supports properties whose types implement the
java.util.Collection interface.
|
class |
MapAdapter |
A MapAdapter supports properties whose types implement the java.util.Map
interface.
|
class |
PrimitiveArrayAdapter |
A PrimitiveArrayAdapter supports arrays of primitive types, such as
"int", "char", etc.
|
static class |
PrimitiveArrayAdapter.BooleanArrayAdapter |
A PropertyAdapter supporting boolean[].
|
static class |
PrimitiveArrayAdapter.ByteArrayAdapter |
A PropertyAdapter supporting byte[].
|
static class |
PrimitiveArrayAdapter.CharArrayAdapter |
A PropertyAdapter supporting char[].
|
static class |
PrimitiveArrayAdapter.DoubleArrayAdapter |
A PropertyAdapter supporting double[].
|
static class |
PrimitiveArrayAdapter.FloatArrayAdapter |
A PropertyAdapter supporting float[].
|
static class |
PrimitiveArrayAdapter.IntArrayAdapter |
A PropertyAdapter supporting int[].
|
static class |
PrimitiveArrayAdapter.LongArrayAdapter |
A PropertyAdapter supporting long[].
|
static class |
PrimitiveArrayAdapter.ShortArrayAdapter |
A PropertyAdapter supporting short[].
|