net.sf.composite
Interface SimpleComposite

All Superinterfaces:
Composite
All Known Implementing Classes:
BaseComposite, CompositeDecorator

public interface SimpleComposite
extends Composite

A composite which keeps track of its components as a simple array property.

Since:
Dec 27, 2004
Author:
Matt Sgarlata

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

getComponents

java.lang.Object[] getComponents()
Returns the components that make up this composite.

Returns:
the components that make up this composite

setComponents

void setComponents(java.lang.Object[] components)
Sets the components that make up this composite.

Parameters:
components - the components that make up this composite


Copyright © 2005-2008.