schmitzm.swing.table
Interface PipedTableModel

All Known Implementing Classes:
SelectionTableModel

public interface PipedTableModel

Interface for all table models which encapsulate another TableModel.

Author:
Martin Schmitz (University of Bonn/Germany)

Method Summary
 TableModel getPipedModel()
          Returns the original TableModel.
 

Method Detail

getPipedModel

TableModel getPipedModel()
Returns the original TableModel.