/// <summary> /// Invoked when the selection model of the <code>TableColumnModel</code> /// is changed. /// </summary> public void columnSelectionChanged(ListSelectionEvent @e) { }
/// <summary> /// Invoked when the row selection changes -- repaints to show the new /// selection. /// </summary> public void valueChanged(ListSelectionEvent @e) { }