gov.nih.nlm.mms
Class ImportFilterAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bygov.nih.nlm.mms.ImportFilterAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable

public class ImportFilterAction
extends AbstractAction

Imports filters from the paths in the /ext directory Used for the File->Import Filter menu of MetamorphoSysGUI.

Author:
Brian Carlsen, Deborah Shapiro
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ImportFilterAction(MetamorphoSysGUI gui, MetamorphoSys mms)
          Instantiates an ImportFilterAction.
 
Method Summary
 void actionPerformed(ActionEvent e)
          Present user with a dialog for selecting Filters to import.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportFilterAction

public ImportFilterAction(MetamorphoSysGUI gui,
                          MetamorphoSys mms)
Instantiates an ImportFilterAction.

Parameters:
gui - the MetamorphoSysGUI
mms - MetamorphoSys
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Present user with a dialog for selecting Filters to import. These Filter implementations must appear in jar files in the MMSYS/ext directory.

Parameters:
e - an ActionEvent


Copyright ©2005