gov.nih.nlm.mms
Class ImportFilterAction
java.lang.Object
javax.swing.AbstractAction
gov.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
ImportFilterAction
public ImportFilterAction(MetamorphoSysGUI gui,
MetamorphoSys mms)
- Instantiates an
ImportFilterAction
.
- Parameters:
gui
- the MetamorphoSysGUI
mms
- MetamorphoSys
actionPerformed
public void actionPerformed(ActionEvent e)
- Present user with a dialog for selecting
Filter
s to import. These
Filter
implementations must appear in jar files in the
MMSYS/ext
directory.
- Parameters:
e
- an ActionEvent
Copyright ©2005