Package is.codion.swing.framework.model
Class SwingEntityTableModel.SwingEntityTableEditor
java.lang.Object
is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
is.codion.swing.framework.model.SwingEntityTableModel.SwingEntityTableEditor
- All Implemented Interfaces:
EntityTableModel.EntityTableEditor,FilterTableModel.Editor<Entity,Attribute<?>>
- Enclosing class:
SwingEntityTableModel
public static final class SwingEntityTableModel.SwingEntityTableEditor
extends AbstractEntityTableModel.AbstractEntityTableEditor
implements EntityTableModel.EntityTableEditor, FilterTableModel.Editor<Entity,Attribute<?>>
A Swing specific
EntityTableModel.EntityTableEditor implementation.-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.framework.model.EntityTableModel.EntityTableEditor
EntityTableModel.EntityTableEditor.Editable -
Method Summary
Methods inherited from class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
editable, editable, enabled, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface is.codion.framework.model.EntityTableModel.EntityTableEditor
editable, editable, enabled, setMethods inherited from interface is.codion.swing.common.model.component.table.FilterTableModel.Editor
editable
-
Method Details
-
set
Description copied from interface:FilterTableModel.EditorSets the value of the given column and row.
This method is responsible for notifying the model of the change.
- Specified by:
setin interfaceFilterTableModel.Editor<Entity,Attribute<?>> - Parameters:
value- the value to setrowIndex- the row indexentity- the row objectidentifier- the column identifier- See Also:
-