tfw.swing.list.SelectionInitiator Maven / Gradle / Ivy
package tfw.swing.list;
import javax.swing.JList;
import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener;
import tfw.immutable.ila.intila.IntIlaFromArray;
import tfw.immutable.ila.objectila.ObjectIlaFromArray;
import tfw.tsm.Initiator;
import tfw.tsm.ecd.ObjectECD;
import tfw.tsm.ecd.ila.IntIlaECD;
import tfw.tsm.ecd.ila.ObjectIlaECD;
public class SelectionInitiator extends Initiator implements ListSelectionListener {
private final ObjectIlaECD selectedItemsECD;
private final IntIlaECD selectedIndexesECD;
private final JList