Uses of Package
net.sf.morph.wrap

Packages that use net.sf.morph.wrap
net.sf.morph Core classes for use by other parts of the Morph framework. 
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. 
 

Classes in net.sf.morph.wrap used by net.sf.morph
Bean
          A wrapper around 'bean-like' structures.
Container
          A wrapper around 'container-like' structures.
GrowableContainer
          A wrapper for 'container-like' structures that do not have a fixed size.
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.
MutableIndexedContainer
          A wrapper for an indexed container that allows modification of an element at a given index.
WrapperException
           
 

Classes in net.sf.morph.wrap used by net.sf.morph.reflect
Wrapper
          A wrapper around another object that allows the data in the object to be manipulated.
 

Classes in net.sf.morph.wrap used by net.sf.morph.reflect.reflectors
Wrapper
          A wrapper around another object that allows the data in the object to be manipulated.
 

Classes in net.sf.morph.wrap used by net.sf.morph.wrap
Bean
          A wrapper around 'bean-like' structures.
Container
          A wrapper around 'container-like' structures.
DecoratedIndexedContainer
           
GrowableContainer
          A wrapper for 'container-like' structures that do not have a fixed size.
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.
MutableIndexedContainer
          A wrapper for an indexed container that allows modification of an element at a given index.
Sizable
          A wrapper for objects that can tell how many elements are contained within themselves.
Wrapper
          A wrapper around another object that allows the data in the object to be manipulated.
WrapperException
           
 



Copyright © 2004-2008.