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 SummaryConstructorsConstructorDescriptionRibsListSelectionListener(JTable aTable) Creates a new RibsListSelectionListener for given table.
- 
Method SummaryModifier and TypeMethodDescriptionvoidResponds to selection changes.
- 
Constructor Details- 
RibsListSelectionListenerCreates a new RibsListSelectionListener for given table.
 
- 
- 
Method Details- 
valueChangedResponds to selection changes.- Specified by:
- valueChangedin interface- ListSelectionListener
 
 
-