com.l2fprod.common.swing.plaf
Class TipOfTheDayUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.l2fprod.common.swing.plaf.TipOfTheDayUI
Direct Known Subclasses:
BasicTipOfTheDayUI

public abstract class TipOfTheDayUI
extends javax.swing.plaf.ComponentUI

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

TipOfTheDayUI

public TipOfTheDayUI()
Method Detail

createDialog

public abstract javax.swing.JDialog createDialog(java.awt.Component parentComponent,
                                                 JTipOfTheDay.ShowOnStartupChoice choice)
Creates a new JDialog suitable to display a TipOfTheDay panel. If choice is not null then the window will offer a way for the end-user to not show the tip of the day dialog.

Parameters:
parentComponent -
choice -