Uses of Interface
org.apache.pivot.wtk.TableView.RowEditor

Packages that use TableView.RowEditor
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TableView.RowEditor in org.apache.pivot.wtk
 

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

Methods in org.apache.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 TableViewListener.Adapter.rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)
           
 void TableView.setRowEditor(TableView.RowEditor rowEditor)
          Sets the editor used to edit rows in this table.
 

Uses of TableView.RowEditor in org.apache.pivot.wtk.content
 

Classes in org.apache.pivot.wtk.content that implement TableView.RowEditor
 class TableViewRowEditor
          Default table view row editor.
 

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

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