public static interface ObjectTableModel.Columns<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName(int column) |
default float[] |
getColumnSizes() |
default Object |
getValueAt(int row,
int column,
T t) |
default boolean |
isCellEditable(int row,
int column,
T t) |
default void |
setValueAt(int row,
int column,
T t,
Object columnValue) |
int |
size() |
Copyright © 2022 vpc open source initiative. All rights reserved.