ch.elca.dependency.core
Interface Selection

All Known Implementing Classes:
DependencyModel

public interface Selection

Interface defining the selectPackages method. This interface is used if a class only needs this method!

Version:
1.0-beta
Author:
Christoph Trutmann

Method Summary
 void clearSelection()
          Clears all the selections in all the views.
 void selectPackages(java.util.ArrayList selectList)
          Select the same packages in each view.
 

Method Detail

selectPackages

public void selectPackages(java.util.ArrayList selectList)
Select the same packages in each view.

Parameters:
selectList - List containing all the selected packages.

clearSelection

public void clearSelection()
Clears all the selections in all the views.



Copyright © 2003 ELCA Informatique SA. All Rights Reserved.