| 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 with
org.jdesktop.swingx.JXTipOfTheDay. |
| Modifier and Type | Method and Description |
|---|---|
TipOfTheDayModel |
JXTipOfTheDay.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JXTipOfTheDay.setModel(TipOfTheDayModel model) |
| Constructor and Description |
|---|
JXTipOfTheDay(TipOfTheDayModel model)
Constructs a new
JXTipOfTheDay showing tips from the given
TipOfTheDayModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTipOfTheDayModel
Default
TipOfTheDayModel implementation. |
| Modifier and Type | Method and Description |
|---|---|
static TipOfTheDayModel |
TipLoader.load(Properties props)
Initializes a TipOfTheDayModel from properties.
|
Copyright © 2019. All rights reserved.