Uses of Interface
org.norvelle.textcite.gui.adapter.ListModelAdaptee

Packages that use ListModelAdaptee
org.norvelle.textcite.gui.adapter   
org.norvelle.textcite.model This package contains the classes used for the TextCite data model. 
 

Uses of ListModelAdaptee in org.norvelle.textcite.gui.adapter
 

Fields in org.norvelle.textcite.gui.adapter declared as ListModelAdaptee
protected  ListModelAdaptee ListModelAdapter.model
          The data source that will serve as the model for the JList.
 

Constructors in org.norvelle.textcite.gui.adapter with parameters of type ListModelAdaptee
CategoryListModelAdapter(ListModelAdaptee model)
           
FilterListModelAdapter(ListModelAdaptee model, java.lang.String topEntryLabel)
           
ListModelAdapter(ListModelAdaptee model)
           
ListModelAdapterCollection(ListModelAdaptee adaptee)
           
 

Uses of ListModelAdaptee in org.norvelle.textcite.model
 

Classes in org.norvelle.textcite.model that implement ListModelAdaptee
 class AuthorCollection
           
 class BookCollection
          The BookCollection object maintains a sorted list of all the Books currently in the Citebook.
 class CitationCategoryCollection
          Holds the CitationCategory objects currently associated with a given Citation.
 class Clipboard
          The Clipboard holds objects that have been cut from one or another data structure (the Category tree or the Book Outline tree) and have not yet been pasted into another location.