|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AccessFactory
generates
AccessObjects from several start points.AccessField
defines the methods
for accessing a member.AccessMethod
describes the interface, for accessing a
Method.AccessObject
declares the methods
to access non public fields and methods.call
the definied methods with the spezified
arguments.
call
the definied methods with no arguments.
call
the definied methods with the spezified
arguments.
call
the definied methods with the spezified
arguments.
call
the definied methods with the spezified
arguments.
getField
select a field
for manipulation.
getMethod
provide access to
a by name called method.
getValue
give the value of the
selected field.
newInnerInstance
create a instance of an
inner class from the current object.
newInnerInstance
create a instance of an inner
class from the current object.
newInstance
create a new instance of a class,
using a constructor without arguments.
newInstance
create a new instance of a class,
using a constructor which suites to the arguments.
setValue
set the selected
field to the given value.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |