JIDE 3.5.15

com.jidesoft.swing
Class CheckBoxList.Handler

java.lang.Object
  extended by com.jidesoft.swing.CheckBoxList.Handler
All Implemented Interfaces:
KeyListener, MouseListener, PropertyChangeListener, EventListener, ListDataListener, ListSelectionListener
Enclosing class:
CheckBoxList

protected static class CheckBoxList.Handler
extends Object
implements MouseListener, KeyListener, ListSelectionListener, PropertyChangeListener, ListDataListener


Field Summary
protected  CheckBoxList _list
           
 
Constructor Summary
CheckBoxList.Handler(CheckBoxList list)
           
 
Method Summary
protected  boolean clicksInCheckBox(MouseEvent e)
           
 void contentsChanged(ListDataEvent e)
           
 void intervalAdded(ListDataEvent e)
           
 void intervalRemoved(ListDataEvent e)
           
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 void mouseClicked(MouseEvent e)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 void propertyChange(PropertyChangeEvent evt)
           
protected  void toggleSelection()
           
protected  void toggleSelection(int index)
           
protected  void toggleSelections()
           
 void valueChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_list

protected CheckBoxList _list
Constructor Detail

CheckBoxList.Handler

public CheckBoxList.Handler(CheckBoxList list)
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

clicksInCheckBox

protected boolean clicksInCheckBox(MouseEvent e)

mouseClicked

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

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener

toggleSelections

protected void toggleSelections()

valueChanged

public void valueChanged(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener

toggleSelection

protected void toggleSelection(int index)

toggleSelection

protected void toggleSelection()

intervalAdded

public void intervalAdded(ListDataEvent e)
Specified by:
intervalAdded in interface ListDataListener

intervalRemoved

public void intervalRemoved(ListDataEvent e)
Specified by:
intervalRemoved in interface ListDataListener

contentsChanged

public void contentsChanged(ListDataEvent e)
Specified by:
contentsChanged in interface ListDataListener

JIDE 3.5.15