Uses of Package
org.norvelle.textcite.gui.adapter

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

Classes in org.norvelle.textcite.gui.adapter used by org.norvelle.textcite.gui
CitationTableModelAdapter
          CitationTableModelAdapter: A special adapter for the CitationCollection, that reports on the names of the columns and their types.
FilterListModelAdapter
          FilterListModelAdapter: A list model adapter that is customized for displaying the various filter lists (i.e.
 

Classes in org.norvelle.textcite.gui.adapter used by org.norvelle.textcite.gui.adapter
ListModelAdaptee
          ListModelAdaptee An interface indicating that the implementing class can serve as a data model for a ListModelAdapter (i.e. a data source for a JList).
ListModelAdapter
          ListModelAdapter An adapter to separate our data model cleanly from the GUI layer.
ListModelChangeListener
          ListModelChangeListener: Interface indicating that a class is able to receive notifications of changes to a list model
TableModelAdaptee
          TableModelAdaptee: Indicates that a particular data model object can be used as a data source for a JTable
TableModelAdapter
          TableModelAdapter: Provides a wrapper for a TableModelAdaptee, so that data structures can be kept entirely separate from all GUI elements.
TreeModelAdaptee
          TreeModelAdaptee:
TreeModelAdapter
          TreeModelAdapter: Provides an interface between a JTree and the CiteBook data model, so that there is a clear separation between data and view.
 

Classes in org.norvelle.textcite.gui.adapter used by org.norvelle.textcite.gui.outlook_bar
ListModelChangeListener
          ListModelChangeListener: Interface indicating that a class is able to receive notifications of changes to a list model
TreeModelAdapter
          TreeModelAdapter: Provides an interface between a JTree and the CiteBook data model, so that there is a clear separation between data and view.
 

Classes in org.norvelle.textcite.gui.adapter used by org.norvelle.textcite.model
ListModelAdaptee
          ListModelAdaptee An interface indicating that the implementing class can serve as a data model for a ListModelAdapter (i.e. a data source for a JList).
ListModelChangeListener
          ListModelChangeListener: Interface indicating that a class is able to receive notifications of changes to a list model
TableModelAdaptee
          TableModelAdaptee: Indicates that a particular data model object can be used as a data source for a JTable
TableModelAdapter
          TableModelAdapter: Provides a wrapper for a TableModelAdaptee, so that data structures can be kept entirely separate from all GUI elements.
TreeModelAdaptee
          TreeModelAdaptee:
TreeModelAdapter
          TreeModelAdapter: Provides an interface between a JTree and the CiteBook data model, so that there is a clear separation between data and view.