com.tensegrity.gui.container
Interface RepositoryContainer

All Superinterfaces:
Container
All Known Implementing Classes:
SwingRepositoryContainer, SwtRepositoryContainer

public interface RepositoryContainer
extends Container

The RepositoryContainer holds various components users may create their documents from. These Components are based on Composite (at this point of time).

Version:
$Id: RepositoryContainer.java,v 1.6 2004/07/20 13:42:22 GillesIachelini Exp $
Author:
GillesIachelini

Method Summary
 java.util.Iterator getRepositoryElements()
          Returns an iterator for all contained elements of this repository.
 
Methods inherited from interface com.tensegrity.gui.container.Container
getApplicationFrame, getName, setName, setSelected
 

Method Detail

getRepositoryElements

public java.util.Iterator getRepositoryElements()
Returns an iterator for all contained elements of this repository.

Returns:
an Iterator over all the elements of the repository.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.