Class BasicTipOfTheDayUI

    • Field Detail

      • tipArea

        protected javax.swing.JPanel tipArea
      • currentTipComponent

        protected java.awt.Component currentTipComponent
      • tipFont

        protected java.awt.Font tipFont
      • changeListener

        protected java.beans.PropertyChangeListener changeListener
    • Constructor Detail

      • BasicTipOfTheDayUI

        public BasicTipOfTheDayUI​(JXTipOfTheDay tipPane)
    • Method Detail

      • createUI

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

        public javax.swing.JDialog createDialog​(java.awt.Component parentComponent,
                                                JXTipOfTheDay.ShowOnStartupChoice choice)
        Description copied from class: TipOfTheDayUI
        Creates a new JDialog to display a JXTipOfTheDay panel. If choice is not null then the window will offer a way for the end-user to not show the tip of the day dialog.
        Specified by:
        createDialog in class TipOfTheDayUI
        Returns:
        a new JDialog to display a JXTipOfTheDay panel
      • createDialog

        protected javax.swing.JDialog createDialog​(java.awt.Component parentComponent,
                                                   JXTipOfTheDay.ShowOnStartupChoice choice,
                                                   boolean showPreviousButton)
      • installUI

        public void installUI​(javax.swing.JComponent c)
        Overrides:
        installUI in class javax.swing.plaf.ComponentUI
      • installKeyboardActions

        protected void installKeyboardActions()
      • getActionMap

        javax.swing.ActionMap getActionMap()
      • installListeners

        protected void installListeners()
      • createChangeListener

        protected java.beans.PropertyChangeListener createChangeListener()
      • installDefaults

        protected void installDefaults()
      • installComponents

        protected void installComponents()
      • getPreferredSize

        public java.awt.Dimension getPreferredSize​(javax.swing.JComponent c)
        Overrides:
        getPreferredSize in class javax.swing.plaf.ComponentUI
      • showCurrentTip

        protected void showCurrentTip()
      • uninstallUI

        public void uninstallUI​(javax.swing.JComponent c)
        Overrides:
        uninstallUI in class javax.swing.plaf.ComponentUI
      • uninstallListeners

        protected void uninstallListeners()
      • uninstallComponents

        protected void uninstallComponents()
      • uninstallDefaults

        protected void uninstallDefaults()