|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableColumnTableModel
EditableColumnTableModel
is am interface supports editable table column.
You can implement this interface on your table model and EditableTableHeader
will use it to decide which column is editable and what cell editor to use.
Method Summary | |
---|---|
TableCellEditor |
getColumnHeaderCellEditor(int columnIndex)
Gets the column header cell editor. |
boolean |
isColumnHeaderEditable(int columnIndex)
Checks if the column at the specified columnIndex is editable. |
Method Detail |
---|
boolean isColumnHeaderEditable(int columnIndex)
columnIndex
is editable.
columnIndex
- the column index
TableCellEditor getColumnHeaderCellEditor(int columnIndex)
columnIndex
- the column index
EditableTableHeader
.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |