com.limegroup.gnutella.gui.tables
Class ColumnSelectionMenu.SelectionActionListener

java.lang.Object
  extended bycom.limegroup.gnutella.gui.tables.ColumnSelectionMenu.SelectionActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ColumnSelectionMenu

protected class ColumnSelectionMenu.SelectionActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Simple ActionListener class that will display/hide a column based on the columnId property of the source.


Constructor Summary
protected ColumnSelectionMenu.SelectionActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnSelectionMenu.SelectionActionListener

protected ColumnSelectionMenu.SelectionActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener