gov.nih.nlm.mms
Class ConceptInputStreamAction
java.lang.Object
javax.swing.AbstractAction
gov.nih.nlm.mms.ConceptInputStreamAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class ConceptInputStreamAction
- extends AbstractAction
Used to change the input stream. It is attached to the
MetamorphoSysGUI "Browse" button in the "Input Options" tab.
- Author:
- Brian Carlsen, Deborah Shapiro
- See Also:
- Serialized Form
mmsys_input_stream_field
protected JTextField mmsys_input_stream_field
gui
protected MetamorphoSysGUI gui
user_configuration
protected UserConfiguration user_configuration
content_panel
protected JPanel content_panel
ConceptInputStreamAction
public ConceptInputStreamAction(MetamorphoSysGUI gui,
JTextField cisf,
JPanel content_panel)
- Instantiates the action.
- Parameters:
gui - the MetamorphoSysGUIcisf - the JTextField whose value is the input locationcontent_panel - the JPanel that changes on the gui when the input stream
changes
actionPerformed
public void actionPerformed(ActionEvent e)
- Set the
ConceptInputStream.
- Parameters:
e - an ActionEvent
Copyright ©2005