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 TipOfTheDayModelJXTipOfTheDay. getModel()Methods in org.jdesktop.swingx with parameters of type TipOfTheDayModel Modifier and Type Method Description voidJXTipOfTheDay. setModel(TipOfTheDayModel model)Constructors in org.jdesktop.swingx with parameters of type TipOfTheDayModel Constructor Description JXTipOfTheDay(TipOfTheDayModel model)Constructs a newJXTipOfTheDayshowing 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 classDefaultTipOfTheDayModelDefaultTipOfTheDayModelimplementation.Methods in org.jdesktop.swingx.tips that return TipOfTheDayModel Modifier and Type Method Description static TipOfTheDayModelTipLoader. load(java.util.Properties props)Initializes a TipOfTheDayModel from properties.
-