Class GhostAnimationWidget
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<AbstractButton>
org.pushingpixels.radiance.theming.internal.widget.animation.effects.GhostAnimationWidget
Widget that tracks changes to the button for ghost effects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GhostingListener
Model change listener for ghost image effects.private PropertyChangeListener
Property change listener.Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Installs default settings for the associated component.void
Installs listeners for the associated component.void
Uninstalls listeners for the associated component.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installUI, setComponent, uninstallComponents, uninstallDefaults, uninstallUI
-
Field Details
-
ghostModelChangeListener
Model change listener for ghost image effects. -
ghostPropertyListener
Property change listener. Listens on changes to theAbstractButton.MODEL_CHANGED_PROPERTY
property.
-
-
Constructor Details
-
GhostAnimationWidget
public GhostAnimationWidget()
-
-
Method Details
-
installDefaults
public void installDefaults()Description copied from class:RadianceThemingWidget
Installs default settings for the associated component.- Overrides:
installDefaults
in classRadianceThemingWidget<AbstractButton>
-
installListeners
public void installListeners()Description copied from class:RadianceThemingWidget
Installs listeners for the associated component.- Overrides:
installListeners
in classRadianceThemingWidget<AbstractButton>
-
uninstallListeners
public void uninstallListeners()Description copied from class:RadianceThemingWidget
Uninstalls listeners for the associated component.- Overrides:
uninstallListeners
in classRadianceThemingWidget<AbstractButton>
-