com.sas.swing.visuals.tableview
Interface TableRowModelListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
OLAPRowHeader, OLAPTableView, RowHeader, TableView

public interface TableRowModelListener
extends java.util.EventListener

TableRowModelListener defines the interface for an object that listens to changes in a TableRowModel.

See Also:
TableRowModelEvent

Method Summary
 void rowMarginChanged(javax.swing.event.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 rowSelectionChanged(javax.swing.event.ListSelectionEvent e)
          Tells listeners that the selection model of the TableRowModel changed.
 

Method Detail

rowMoved

void rowMoved(TableRowModelEvent e)
Tells listeners that a row was repositioned.


rowMarginChanged

void rowMarginChanged(javax.swing.event.ChangeEvent e)
Tells listeners that a row was moved due to a margin change.


rowSelectionChanged

void rowSelectionChanged(javax.swing.event.ListSelectionEvent e)
Tells listeners that the selection model of the TableRowModel changed.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.