Class TipOfTheDayUI

  • Direct Known Subclasses:
    BasicTipOfTheDayUI

    public abstract class TipOfTheDayUI
    extends javax.swing.plaf.PanelUI
    Pluggable UI for JXTipOfTheDay.
    • Constructor Summary

      Constructors 
      Constructor Description
      TipOfTheDayUI()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract javax.swing.JDialog createDialog​(java.awt.Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice)
      Creates a new JDialog to display a JXTipOfTheDay panel.
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TipOfTheDayUI

        public TipOfTheDayUI()
    • Method Detail

      • createDialog

        public abstract javax.swing.JDialog createDialog​(java.awt.Component parentComponent,
                                                         JXTipOfTheDay.ShowOnStartupChoice choice)
        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.
        Parameters:
        parentComponent -
        choice -
        Returns:
        a new JDialog to display a JXTipOfTheDay panel