org.jcreme.swing.table
Interface SortableTableModel

All Superinterfaces:
javax.swing.table.TableModel
All Known Implementing Classes:
AbstractSortableTableModel

public interface SortableTableModel
extends javax.swing.table.TableModel

This interface specifies the services given by a SortableTableModel.

Version:
$Revision: 1.1 $
Author:
$Author: dbregeon $

Method Summary
 void sort(SortableTableColumn[] columns)
          Sorts the TableModel using the colummns given in the columns parameter in the order given in columns.
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

sort

public void sort(SortableTableColumn[] columns)
Sorts the TableModel using the colummns given in the columns parameter in the order given in columns.

Parameters:
columns - the columns used to sort the table in the order they will be used.


Copyright 2006 null. All Rights Reserved.