com.zfqjava.swing.model
Interface ColumnSorter

All Known Implementing Classes:
FileTableModel

public interface ColumnSorter

ColumnSorter provides a column sorter.


Method Summary
 void sortColumn(int column, boolean ascending)
          Sorts the specified column.
 

Method Detail

sortColumn

public void sortColumn(int column,
                       boolean ascending)
Sorts the specified column.
Parameters:
column - the column to sort
ascending - the sort order


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.