Uses of Interface
org.jdesktop.swingx.tips.TipOfTheDayModel
-
Packages that use TipOfTheDayModel 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.tips Provides classes and interfaces for dealing withorg.jdesktop.swingx.JXTipOfTheDay.
-
-
Uses of TipOfTheDayModel in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return TipOfTheDayModel Modifier and Type Method Description TipOfTheDayModel
JXTipOfTheDay. getModel()
Methods in org.jdesktop.swingx with parameters of type TipOfTheDayModel Modifier and Type Method Description void
JXTipOfTheDay. setModel(TipOfTheDayModel model)
Constructors in org.jdesktop.swingx with parameters of type TipOfTheDayModel Constructor Description JXTipOfTheDay(TipOfTheDayModel model)
Constructs a newJXTipOfTheDay
showing tips from the given TipOfTheDayModel. -
Uses of TipOfTheDayModel in org.jdesktop.swingx.tips
Classes in org.jdesktop.swingx.tips that implement TipOfTheDayModel Modifier and Type Class Description class
DefaultTipOfTheDayModel
DefaultTipOfTheDayModel
implementation.Methods in org.jdesktop.swingx.tips that return TipOfTheDayModel Modifier and Type Method Description static TipOfTheDayModel
TipLoader. load(Properties props)
Initializes a TipOfTheDayModel from properties.
-