protected static class CheckBoxList.Handler extends Object implements MouseListener, MouseMotionListener, KeyListener, ListSelectionListener, PropertyChangeListener, ListDataListener
| Modifier and Type | Field and Description |
|---|---|
protected CheckBoxList |
_list |
| Constructor and Description |
|---|
CheckBoxList.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 |
mouseDragged(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent e) |
void |
mouseMoved(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 CheckBoxList.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 mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerpublic 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 ListDataListenerCopyright © 2017. All rights reserved.