gov.nih.nlm.mms
Class ImportFilterAction
java.lang.Object
javax.swing.AbstractAction
gov.nih.nlm.mms.ImportFilterAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
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
ImportFilterAction
public ImportFilterAction(MetamorphoSysGUI gui,
MetamorphoSys mms)
- Instantiates an
ImportFilterAction.
- Parameters:
gui - the MetamorphoSysGUImms - MetamorphoSys
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