protected static class CheckBoxList.Handler extends Object implements MouseListener, KeyListener, ListSelectionListener, PropertyChangeListener, ListDataListener
| Modifier and Type | Field and Description |
|---|---|
protected CheckBoxList |
_list |
| Constructor and Description |
|---|
Handler(CheckBoxList list) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected CheckBoxList _list
public Handler(CheckBoxList list)
public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerprotected boolean clicksInCheckBox(MouseEvent e)
public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerprotected void toggleSelections()
public void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenerprotected void toggleSelection(int index)
protected void toggleSelection()
public void intervalAdded(ListDataEvent e)
intervalAdded in interface ListDataListenerpublic void intervalRemoved(ListDataEvent e)
intervalRemoved in interface ListDataListenerpublic void contentsChanged(ListDataEvent e)
contentsChanged in interface ListDataListener