|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TipOfTheDayUI
org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI
public class WindowsTipOfTheDayUI
Windows implementation of the TipOfTheDayUI.
Nested Class Summary | |
---|---|
static class |
WindowsTipOfTheDayUI.TipAreaBorder
|
Field Summary |
---|
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI |
---|
changeListener, currentTipComponent, tipArea, tipFont, tipPane |
Constructor Summary | |
---|---|
WindowsTipOfTheDayUI(JXTipOfTheDay tipPane)
|
Method Summary | |
---|---|
javax.swing.JDialog |
createDialog(java.awt.Component parentComponent,
JXTipOfTheDay.ShowOnStartupChoice choice)
Creates a new JDialog to display a JXTipOfTheDay panel. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected void |
installComponents()
|
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI |
---|
createChangeListener, createDialog, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, showCurrentTip, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowsTipOfTheDayUI(JXTipOfTheDay tipPane)
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public javax.swing.JDialog createDialog(java.awt.Component parentComponent, JXTipOfTheDay.ShowOnStartupChoice choice)
TipOfTheDayUI
choice
is not null then the window will offer a way for the
end-user to not show the tip of the day dialog.
createDialog
in class BasicTipOfTheDayUI
protected void installComponents()
installComponents
in class BasicTipOfTheDayUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |