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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract JDialog |
TipOfTheDayUI.createDialog(Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice) |
Creates a new JDialog to display a JXTipOfTheDay panel.
|
Modifier and Type | Method | Description |
---|---|---|
JDialog |
BasicTipOfTheDayUI.createDialog(Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice) |
|
protected JDialog |
BasicTipOfTheDayUI.createDialog(Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice,
boolean showPreviousButton) |
Modifier and Type | Method | Description |
---|---|---|
JDialog |
WindowsTipOfTheDayUI.createDialog(Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice) |
Copyright © 2018. All rights reserved.