Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.swing.JTable table  
      (package private) javax.swing.JTextArea textArea  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table

        javax.swing.JTable table
      • textArea

        javax.swing.JTextArea textArea
    • Constructor Detail

      • SelectionListener

        SelectionListener​(javax.swing.JTable table,
                          javax.swing.JTextArea textArea)
    • Method Detail

      • valueChanged

        public void valueChanged​(javax.swing.event.ListSelectionEvent e)
        Specified by:
        valueChanged in interface javax.swing.event.ListSelectionListener