protected static class CheckBoxListWithSelectable.Handler
extends java.lang.Object
implements java.awt.event.MouseListener, java.awt.event.KeyListener
| Modifier and Type | Field and Description |
|---|---|
protected CheckBoxListWithSelectable |
_list |
| Constructor and Description |
|---|
Handler(CheckBoxListWithSelectable list) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
clicksInCheckBox(java.awt.event.MouseEvent e) |
void |
keyPressed(java.awt.event.KeyEvent e) |
void |
keyReleased(java.awt.event.KeyEvent e) |
void |
keyTyped(java.awt.event.KeyEvent e) |
void |
mouseClicked(java.awt.event.MouseEvent e) |
void |
mouseEntered(java.awt.event.MouseEvent e) |
void |
mouseExited(java.awt.event.MouseEvent e) |
void |
mousePressed(java.awt.event.MouseEvent e) |
void |
mouseReleased(java.awt.event.MouseEvent e) |
protected void |
toggleSelection() |
protected void |
toggleSelection(int index) |
protected void |
toggleSelections() |
protected CheckBoxListWithSelectable _list
public Handler(CheckBoxListWithSelectable list)
protected boolean clicksInCheckBox(java.awt.event.MouseEvent e)
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenerpublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenerpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenerpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenerpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenerpublic void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenerpublic void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenerpublic void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenerprotected void toggleSelections()
protected void toggleSelection(int index)
protected void toggleSelection()