Uses of Class
uk.org.ury.common.library.item.LibraryItem

Packages that use LibraryItem
uk.org.ury.common.library   
uk.org.ury.frontend.modules.library   
 

Uses of LibraryItem in uk.org.ury.common.library
 

Methods in uk.org.ury.common.library that return types with arguments of type LibraryItem
static java.util.List<LibraryItem> LibraryUtils.search(DatabaseDriver db, java.lang.String search)
          Performs a library search.
 

Uses of LibraryItem in uk.org.ury.frontend.modules.library
 

Methods in uk.org.ury.frontend.modules.library that return types with arguments of type LibraryItem
 java.util.List<LibraryItem> LibraryViewer.getLibraryList()
           
 

Constructor parameters in uk.org.ury.frontend.modules.library with type arguments of type LibraryItem
LibraryTableModel(java.util.List<LibraryItem> data)
          Construct a new table model.