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 booleanvoidvoidvoidvoidvoidvoidvoidvoidprotected voidprotected voidtoggleSelection(int index) protected void
-
Field Details
-
_list
-
-
Constructor Details
-
Handler
-
-
Method Details
-
clicksInCheckBox
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
keyPressed
- Specified by:
keyPressedin interfaceKeyListener
-
keyTyped
- Specified by:
keyTypedin interfaceKeyListener
-
keyReleased
- Specified by:
keyReleasedin interfaceKeyListener
-
toggleSelections
protected void toggleSelections() -
toggleSelection
protected void toggleSelection(int index) -
toggleSelection
protected void toggleSelection()
-