net.sf.doolin.gui.field.list.multi
Class MultiComboMouseAdapter<V,E>

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by net.sf.doolin.gui.field.list.multi.MultiComboMouseAdapter<V,E>
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class MultiComboMouseAdapter<V,E>
extends MouseAdapter


Constructor Summary
MultiComboMouseAdapter(MultiComboField<V,E> field)
           
 
Method Summary
 void mouseClicked(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiComboMouseAdapter

public MultiComboMouseAdapter(MultiComboField<V,E> field)
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter


Copyright © 2011. All Rights Reserved.