|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpecializationException | |
---|---|
net.sf.composite | Provides tools for implementing the Composite design pattern. |
net.sf.composite.composites | Composite implementations. |
net.sf.composite.specialize | Defines standard interfaces for specializing a Composite. |
net.sf.composite.specialize.specializers | Specializer implementations. |
Uses of SpecializationException in net.sf.composite |
---|
Methods in net.sf.composite that throw SpecializationException | |
---|---|
boolean |
SpecializableComposite.isSpecializable(java.lang.Class type)
Indicates whether this composite can expose the given interface by dynamically creating a new composite. |
java.lang.Object |
SpecializableComposite.specialize(java.lang.Class type)
Uses the components in this composite to dynamically create a composite that implements type . |
Uses of SpecializationException in net.sf.composite.composites |
---|
Methods in net.sf.composite.composites that throw SpecializationException | |
---|---|
boolean |
CompositeDecorator.isSpecializable(java.lang.Class type)
|
boolean |
BaseComposite.isSpecializable(java.lang.Class type)
|
java.lang.Object |
CompositeDecorator.specialize(java.lang.Class type)
|
java.lang.Object |
BaseComposite.specialize(java.lang.Class type)
|
Uses of SpecializationException in net.sf.composite.specialize |
---|
Methods in net.sf.composite.specialize that throw SpecializationException | |
---|---|
boolean |
Specializer.isSpecializable(java.lang.Object composite,
java.lang.Class specializedType)
Determines whether the components in the composite can be used to create a specialized version of the composite that implements specializedType . |
java.lang.Object |
Specializer.specialize(java.lang.Object composite,
java.lang.Class specializedType)
Uses the components in the composite to create a composite that implements specializedType and is composed only
those |
Uses of SpecializationException in net.sf.composite.specialize.specializers |
---|
Methods in net.sf.composite.specialize.specializers that throw SpecializationException | |
---|---|
boolean |
BaseSpecializer.isSpecializable(java.lang.Object composite,
java.lang.Class specializedType)
|
java.lang.Object |
BaseSpecializer.specialize(java.lang.Object composite,
java.lang.Class specializedType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |