|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleComposite | |
---|---|
net.sf.composite.composites | Composite implementations. |
Uses of SimpleComposite in net.sf.composite.composites |
---|
Classes in net.sf.composite.composites that implement SimpleComposite | |
---|---|
class |
BaseComposite
A Convenient base class for composites that provides exception handling, argument checking and default implementations of the methods defined in ListableComposite ,
StrictlyTypedComposite ,
ValidatableComposite and
SpecializableComposite . |
class |
CompositeDecorator
Wraps a SimpleComposite so that it implements the ListableComposite and SpecializableComposite interfaces. |
Methods in net.sf.composite.composites that return SimpleComposite | |
---|---|
SimpleComposite |
CompositeDecorator.getComposite()
|
Methods in net.sf.composite.composites with parameters of type SimpleComposite | |
---|---|
void |
CompositeDecorator.setComposite(SimpleComposite composite)
|
Constructors in net.sf.composite.composites with parameters of type SimpleComposite | |
---|---|
CompositeDecorator(SimpleComposite composite)
Creates a new composite that decorates the given composite. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |