public class CellPosition extends Object
| Constructor and Description |
|---|
CellPosition(int row,
int column)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Generated.
|
int |
getColumn()
Gets the column index of the cell.
|
int |
getRow()
Gets the row index of the cell.
|
int |
hashCode()
Generated.
|
public CellPosition(int row,
int column)
row - Row index (-1 for the table header).column - column index.Copyright © 2015. All Rights Reserved.