|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Wrapper | |
---|---|
net.sf.morph.reflect | Defines notions of "bean-like" and "container-like" holders of information by definining a standard API for accessing such information. |
net.sf.morph.reflect.reflectors | Reflector implementations. |
net.sf.morph.wrap | Defines an API for manipulating data in a stateful manner. |
Uses of Wrapper in net.sf.morph.reflect |
---|
Methods in net.sf.morph.reflect that return Wrapper | |
---|---|
Wrapper |
Reflector.getWrapper(java.lang.Object object)
Optional operation: returns a wrapper for the given object. |
Uses of Wrapper in net.sf.morph.reflect.reflectors |
---|
Methods in net.sf.morph.reflect.reflectors that return Wrapper | |
---|---|
Wrapper |
BaseReflector.getWrapper(java.lang.Object object)
Optional operation: returns a wrapper for the given object. |
protected Wrapper |
BaseReflector.getWrapperImpl(java.lang.Object object)
Implementation of Reflector.getWrapper(Object) . |
Uses of Wrapper in net.sf.morph.wrap |
---|
Subinterfaces of Wrapper in net.sf.morph.wrap | |
---|---|
interface |
Bean
A wrapper around 'bean-like' structures. |
interface |
Container
A wrapper around 'container-like' structures. |
interface |
DecoratedBean
|
interface |
DecoratedGrowableContainer
|
interface |
DecoratedIndexedContainer
|
interface |
DecoratedMutableIndexedContainer
|
interface |
GrowableContainer
A wrapper for 'container-like' structures that do not have a fixed size. |
interface |
IndexedContainer
A wrapper for 'container-like' structures that have a logical ordering which can be used to retrieve elements at a specific index within the structure. |
interface |
MutableIndexedContainer
A wrapper for an indexed container that allows modification of an element at a given index. |
interface |
Sizable
A wrapper for objects that can tell how many elements are contained within themselves. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |