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

Method Summary
 void buildRepository()
          Construct repository tree from repository directory.
 AbstractConcept getSelected()
          Gets the selected element from the repository, if any.
 

Method Detail

buildRepository

public void buildRepository()
Construct repository tree from repository directory. Call this method whenever something changes in the composite repository.


getSelected

public AbstractConcept getSelected()
Gets the selected element from the repository, if any.

Returns:
The selected element, null if none selected.