Uses of Interface
is.codion.swing.common.model.component.table.FilterTableModel.RowEditor
Packages that use FilterTableModel.RowEditor
Package
Description
Table model implementations with built-in filtering, sorting and selection management.
Swing model classes
-
Uses of FilterTableModel.RowEditor in is.codion.swing.common.model.component.table
Methods in is.codion.swing.common.model.component.table that return FilterTableModel.RowEditorMethod parameters in is.codion.swing.common.model.component.table with type arguments of type FilterTableModel.RowEditorModifier and TypeMethodDescriptionFilterTableModel.Builder.rowEditor(Function<FilterTableModel<R, C>, FilterTableModel.RowEditor<R, C>> rowEditor) -
Uses of FilterTableModel.RowEditor in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement FilterTableModel.RowEditorModifier and TypeClassDescriptionstatic final classA Swing specificEntityTableModel.EntityRowEditorimplementation.