Package common.gui.itemfinder

Classes related to the ItemFinderWindow, which contains a searchfield and a list of items.

See:
          Description

Interface Summary
ItemFinder<E>  
 

Class Summary
AbstractItemFinder<E> An abstract ItemFinder, it has no label, default cellrenderer and width.
ItemFinderPanel<E> The ItemFinderWindow is a Window that contains a SearchField and a list of items.
ItemFinderPanel.RequestFocusWorker  
ItemFinderWindow<E> A Window that contains a SearchField and a list of items.
PathCellRenderer A list cell renderer that renders path.
 

Package common.gui.itemfinder Description

Classes related to the ItemFinderWindow, which contains a searchfield and a list of items. When typing in the search field, the list is filtered.