public static final class Cell.CellCoordinates extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
cellPaneId |
int |
contentColumn |
int |
contentRow |
int |
gridColumn |
int |
gridRow |
Cell.MouseEventType |
mouseEventType |
Modifier | Constructor and Description |
---|---|
protected |
CellCoordinates(String cellPaneId,
Cell.MouseEventType mouseEventType,
int gridRow,
int gridColumn,
int contentRow,
int contentColumn) |
public final String cellPaneId
public final Cell.MouseEventType mouseEventType
public int gridRow
public int gridColumn
public int contentRow
public int contentColumn
protected CellCoordinates(String cellPaneId, Cell.MouseEventType mouseEventType, int gridRow, int gridColumn, int contentRow, int contentColumn)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.