Uses of Class
org.norvelle.textcite.gui.TablePanel

Packages that use TablePanel
org.norvelle.textcite.gui   
org.norvelle.textcite.gui.dialog   
org.norvelle.textcite.gui.menu   
 

Uses of TablePanel in org.norvelle.textcite.gui
 

Fields in org.norvelle.textcite.gui declared as TablePanel
(package private)  TablePanel TablePanel.MouseTableActionAdapter.adaptee
           
 

Methods in org.norvelle.textcite.gui that return TablePanel
 TablePanel MainFrame.getTablePanel()
           
 

Methods in org.norvelle.textcite.gui with parameters of type TablePanel
 javax.swing.event.ListSelectionListener CitationDisplayPanel.getListener(TablePanel table)
          Provides a custom MouseInputAdapter that will listen for events on the JTable that lists citations.
 

Constructors in org.norvelle.textcite.gui with parameters of type TablePanel
CitationDisplayPanel.ShowCitationSelectionChangedAdapter(TablePanel table)
           
TablePanel.MouseTableActionAdapter(TablePanel adaptee)
           
 

Uses of TablePanel in org.norvelle.textcite.gui.dialog
 

Constructors in org.norvelle.textcite.gui.dialog with parameters of type TablePanel
CitationDialog(Citation c, TablePanel tablePanel, int citationRow)
          Create a new NewCitationDialog, but for editing an existing Citation.
 

Uses of TablePanel in org.norvelle.textcite.gui.menu
 

Constructors in org.norvelle.textcite.gui.menu with parameters of type TablePanel
TablePanelPopupMenu(TablePanel parent)
          Constructor.