Interface SelectionBasket
-
public interface SelectionBasket
An interface for handling the selection basket.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Component>
get()
Returns the selected components in the selection basket.void
set(Collection<Component> components)
Sets the components to the selection basket.
-
-
-
Method Detail
-
set
void set(Collection<Component> components)
Sets the components to the selection basket. Previous selection is discarded.- Parameters:
components
- the components to select- Since:
- 9.10.3
-
-