Uses of Interface
org.troy.capstone.interfaces.SearchedItemPanelDestinationUI
Packages that use SearchedItemPanelDestinationUI
-
Uses of SearchedItemPanelDestinationUI in org.troy.capstone.managers
Methods in org.troy.capstone.managers with parameters of type SearchedItemPanelDestinationUIModifier and TypeMethodDescription(package private) static RecentlyViewedManagerRecentlyViewedManager.create(ItemRepo itemRepo, SearchedItemPanelDestinationUI destinationUI, SearchedItemPanelSourceUI panelSourceUI) Factory method to create aRecentlyViewedManagerand attach it as a listener to the givenSearchedItemPanelSourceUI, allowing to receive item selection events from within theSearchedItemPanelSourceUI.static SimilarItemsManagerSimilarItemsManager.create(ItemRepo itemRepo, Table table, SearchedItemPanelDestinationUI destinationUI, SearchedItemPanelSourceUI panelSourceUI) Static factory method for creating a SimilarItemsManager instance. -
Uses of SearchedItemPanelDestinationUI in org.troy.capstone.ui_components.items
Classes in org.troy.capstone.ui_components.items that implement SearchedItemPanelDestinationUIModifier and TypeClassDescriptionclassWindow to display recently viewed items.classContainer to display similar items.