Class GhostingListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.animation.effects.GhostingListener
Listener for the "ghosting image" effects on buttons.
- Author:
- Kirill Grouchnikov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGhostingListener(JComponent comp, ButtonModel buttonModel) Creates a new listener on model changes that can cause ghost animation transitions. -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<JComponent, Timeline> static Map<JComponent, Timeline> voidRegisters listeners on the relevant model changes.voidUnregisters all listeners on model changes.
-
Constructor Details
-
GhostingListener
Creates a new listener on model changes that can cause ghost animation transitions.- Parameters:
comp- Component.buttonModel- Model for the component.
-
-
Method Details
-
registerListeners
public void registerListeners()Registers listeners on the relevant model changes. -
unregisterListeners
public void unregisterListeners()Unregisters all listeners on model changes. -
getRunningGhostRolloverTimelines
-
getRunningGhostPressTimelines
-
getGhostComponentPressedTimeline
-
getGhostIconRolloverTimeline
-