Uses of Interface
org.jdesktop.swingx.JXTipOfTheDay.ShowOnStartupChoice
Packages that use JXTipOfTheDay.ShowOnStartupChoice
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Provides pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Provides window laf specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of JXTipOfTheDay.ShowOnStartupChoice in org.jdesktop.swingx
Methods in org.jdesktop.swingx with parameters of type JXTipOfTheDay.ShowOnStartupChoiceModifier and TypeMethodDescriptionprotected JDialog
JXTipOfTheDay.createDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice) boolean
JXTipOfTheDay.showDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice) Pops up a "Tip of the day" dialog.boolean
JXTipOfTheDay.showDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice, boolean force) Pops up a "Tip of the day" dialog. -
Uses of JXTipOfTheDay.ShowOnStartupChoice in org.jdesktop.swingx.plaf
Methods in org.jdesktop.swingx.plaf with parameters of type JXTipOfTheDay.ShowOnStartupChoiceModifier and TypeMethodDescriptionabstract JDialog
TipOfTheDayUI.createDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice) Creates a new JDialog to display a JXTipOfTheDay panel. -
Uses of JXTipOfTheDay.ShowOnStartupChoice in org.jdesktop.swingx.plaf.basic
Methods in org.jdesktop.swingx.plaf.basic with parameters of type JXTipOfTheDay.ShowOnStartupChoiceModifier and TypeMethodDescriptionBasicTipOfTheDayUI.createDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice) protected JDialog
BasicTipOfTheDayUI.createDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice, boolean showPreviousButton) -
Uses of JXTipOfTheDay.ShowOnStartupChoice in org.jdesktop.swingx.plaf.windows
Methods in org.jdesktop.swingx.plaf.windows with parameters of type JXTipOfTheDay.ShowOnStartupChoiceModifier and TypeMethodDescriptionWindowsTipOfTheDayUI.createDialog
(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice)