JIDE 3.5.15

com.jidesoft.swing
Class CheckBoxListWithSelectable.Handler

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

protected static class CheckBoxListWithSelectable.Handler
extends Object
implements MouseListener, KeyListener


Field Summary
protected  CheckBoxListWithSelectable _list
           
 
Constructor Summary
CheckBoxListWithSelectable.Handler(CheckBoxListWithSelectable list)
           
 
Method Summary
protected  boolean clicksInCheckBox(MouseEvent 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)
           
protected  void toggleSelection()
           
protected  void toggleSelection(int index)
           
protected  void toggleSelections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_list

protected CheckBoxListWithSelectable _list
Constructor Detail

CheckBoxListWithSelectable.Handler

public CheckBoxListWithSelectable.Handler(CheckBoxListWithSelectable list)
Method Detail

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()

toggleSelection

protected void toggleSelection(int index)

toggleSelection

protected void toggleSelection()

JIDE 3.5.15