Uses of Class
org.troy.capstone.ui_components.items.RecentlyViewedWindow
Packages that use RecentlyViewedWindow
-
Uses of RecentlyViewedWindow in org.troy.capstone.managers
Fields in org.troy.capstone.managers declared as RecentlyViewedWindowModifier and TypeFieldDescriptionprivate final RecentlyViewedWindowRecentlyViewedManager.recentlyViewedWindowWindow to display recently viewed items.Constructors in org.troy.capstone.managers with parameters of type RecentlyViewedWindowModifierConstructorDescriptionprivateRecentlyViewedManager(ItemRepo itemRepo, RecentlyViewedWindow recentlyViewedWindow) Constructor for theRecentlyViewedManager. -
Uses of RecentlyViewedWindow in org.troy.capstone.ui_components.items
Methods in org.troy.capstone.ui_components.items that return RecentlyViewedWindowModifier and TypeMethodDescriptionstatic RecentlyViewedWindowRecentlyViewedWindow.create()Factory method to create aRecentlyViewedWindowinstance with a title label and a scrollable content area.