|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
TableModel getTableModel()
void refresh()
void rowDeleted(int row)
row - The row's index.void rowInserted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||