Class InputTableSelectionHandler

java.lang.Object
com.illumon.iris.console.utils.input.InputTableSelectionHandler

public class InputTableSelectionHandler extends Object
  • Constructor Details

  • Method Details

    • setTable

      public void setTable(JTable table)
    • setTable

      public void setTable(JTable table, Object[][] tableConfig)
    • getSelectedIndices

      public int[] getSelectedIndices()
    • setTableSelection

      public void setTableSelection(JTable table, int startRowIndex, int startColIndex, boolean fullColumnSelect)
    • isColumnSelectionMode

      public boolean isColumnSelectionMode()
    • isRowSelectionMode

      public boolean isRowSelectionMode()