|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.composite | |
---|---|
net.sf.composite | Provides tools for implementing the Composite design pattern. |
net.sf.composite.composites | Composite implementations. |
net.sf.composite.extract | Provides standard interfaces for accessing and manipulating the components of a composite. |
net.sf.composite.specialize | Defines standard interfaces for specializing a Composite. |
net.sf.composite.validate | Defines standard interfaces for objects which are responsible for validating the components in a composite are valid. |
Classes in net.sf.composite used by net.sf.composite | |
---|---|
Composite
An object that is a combination of one or more components. |
|
CompositeException
Indicates some problem was encountered while performing an operation related to object composition. |
Classes in net.sf.composite used by net.sf.composite.composites | |
---|---|
Component
An object which can be combined with other similar objects to form a composite object. |
|
Composite
An object that is a combination of one or more components. |
|
CompositeException
Indicates some problem was encountered while performing an operation related to object composition. |
|
ListableComposite
A composite that can be queried for information about its components. |
|
SimpleComposite
A composite which keeps track of its components as a simple array property. |
|
SpecializableComposite
A composite that may be exposable as types in addition to those explicitly specified in the class declaration. |
|
StrictlyTypedComposite
A composite that requires that all of its components implement a given interface. |
|
ValidatableComposite
A composite whose internal state can be validated. |
Classes in net.sf.composite used by net.sf.composite.extract | |
---|---|
CompositeException
Indicates some problem was encountered while performing an operation related to object composition. |
Classes in net.sf.composite used by net.sf.composite.specialize | |
---|---|
CompositeException
Indicates some problem was encountered while performing an operation related to object composition. |
Classes in net.sf.composite used by net.sf.composite.validate | |
---|---|
CompositeException
Indicates some problem was encountered while performing an operation related to object composition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |