|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleComposite
A composite which keeps track of its components as a simple array property.
Method Summary | |
---|---|
java.lang.Object[] |
getComponents()
Returns the components that make up this composite. |
void |
setComponents(java.lang.Object[] components)
Sets the components that make up this composite. |
Method Detail |
---|
java.lang.Object[] getComponents()
void setComponents(java.lang.Object[] components)
components
- the components that make up this composite
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |