com.jidesoft.swing
Class CheckBoxListWithSelectable.Handler
java.lang.Object
com.jidesoft.swing.CheckBoxListWithSelectable.Handler
- All Implemented Interfaces:
- KeyListener, MouseListener, EventListener
- Enclosing class:
- CheckBoxListWithSelectable
protected static class CheckBoxListWithSelectable.Handler
- extends Object
- implements MouseListener, KeyListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_list
protected CheckBoxListWithSelectable _list
CheckBoxListWithSelectable.Handler
public CheckBoxListWithSelectable.Handler(CheckBoxListWithSelectable list)
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()