Package rma.swing

Class RmaJTable.RmaSelectionListener

java.lang.Object
rma.swing.RmaJTable.RmaSelectionListener
All Implemented Interfaces:
EventListener, ListSelectionListener
Enclosing class:
RmaJTable

public static class RmaJTable.RmaSelectionListener extends Object implements ListSelectionListener
  • Field Details

    • COL_MODEL

      public int COL_MODEL
      Description
    • ROW_MODEL

      public int ROW_MODEL
      Description
  • Constructor Details

    • RmaSelectionListener

      public RmaSelectionListener(ListSelectionModel lsm, int modelType)
      Constructor for the RmaSelectionListener object
      Parameters:
      lsm - Description
      modelType - Description
  • Method Details

    • valueChanged

      public void valueChanged(ListSelectionEvent lse)
      Method Description
      Specified by:
      valueChanged in interface ListSelectionListener
      Parameters:
      lse - Description
    • getSelections

      public int[] getSelections()
      Gets the Selections attribute of the RmaSelectionListener object
      Returns:
      The Selections value
    • getSelectedIndices

      public int[] getSelectedIndices(int start, int stop)
      Gets the SelectedIndices attribute of the RmaSelectionListener object
      Parameters:
      start - Description
      stop - Description
      Returns:
      The SelectedIndices value