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 GhostingListenerModel change listener for ghost image effects.private PropertyChangeListenerProperty change listener.Fields inherited from class RadianceThemingWidget
jcomp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstalls default settings for the associated component.voidInstalls listeners for the associated component.voidUninstalls listeners for the associated component.Methods inherited from class 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_PROPERTYproperty.
-
-
Constructor Details
-
GhostAnimationWidget
public GhostAnimationWidget()
-
-
Method Details
-
installDefaults
public void installDefaults()Description copied from class:RadianceThemingWidgetInstalls default settings for the associated component.- Overrides:
installDefaultsin classRadianceThemingWidget<AbstractButton>
-
installListeners
public void installListeners()Description copied from class:RadianceThemingWidgetInstalls listeners for the associated component.- Overrides:
installListenersin classRadianceThemingWidget<AbstractButton>
-
uninstallListeners
public void uninstallListeners()Description copied from class:RadianceThemingWidgetUninstalls listeners for the associated component.- Overrides:
uninstallListenersin classRadianceThemingWidget<AbstractButton>
-