Class InputTableSelectionHandler
java.lang.Object
com.illumon.iris.console.utils.input.InputTableSelectionHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInputTableSelectionHandler
(InputTableSelectionHandler.RowSelectionHandler rowSelectionHandler) -
Method Summary
Modifier and TypeMethodDescriptionint[]
boolean
boolean
void
void
void
setTableSelection
(JTable table, int startRowIndex, int startColIndex, boolean fullColumnSelect)
-
Constructor Details
-
InputTableSelectionHandler
public InputTableSelectionHandler() -
InputTableSelectionHandler
public InputTableSelectionHandler(InputTableSelectionHandler.RowSelectionHandler rowSelectionHandler)
-
-
Method Details
-
setTable
-
setTable
-
getSelectedIndices
public int[] getSelectedIndices() -
setTableSelection
public void setTableSelection(JTable table, int startRowIndex, int startColIndex, boolean fullColumnSelect) -
isColumnSelectionMode
public boolean isColumnSelectionMode() -
isRowSelectionMode
public boolean isRowSelectionMode()
-