com.l2fprod.common.swing.plaf.windows
Class WindowsTipOfTheDayUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.l2fprod.common.swing.plaf.TipOfTheDayUI
          extended by com.l2fprod.common.swing.plaf.basic.BasicTipOfTheDayUI
              extended by com.l2fprod.common.swing.plaf.windows.WindowsTipOfTheDayUI

public class WindowsTipOfTheDayUI
extends BasicTipOfTheDayUI


Nested Class Summary
static class WindowsTipOfTheDayUI.TipAreaBorder
           
 
Field Summary
 
Fields inherited from class com.l2fprod.common.swing.plaf.basic.BasicTipOfTheDayUI
changeListener, currentTipComponent, tipArea, tipFont, tipPane
 
Constructor Summary
WindowsTipOfTheDayUI(JTipOfTheDay tipPane)
           
 
Method Summary
 javax.swing.JDialog createDialog(java.awt.Component parentComponent, JTipOfTheDay.ShowOnStartupChoice choice)
          Creates a new JDialog suitable to display a TipOfTheDay panel.
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  void installComponents()
           
 
Methods inherited from class com.l2fprod.common.swing.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

WindowsTipOfTheDayUI

public WindowsTipOfTheDayUI(JTipOfTheDay tipPane)
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

createDialog

public javax.swing.JDialog createDialog(java.awt.Component parentComponent,
                                        JTipOfTheDay.ShowOnStartupChoice choice)
Description copied from class: TipOfTheDayUI
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.

Overrides:
createDialog in class BasicTipOfTheDayUI

installComponents

protected void installComponents()
Overrides:
installComponents in class BasicTipOfTheDayUI