private static class BrowseGuiImpl.RowClickInfo
extends java.lang.Object
BrowseGuiImpl.rowClicked(int, MouseEvent) and BrowseGuiImpl.rowClickSecondPart(RowClickInfo).| Modifier and Type | Field and Description |
|---|---|
java.awt.event.MouseEvent |
e
Original mouse event.
|
boolean |
priorEditing
true if editing was active at the moment of click. |
int |
viewportRowIndex
0-based index of the clicked row in the viewport.
|
int |
visibleColumnIndex
0-based index of the clicked browse column in the set of visible columns.
|
| Modifier | Constructor and Description |
|---|---|
private |
RowClickInfo() |
public int visibleColumnIndex
public int viewportRowIndex
public boolean priorEditing
true if editing was active at the moment of click.public java.awt.event.MouseEvent e