brain.gui.ActionListeners
Class ActionListenerReloadParameters

java.lang.Object
  extended by brain.gui.ActionListeners.ActionListenerReloadParameters
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ActionListenerReloadParameters
extends java.lang.Object
implements java.awt.event.ActionListener

Reloads parameters of a module.


Constructor Summary
ActionListenerReloadParameters()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Loads properties file for a module
 void setTable(ObjectTable objectTable)
          Sets the Tool Tip table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerReloadParameters

public ActionListenerReloadParameters()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Loads properties file for a module

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - - an action event
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

setTable

public void setTable(ObjectTable objectTable)
Sets the Tool Tip table

Parameters:
objectTable -