Package org.jdesktop.swingx.plaf.windows
Class WindowsTipOfTheDayUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TipOfTheDayUI
org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI
Windows implementation of the TipOfTheDayUI.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
changeListener, currentTipComponent, tipArea, tipFont, tipPane
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice) Creates a new JDialog to display a JXTipOfTheDay panel.static ComponentUI
protected void
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
createChangeListener, 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
-
Constructor Details
-
WindowsTipOfTheDayUI
-
-
Method Details
-
createUI
-
createDialog
Description copied from class:TipOfTheDayUI
Creates a new JDialog to display a JXTipOfTheDay panel. Ifchoice
is not null then the window will offer a way for the end-user to not show the tip of the day dialog.- Overrides:
createDialog
in classBasicTipOfTheDayUI
- Parameters:
parentComponent
-choice
-- Returns:
- a new JDialog to display a JXTipOfTheDay panel
-
installComponents
protected void installComponents()- Overrides:
installComponents
in classBasicTipOfTheDayUI
-