QJCC homepage

biz.chitec.quarterback.swing
Class UnwantWantSelector.CopyAction

java.lang.Object
  extended bybiz.chitec.quarterback.swing.UnwantWantSelector.CopyAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
UnwantWantSelector

private class UnwantWantSelector.CopyAction
extends java.lang.Object
implements java.awt.event.ActionListener

The ActionListener for all the move buttons


Field Summary
(package private)  javax.swing.JList source
           
(package private)  int srcidx
           
(package private)  int targetidx
           
 
Constructor Summary
UnwantWantSelector.CopyAction(javax.swing.JList s, int si, int ti)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

javax.swing.JList source

srcidx

int srcidx

targetidx

int targetidx
Constructor Detail

UnwantWantSelector.CopyAction

public UnwantWantSelector.CopyAction(javax.swing.JList s,
                                     int si,
                                     int ti)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

QJCC homepage