Class SubstanceTipOfTheDayUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TipOfTheDayUI
org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
org.pushingpixels.substance.swingx.SubstanceTipOfTheDayUI
public class SubstanceTipOfTheDayUI
extends org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
Substance-consistent UI delegate for
JXTipOfTheDay
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.pushingpixels.substance.internal.animation.IconGlowTracker
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
changeListener, currentTipComponent, tipArea, tipFont, tipPane
-
Constructor Summary
ConstructorsConstructorDescriptionSubstanceTipOfTheDayUI
(org.jdesktop.swingx.JXTipOfTheDay tip) Creates a new UI delegate. -
Method Summary
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
createChangeListener, createDialog, createDialog, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, showCurrentTip, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
-
Field Details
-
iconGlowTracker
protected org.pushingpixels.substance.internal.animation.IconGlowTracker iconGlowTracker
-
-
Constructor Details
-
SubstanceTipOfTheDayUI
public SubstanceTipOfTheDayUI(org.jdesktop.swingx.JXTipOfTheDay tip) Creates a new UI delegate.- Parameters:
tip
- Tip component.
-
-
Method Details
-
createUI
-
installComponents
protected void installComponents()- Overrides:
installComponents
in classorg.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
-