org.pushingpixels.substance.swingx
Class SubstanceTipOfTheDayUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.TipOfTheDayUI
              extended by org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
                  extended by org.pushingpixels.substance.swingx.SubstanceTipOfTheDayUI

public class SubstanceTipOfTheDayUI
extends org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI

Substance-consistent UI delegate for JXTipOfTheDay.


Field Summary
protected  org.pushingpixels.substance.internal.animation.IconGlowTracker iconGlowTracker
           
 
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
changeListener, currentTipComponent, tipArea, tipFont, tipPane
 
Constructor Summary
SubstanceTipOfTheDayUI(org.jdesktop.swingx.JXTipOfTheDay tip)
          Creates a new UI delegate.
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
           
protected  void installComponents()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconGlowTracker

protected org.pushingpixels.substance.internal.animation.IconGlowTracker iconGlowTracker
Constructor Detail

SubstanceTipOfTheDayUI

public SubstanceTipOfTheDayUI(org.jdesktop.swingx.JXTipOfTheDay tip)
Creates a new UI delegate.

Parameters:
tip - Tip component.
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)

installComponents

protected void installComponents()
Overrides:
installComponents in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI