Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.list
Class ObjectListComponent.JListSelectionListener<T>
java.lang.Object
net.anwiba.commons.swing.list.ObjectListComponent.JListSelectionListener<T>
- All Implemented Interfaces:
EventListener,ListSelectionListener
- Enclosing class:
- ObjectListComponent<T>
public static final class ObjectListComponent.JListSelectionListener<T>
extends Object
implements ListSelectionListener
-
Constructor Summary
ConstructorsConstructorDescriptionJListSelectionListener(IListModel<T> listModel, ListSelectionModel listSelectionModel, ISelectionModel<T> objectSelectionModel) -
Method Summary
-
Constructor Details
-
JListSelectionListener
public JListSelectionListener(IListModel<T> listModel, ListSelectionModel listSelectionModel, ISelectionModel<T> objectSelectionModel)
-
-
Method Details
-
valueChanged
- Specified by:
valueChangedin interfaceListSelectionListener
-