Class RolloverTriStateListener
java.lang.Object
org.pushingpixels.radiance.component.internal.theming.common.tristate.BasicTriStateListener
org.pushingpixels.radiance.component.internal.theming.common.tristate.RolloverTriStateListener
- All Implemented Interfaces:
FocusListener, MouseListener, MouseMotionListener, EventListener, ChangeListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanIf the mouse pointer is currently inside the associated button area,thisflag istrue.private StateTransitionTrackerFields inherited from class BasicTriStateListener
button -
Constructor Summary
ConstructorsConstructorDescriptionRolloverTriStateListener(JTriStateCheckBox b, StateTransitionTracker stateTransitionTracker) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class BasicTriStateListener
installKeyboardActions, stateChanged, uninstallKeyboardActions
-
Field Details
-
isMouseInside
private boolean isMouseInsideIf the mouse pointer is currently inside the associated button area,thisflag istrue. -
stateTransitionTracker
-
-
Constructor Details
-
RolloverTriStateListener
Simple constructor.- Parameters:
b- The associated button.
-
-
Method Details
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener- Overrides:
mouseEnteredin classBasicTriStateListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener- Overrides:
mouseExitedin classBasicTriStateListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener- Overrides:
mouseReleasedin classBasicTriStateListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener- Overrides:
mouseMovedin classBasicTriStateListener
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener- Overrides:
focusGainedin classBasicTriStateListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener- Overrides:
focusLostin classBasicTriStateListener
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener- Overrides:
mouseClickedin classBasicTriStateListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classBasicTriStateListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classBasicTriStateListener
-