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

Packages that use LibraryItem
uk.org.ury.library   
uk.org.ury.library.viewer   
 

Uses of LibraryItem in uk.org.ury.library
 

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

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

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

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