Package docking.widgets.trable
Interface GTrableCellClickedListener
public interface GTrableCellClickedListener
Listener for
GTrable cell clicked-
Method Summary
Modifier and TypeMethodDescriptionvoidcellClicked(int row, int column, MouseEvent event) Notification the a GTrable cell was clicked.
-
Method Details
-
cellClicked
Notification the a GTrable cell was clicked.- Parameters:
row- the row index of the cell that was clickedcolumn- the column index of the cell that was clickedevent- the mouse event of the click
-