public abstract class OrderedSelectionRecorder extends Object implements ListSelectionListener
Constructor and Description |
---|
OrderedSelectionRecorder()
Constructs a new recorder with no items selected.
|
OrderedSelectionRecorder(boolean[] state)
Constructs a new recorder with a given initial state.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean[] |
getModelState()
Returns the state of the selection model given the source of a
selection event.
|
int[] |
getOrderedSelection()
Returns a list of the currently-selected indices in the selection
model in the order in which they were (most recently) added to the
selection.
|
void |
updateState(boolean[] state)
Sets the new selection state.
|
void |
valueChanged(ListSelectionEvent evt) |
public OrderedSelectionRecorder()
public OrderedSelectionRecorder(boolean[] state)
state
- mask of flags, one true for each selected itempublic int[] getOrderedSelection()
public void valueChanged(ListSelectionEvent evt)
valueChanged
in interface ListSelectionListener
public void updateState(boolean[] state)
state
- mask of flags, one true for each selected itemprotected abstract boolean[] getModelState()
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.