|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentAccessor
Provides an interface for reading and writing the components of a composite.
Method Summary | |
---|---|
java.util.List |
getComponents(java.lang.Object composite)
Extracts the components from a composite. |
void |
setComponents(java.lang.Object composite,
java.util.List components)
Sets the components in a composite. |
Method Detail |
---|
java.util.List getComponents(java.lang.Object composite) throws ComponentAccessorException
composite
- the composite from which the components will be extracted
ComponentAccessorException
- if the components could not be extracted for some reasonvoid setComponents(java.lang.Object composite, java.util.List components) throws ComponentAccessorException
composite
- the composite for which the components will be setcomponents
- the components
ComponentAccessorException
- if the components could not be set for some reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |