|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
com.l2fprod.common.swing.plaf.TipOfTheDayUI
public abstract class TipOfTheDayUI
Pluggable UI for JTipOfTheDay
.
Constructor Summary | |
---|---|
TipOfTheDayUI()
|
Method Summary | |
---|---|
abstract javax.swing.JDialog |
createDialog(java.awt.Component parentComponent,
JTipOfTheDay.ShowOnStartupChoice choice)
Creates a new JDialog suitable to display a TipOfTheDay panel. |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TipOfTheDayUI()
Method Detail |
---|
public abstract javax.swing.JDialog createDialog(java.awt.Component parentComponent, JTipOfTheDay.ShowOnStartupChoice choice)
choice
is not null then the window will offer a way for the
end-user to not show the tip of the day dialog.
parentComponent
- choice
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |