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 |
---|
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 |
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 CheckBoxList.Handler(CheckBoxList list)
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
protected boolean clicksInCheckBox(MouseEvent e)
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
protected void toggleSelections()
public void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
protected void toggleSelection(int index)
protected void toggleSelection()
public void intervalAdded(ListDataEvent e)
intervalAdded
in interface ListDataListener
public void intervalRemoved(ListDataEvent e)
intervalRemoved
in interface ListDataListener
public void contentsChanged(ListDataEvent e)
contentsChanged
in interface ListDataListener