Package adams.gui.core
Interface JTableSupporter<T extends JTable>
-
- All Known Implementing Classes:
BaseTableWithButtons
,DataTableWithButtons
,InstancesPanel
,SpreadSheetPanel
,SpreadSheetTableWithButtons
,SpreadSheetTableWithSearch
public interface JTableSupporter<T extends JTable>
Interface for components that use tables.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getTable()
Returns the underlying table.
-
-
-
Method Detail
-
getTable
T getTable()
Returns the underlying table.- Returns:
- the table
-
-