JIDE 3.5.15

com.jidesoft.combobox
Class MultiSelectListChooserPanel.Handler

java.lang.Object
  extended by com.jidesoft.combobox.ListChooserPanel.Handler
      extended by com.jidesoft.combobox.MultiSelectListChooserPanel.Handler
All Implemented Interfaces:
ItemListener, MouseListener, MouseMotionListener, PropertyChangeListener, Serializable, EventListener
Enclosing class:
MultiSelectListChooserPanel

protected class MultiSelectListChooserPanel.Handler
extends ListChooserPanel.Handler

See Also:
Serialized Form

Constructor Summary
protected MultiSelectListChooserPanel.Handler()
           
 
Method Summary
 void mouseClicked(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class com.jidesoft.combobox.ListChooserPanel.Handler
itemStateChanged, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, propertyChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiSelectListChooserPanel.Handler

protected MultiSelectListChooserPanel.Handler()
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class ListChooserPanel.Handler

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class ListChooserPanel.Handler

JIDE 3.5.15