com.atomikos.swing
Interface PropertiesTableModel

All Known Implementing Classes:
AbstractPropertiesTableModel

public interface PropertiesTableModel

A TableModel for a PropertiesPanel. Provides functions in case of insert, edit or delete of a table's rows.


Method Summary
 TableModel getTableModel()
          Gets the Swing table model for this one.
 void refresh()
          Indicates that one or more rows have changed, and the table view needs an update.
 void rowDeleted(int row)
          Indicates that a row was deleted.
 void rowInserted()
          Indicates that a new row has been inserted.
 

Method Detail

getTableModel

TableModel getTableModel()
Gets the Swing table model for this one.

Returns:
TableModel The swing table model.

refresh

void refresh()
Indicates that one or more rows have changed, and the table view needs an update.


rowDeleted

void rowDeleted(int row)
Indicates that a row was deleted.

Parameters:
row - The row's index.

rowInserted

void rowInserted()
Indicates that a new row has been inserted.



Copyright © 2011. All Rights Reserved.