Uses of Interface
org.apache.pivot.wtk.TableView.RowEditor
-
Packages that use TableView.RowEditor Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
TableViewListener.Adapter. rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)
Deprecated.void
TableViewListener.Listeners. rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)
default 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 org.apache.pivot.wtk.content
Classes in org.apache.pivot.wtk.content that implement TableView.RowEditor Modifier and Type Class Description 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 Modifier and Type Method Description void
TerraTableViewSkin. rowEditorChanged(TableView tableView, TableView.RowEditor previousRowEditor)
-