com.jtattoo.plaf
Class BaseToolTipUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ToolTipUI
          extended by javax.swing.plaf.basic.BasicToolTipUI
              extended by javax.swing.plaf.metal.MetalToolTipUI
                  extended by com.jtattoo.plaf.BaseToolTipUI

public class BaseToolTipUI
extends MetalToolTipUI

Author:
Michael Hagen

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

Constructor Detail

BaseToolTipUI

public BaseToolTipUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)


Copyright © 2011. All Rights Reserved.