Package rma.swing
Class RmaJTable.RmaSelectionListener
java.lang.Object
rma.swing.RmaJTable.RmaSelectionListener
- All Implemented Interfaces:
EventListener
,ListSelectionListener
- Enclosing class:
- RmaJTable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRmaSelectionListener
(ListSelectionModel lsm, int modelType) Constructor for the RmaSelectionListener object -
Method Summary
Modifier and TypeMethodDescriptionint[]
getSelectedIndices
(int start, int stop) Gets the SelectedIndices attribute of the RmaSelectionListener objectint[]
Gets the Selections attribute of the RmaSelectionListener objectvoid
Method Description
-
Field Details
-
COL_MODEL
public int COL_MODELDescription -
ROW_MODEL
public int ROW_MODELDescription
-
-
Constructor Details
-
RmaSelectionListener
Constructor for the RmaSelectionListener object- Parameters:
lsm
- DescriptionmodelType
- Description
-
-
Method Details
-
valueChanged
Method Description- Specified by:
valueChanged
in interfaceListSelectionListener
- 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
- Descriptionstop
- Description- Returns:
- The SelectedIndices value
-