SPT Core API

com.sptci.echo2.table
Interface SortableTable<D>

Type Parameters:
D - The class of the model object displayed in the table.
All Known Implementing Classes:
JDOTable

public interface SortableTable<D>

A marker interface for Tables that hold data that are sortable. The backing data model should be an instance of SortableTableModel.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: SortableTable.java 4120 2008-05-25 20:49:48Z rakesh $
Author:
Rakesh Vidyadharan 2007-11-12

Method Summary
 SortableTableModel<D> getModel()
          Return the model backing this table.
 

Method Detail

getModel

SortableTableModel<D> getModel()
Return the model backing this table.

Returns:
The sortable table model backing this table.

SPT Core API