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