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

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

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

Simple class that calls 'revertToDefault' on the ColumnPreferenceHandler of the LimeJTable


Constructor Summary
protected ColumnSelectionMenu.ReverterListener()
           
 
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.ReverterListener

protected ColumnSelectionMenu.ReverterListener()
Method Detail

actionPerformed

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