Class JTableHpr.RibsListSelectionListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ListSelectionListener
    Enclosing class:
    JTableHpr

    public static class JTableHpr.RibsListSelectionListener
    extends java.lang.Object
    implements javax.swing.event.ListSelectionListener
    ListSelectionListener for table.
    • Constructor Summary

      Constructors 
      Constructor Description
      RibsListSelectionListener​(javax.swing.JTable aTable)
      Creates a new RibsListSelectionListener for given table.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void valueChanged​(javax.swing.event.ListSelectionEvent e)
      Responds to selection changes.
      • Methods inherited from class java.lang.Object

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

      • RibsListSelectionListener

        public RibsListSelectionListener​(javax.swing.JTable aTable)
        Creates a new RibsListSelectionListener for given table.
    • Method Detail

      • valueChanged

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