Interface SearchedItemPanelDestinationUI
- All Known Implementing Classes:
RecentlyViewedWindow, SimilarItemsContainer
public interface SearchedItemPanelDestinationUI
The
SearchedItemPanelDestinationUI interface represents a UI component that can serve as a destination for displaying searched item panels. It allows for Node and not just SearchedItemPanel to allow for a subset of the information to be displayed through this interface.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContent(List<Node> panels) Sets the content of theSearchedItemPanelDestinationUIwith the given list of searched item panels.
-
Method Details
-
setContent
Sets the content of theSearchedItemPanelDestinationUIwith the given list of searched item panels.- Parameters:
panels- The list of searched item panels to display in theSearchedItemPanelDestinationUI.- Preconditions:
- panels is not null.
- Postconditions:
- The content of the
SearchedItemPanelDestinationUIis updated with the given list of searched item panels.
-