org.norvelle.textcite.gui
Class CitationDisplayPanel.ShowCitationSelectionChangedAdapter

java.lang.Object
  extended by org.norvelle.textcite.gui.CitationDisplayPanel.ShowCitationSelectionChangedAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
CitationDisplayPanel

 class CitationDisplayPanel.ShowCitationSelectionChangedAdapter
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

ShowCitationSelectionChangedAdapter is an inner class designed to let the Citation Display panel listen to the citation list table, and display the selected Citation when there is a single-click mouse event or cursor movement

Author:
Erik Norvelle

Field Summary
(package private)  java.lang.Object lastFilterSelection
           
(package private)  int lastSelectionIndex
           
 
Constructor Summary
CitationDisplayPanel.ShowCitationSelectionChangedAdapter(TablePanel table)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastSelectionIndex

int lastSelectionIndex

lastFilterSelection

java.lang.Object lastFilterSelection
Constructor Detail

CitationDisplayPanel.ShowCitationSelectionChangedAdapter

public CitationDisplayPanel.ShowCitationSelectionChangedAdapter(TablePanel table)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener