/**
  * A <code>ListSelectionListener</code> that forwards <code>ListSelectionEvents</code> when there
  * is a column selection change.
  *
  * @param e the change event
  */
 public void valueChanged(ListSelectionEvent e) {
   fireColumnSelectionChanged(e);
 }