Interface SelectionBasket
public interface SelectionBasket
An interface for handling the selection basket.
- Since:
- 9.10.3
- 
Method Summary
- 
Method Details- 
setSets the components to the selection basket. Previous selection is discarded.- Parameters:
- components- the components to select
- Since:
- 9.10.3
 
- 
getReturns the selected components in the selection basket. The returned set is a copy.- Returns:
- the selected components
- Since:
- 9.10.3
 
 
-