public class RowEditorModel extends java.lang.Object
| Constructor and Description |
|---|
RowEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEditorForRow(int row,
javax.swing.table.TableCellEditor e) |
javax.swing.table.TableCellEditor |
getEditor(int row) |
void |
removeEditorForRow(int row) |
public RowEditorModel()
public void addEditorForRow(int row, javax.swing.table.TableCellEditor e)
public void removeEditorForRow(int row)
public javax.swing.table.TableCellEditor getEditor(int row)