EDU.utwente.CoCompose.util
Interface RepositoryContainer
- All Known Implementing Classes:
- MainFrame
- public interface RepositoryContainer
This interface represents objects that contain a composite repository tree.
- Version:
- 0.0.10, 13 March 2002
- Author:
- Dennis Wagelaar
buildRepository
public void buildRepository()
- Construct repository tree from repository directory. Call this method
whenever something changes in the composite repository.
getSelectedComposite
public Composite getSelectedComposite()
- Gets the selected composite from the repository, if any.
- Returns:
- The selected Composite, null if none selected.