gui.tables
Class DataTableSelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by gui.tables.DataTableSelectionModel
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.event.ListSelectionListener, javax.swing.ListSelectionModel

public class DataTableSelectionModel
extends javax.swing.DefaultListSelectionModel
implements javax.swing.event.ListSelectionListener

The Class DataTableSelectionModel.
Used to trigger a repaint of all charts when the selection on the data table changes..

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
DataTableSelectionModel(Main mainWindow)
          Instantiates a new Data Table Selection Model
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataTableSelectionModel

public DataTableSelectionModel(Main mainWindow)
Instantiates a new Data Table Selection Model

Parameters:
mainWindow - the main Window
Method Detail

valueChanged

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