|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableRowModelListener
TableRowModelListener defines the interface for an object that listens to changes in a TableRowModel.
TableRowModelEvent
Method Summary | |
---|---|
void |
rowAdded(TableRowModelEvent e)
Tells listeners that a row was added to the model. |
void |
rowMarginChanged(ChangeEvent e)
Tells listeners that a row was moved due to a margin change. |
void |
rowMoved(TableRowModelEvent e)
Tells listeners that a row was repositioned. |
void |
rowRemoved(TableRowModelEvent e)
Tells listeners that a row was removed from the model. |
void |
rowResized(TableRowModelEvent e)
Tells listeners that a row was resized. |
void |
rowSelectionChanged(ListSelectionEvent e)
Tells listeners that the selection model of the TableRowModel changed. |
void |
rowUpdated(TableRowModelEvent e)
Tells listeners that a rows was change. |
Method Detail |
---|
void rowAdded(TableRowModelEvent e)
void rowRemoved(TableRowModelEvent e)
void rowMoved(TableRowModelEvent e)
void rowResized(TableRowModelEvent e)
void rowMarginChanged(ChangeEvent e)
void rowSelectionChanged(ListSelectionEvent e)
void rowUpdated(TableRowModelEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |