Class FlatTipOfTheDayUI


  • public class FlatTipOfTheDayUI
    extends org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
    Provides the Flat LaF UI delegate for JXTipOfTheDay.
    Since:
    3.6
    • Field Summary

      • Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI

        changeListener, currentTipComponent, tipArea, tipFont, tipPane
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatTipOfTheDayUI​(org.jdesktop.swingx.JXTipOfTheDay tipPane)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.beans.PropertyChangeListener createChangeListener()  
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      java.awt.Dimension getPreferredSize​(javax.swing.JComponent c)  
      protected void installComponents()  
      protected void showCurrentTip()  
      protected void uninstallComponents()  
      • Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI

        createDialog, createDialog, installDefaults, installKeyboardActions, installListeners, installUI, 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
    • Constructor Detail

      • FlatTipOfTheDayUI

        public FlatTipOfTheDayUI​(org.jdesktop.swingx.JXTipOfTheDay tipPane)
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      • installComponents

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

        protected void uninstallComponents()
        Overrides:
        uninstallComponents in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
      • createChangeListener

        protected java.beans.PropertyChangeListener createChangeListener()
        Overrides:
        createChangeListener in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
      • getPreferredSize

        public java.awt.Dimension getPreferredSize​(javax.swing.JComponent c)
        Overrides:
        getPreferredSize in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
      • showCurrentTip

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