Package com.jidesoft.swing
Class CheckBoxList.Handler
java.lang.Object
com.jidesoft.swing.CheckBoxList.Handler
- All Implemented Interfaces:
KeyListener,MouseListener,MouseMotionListener,PropertyChangeListener,EventListener,ListDataListener,ListSelectionListener
- Enclosing class:
CheckBoxList
protected static class CheckBoxList.Handler
extends Object
implements MouseListener, MouseMotionListener, KeyListener, ListSelectionListener, PropertyChangeListener, ListDataListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected voidprotected voidtoggleSelection(int index) protected voidvoid
-
Field Details
-
_list
-
-
Constructor Details
-
Handler
-
-
Method Details
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
clicksInCheckBox
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
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() -
valueChanged
- Specified by:
valueChangedin interfaceListSelectionListener
-
toggleSelection
protected void toggleSelection(int index) -
toggleSelection
protected void toggleSelection() -
intervalAdded
- Specified by:
intervalAddedin interfaceListDataListener
-
intervalRemoved
- Specified by:
intervalRemovedin interfaceListDataListener
-
contentsChanged
- Specified by:
contentsChangedin interfaceListDataListener
-