Uses of Interface
pivot.wtk.TableView.RowEditor

Packages that use TableView.RowEditor
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TableView.RowEditor in pivot.wtk
 

Methods in pivot.wtk that return TableView.RowEditor
 TableView.RowEditor TableView.getRowEditor()
          Returns the editor used to edit rows in this table.
 

Methods in pivot.wtk with parameters of type TableView.RowEditor
 void TableViewListener.rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)
          Called when a table view's row editor has changed.
 void TableView.setRowEditor(TableView.RowEditor rowEditor)
          Sets the editor used to edit rows in this table.
 

Uses of TableView.RowEditor in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type TableView.RowEditor
 void TerraTableViewSkin.rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)