Package 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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
void
void
void
void
void
void
void
void
protected void
protected void
toggleSelection
(int index) protected void
-
Field Details
-
_list
-
-
Constructor Details
-
Handler
-
-
Method Details
-
clicksInCheckBox
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
-
keyTyped
- Specified by:
keyTyped
in interfaceKeyListener
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
-
toggleSelections
protected void toggleSelections() -
toggleSelection
protected void toggleSelection(int index) -
toggleSelection
protected void toggleSelection()
-