|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListableComposite
A composite that can be queried for information about its components.
| Method Summary | |
|---|---|
boolean |
containsComponentOfType(java.lang.Class componentType)
Indicates whether one or more components of the given type make up this composite. |
java.lang.Object[] |
getComponentsOfType(java.lang.Class componentType)
Returns the components that make up this composite that are of the given type. |
| Method Detail |
|---|
java.lang.Object[] getComponentsOfType(java.lang.Class componentType)
throws CompositeException
componentType - the type of component for which we are searching
CompositeException - if an error occurrsContainerUtils.getElementsOfType(Object[], Class)
boolean containsComponentOfType(java.lang.Class componentType)
throws CompositeException
componentType - the type of component for which we are searching
true if one or more of the components of the given
type make up this composite or false, otherwise
CompositeException - if an error occurrs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||