public interface IMdacPropertyModel
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
String[] |
getItemsAt(int row,
int col) |
int |
getRowsNumber() |
Class<?> |
getTypeAt(int row,
int col) |
Object |
getValueAt(int row,
int col) |
boolean |
isEditable(int row,
int col) |
void |
setValueAt(int row,
int col,
Object value) |
int getColumnNumber()
int getRowsNumber()
Object getValueAt(int row, int col)
void setValueAt(int row, int col, Object value)
String[] getItemsAt(int row, int col)
Class<?> getTypeAt(int row, int col)
boolean isEditable(int row, int col)