|
![]() |
||||||||
PREV NEXT | FRAMES NO FRAMES |
AnnotatedMethod
class is used by the InjectionManager
for
caching bound Method
s and Annotation
s.AnnotatedMethod
.
PreferenceScreen
where each Preference#setSummary(CharSequence)
can
be
configured with annotations to be updated to reflect the current value of the Preference
.Cursor
class, offering annotation-based setter injection
and automatic translation of column ids for SQL SELECT
queries.AssistCursor
.
Preference
's value reflected in its summary field.Preference#setSummary(CharSequence)
for
CheckBoxPreference
s to something other than true or false.ContentValues
from an object annotated
with CursorBind
.
ContentValues
from an object annotated
with CursorBind
.
Cursor
object and
getters to ContentValues
.ContentValues
from
classes annotated with CursorBind
.buildContentValues
methods prints the parsed values.
DOMFeeder
is capable of injecting XMLBind
-annotated
objects from XML sources.DOMFeeder
with a single element.
DOMFeeder
with a list of elements.
EditTextPreference
.XMLBind
er in relation to the element.
getters
for the requested class and annotation combination.
setters
for the requested class and annotation combination.
ITable
enum.
InjectionManager
provides a retrieval and caching mechanism
for annotated getters and setters.EditTextPreference
.Intent#putExtra(String, String)
to open a PreferenceScreen
other
than the root.
MissingAnnotationException
.
InjectionManager
and
AnnotatedMethod
.AnnotatedPreferenceActivity
along with its
set annotations for binding and constraining data.QueryManager#getImplementation(Class)
is unable
to allocate the implementation.XMLBindException
upon error.
ITable
implementations.XMLBind
annotation occurs.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |