javax.swing.plaf
Class ToolTipUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ToolTipUI
Direct Known Subclasses:
BasicToolTipUI, MultiToolTipUI

public abstract class ToolTipUI
extends ComponentUI

Disabled: no SafeJ information.

Pluggable look and feel interface for JToolTip.


Constructor Summary
ToolTipUI()
           
 
Method Summary
 
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

ToolTipUI

public ToolTipUI()
Class is disabled.