Constructor and Description |
---|
GridModelWrapper(GridModel<S> delegate) |
Modifier and Type | Method and Description |
---|---|
com.simsilica.lemur.core.VersionedReference<GridModel<T>> |
createReference() |
abstract T |
getCell(int row,
int col,
T existing) |
int |
getColumnCount() |
protected GridModel<S> |
getDelegate() |
GridModel<T> |
getObject() |
int |
getRowCount() |
long |
getVersion() |
abstract void |
setCell(int row,
int col,
T value) |
public int getRowCount()
getRowCount
in interface GridModel<T>
public int getColumnCount()
getColumnCount
in interface GridModel<T>
public abstract void setCell(int row, int col, T value)
public long getVersion()