Uses of Class
ui.table.RowCountLabel

Packages that use RowCountLabel
ui.table   
 

Uses of RowCountLabel in ui.table
 

Constructors in ui.table with parameters of type RowCountLabel
RowCountListener(javax.swing.JTable table, RowCountLabel label)
          Creates a new RowCountListener object with the given JTable and JLabel objects.
SelectionListener(javax.swing.JTable table, RowCountLabel label)
          Creates a new SelectionListener object with the given JTable object and the RowCountLabel object to report the number of selected rows to.