swing.addon.plaf.themelf
Class ThemeLF_ToolTipUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.ToolTipUI
              |
              +--javax.swing.plaf.basic.BasicToolTipUI
                    |
                    +--swing.addon.plaf.themelf.ThemeLF_ToolTipUI

public class ThemeLF_ToolTipUI
extends javax.swing.plaf.basic.BasicToolTipUI


Constructor Summary
ThemeLF_ToolTipUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI
getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installListeners, installUI, paint, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLF_ToolTipUI

public ThemeLF_ToolTipUI()
Method Detail

createUI

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