Package com.illumon.iris.console.utils
Class GlobalOneClickSymHandler
java.lang.Object
com.illumon.iris.console.utils.GlobalOneClickSymHandler
- All Implemented Interfaces:
TableColumnDoubleClickHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleDoubleClick
(GuiTable table, String column, int row, int col) Handle a mouse double click event on a particular row/columnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.console.events.TableColumnDoubleClickHandler
handleDoubleClick
-
Constructor Details
-
GlobalOneClickSymHandler
public GlobalOneClickSymHandler()
-
-
Method Details
-
handleDoubleClick
Description copied from interface:TableColumnDoubleClickHandler
Handle a mouse double click event on a particular row/column- Specified by:
handleDoubleClick
in interfaceTableColumnDoubleClickHandler
- Parameters:
table
- The table that was clickedcolumn
- The name of the columnrow
- The row number clickedcol
- The column number clicked
-