Uses of Class
org.troy.capstone.ui_components.items.SearchedItemPanel
Packages that use SearchedItemPanel
Package
Description
-
Uses of SearchedItemPanel in org.troy.capstone.data_structures
Subclasses with type arguments of type SearchedItemPanel in org.troy.capstone.data_structuresModifier and TypeClassDescriptionclassRecentlyViewedQueueis a queue to manage recently viewed items, with a fixed capacity.Methods in org.troy.capstone.data_structures that return types with arguments of type SearchedItemPanelModifier and TypeMethodDescriptionRecentlyViewedQueue.peekAll()Returns aListcontaining all items in the queue in reverse order, without removing them. -
Uses of SearchedItemPanel in org.troy.capstone.ui_components.items
Methods in org.troy.capstone.ui_components.items that return SearchedItemPanelModifier and TypeMethodDescriptionstatic SearchedItemPanelFactory method to create aSearchedItemPanelinstance. -
Uses of SearchedItemPanel in org.troy.capstone.ui_components.items.searched
Methods in org.troy.capstone.ui_components.items.searched with parameters of type SearchedItemPanelModifier and TypeMethodDescriptionprivate voidSearchedItemContainer.addItemPanel(SearchedItemPanel itemPanel) Adds a newSearchedItemPanelto the container.