public class SelectionSynchronizer extends Object implements ListSelectionListener
Modifier and Type | Field and Description |
---|---|
private Set<ListSelectionModel> |
participants |
Constructor and Description |
---|
SelectionSynchronizer()
Constructs a new
SelectionSynchronizer . |
Modifier and Type | Method and Description |
---|---|
void |
participateInSynchronizedSelection(ListSelectionModel model) |
void |
valueChanged(ListSelectionEvent e) |
private final Set<ListSelectionModel> participants
public SelectionSynchronizer()
SelectionSynchronizer
.public void participateInSynchronizedSelection(ListSelectionModel model)
public void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener