Uses of Interface
org.jdesktop.swingx.JXTipOfTheDay.ShowOnStartupChoice
-
Packages that use JXTipOfTheDay.ShowOnStartupChoice Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.org.jdesktop.swingx.plaf Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.basic Provides basic implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.windows 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.ShowOnStartupChoice Modifier and Type Method Description protected 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.ShowOnStartupChoice Modifier and Type Method Description abstract 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.ShowOnStartupChoice Modifier and Type Method Description JDialog
BasicTipOfTheDayUI. 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.ShowOnStartupChoice Modifier and Type Method Description JDialog
WindowsTipOfTheDayUI. createDialog(Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice)
-