Package com.ribs.helpers
Class JTableHpr.RibsListSelectionListener
java.lang.Object
com.ribs.helpers.JTableHpr.RibsListSelectionListener
- All Implemented Interfaces:
 EventListener,ListSelectionListener
- Enclosing class:
 - JTableHpr
 
public static class JTableHpr.RibsListSelectionListener
extends Object
implements ListSelectionListener
ListSelectionListener for table.
- 
Constructor Summary
ConstructorsConstructorDescriptionRibsListSelectionListener(JTable aTable) Creates a new RibsListSelectionListener for given table. - 
Method Summary
Modifier and TypeMethodDescriptionvoidResponds to selection changes. 
- 
Constructor Details
- 
RibsListSelectionListener
Creates a new RibsListSelectionListener for given table. 
 - 
 - 
Method Details
- 
valueChanged
Responds to selection changes.- Specified by:
 valueChangedin interfaceListSelectionListener
 
 -