Package gov.nih.mipav.view.dialogs
Class JDialogDataProvenance.SelectionListener
- java.lang.Object
-
- gov.nih.mipav.view.dialogs.JDialogDataProvenance.SelectionListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.ListSelectionListener
- Enclosing class:
- JDialogDataProvenance
private class JDialogDataProvenance.SelectionListener extends java.lang.Object implements javax.swing.event.ListSelectionListener
Listens to selection changes in the data provenance JTable and updates the textarea with the current selection
-
-
Constructor Summary
Constructors Constructor Description SelectionListener(javax.swing.JTable table, javax.swing.JTextArea textArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(javax.swing.event.ListSelectionEvent e)
-