pivot.wtk
Class TableViewListener.Adapter

java.lang.Object
  extended by pivot.wtk.TableViewListener.Adapter
All Implemented Interfaces:
TableViewListener
Enclosing interface:
TableViewListener

public static class TableViewListener.Adapter
extends Object
implements TableViewListener

Adapts the TableViewListener interface.

Author:
tvolkert

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.wtk.TableViewListener
TableViewListener.Adapter
 
Constructor Summary
TableViewListener.Adapter()
           
 
Method Summary
 void rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)
          Called when a table view's row editor has changed.
 void selectModeChanged(TableView tableView, TableView.SelectMode previousSelectMode)
          Called when a table view's select mode has changed.
 void tableDataChanged(TableView tableView, List<?> previousTableData)
          Called when a table view's table data has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableViewListener.Adapter

public TableViewListener.Adapter()
Method Detail

tableDataChanged

public void tableDataChanged(TableView tableView,
                             List<?> previousTableData)
Description copied from interface: TableViewListener
Called when a table view's table data has changed.

Specified by:
tableDataChanged in interface TableViewListener

rowEditorChanged

public void rowEditorChanged(TableView tableView,
                             TableView.RowEditor previousRowEditor)
Description copied from interface: TableViewListener
Called when a table view's row editor has changed.

Specified by:
rowEditorChanged in interface TableViewListener

selectModeChanged

public void selectModeChanged(TableView tableView,
                              TableView.SelectMode previousSelectMode)
Description copied from interface: TableViewListener
Called when a table view's select mode has changed.

Specified by:
selectModeChanged in interface TableViewListener