com.metamatrix.toolbox.ui.widget.laf
Class MultiLineToolTipUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ToolTipUI
          extended by javax.swing.plaf.basic.BasicToolTipUI
              extended by com.metamatrix.toolbox.ui.widget.laf.MultiLineToolTipUI

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

Since:
3.1
Version:
1.0
Author:
Dan Florian

Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent theComponent)
           
 java.awt.Dimension getMaximumSize(javax.swing.JComponent theComponent)
           
 java.awt.Dimension getMinimumSize(javax.swing.JComponent theComponent)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent theComponent)
           
 void installUI(javax.swing.JComponent theComponent)
           
 void paint(java.awt.Graphics theGraphics, javax.swing.JComponent theComponent)
           
 void uninstallUI(javax.swing.JComponent theComponent)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI
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
 

Method Detail

createUI

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

getMaximumSize

public java.awt.Dimension getMaximumSize(javax.swing.JComponent theComponent)
Overrides:
getMaximumSize in class javax.swing.plaf.basic.BasicToolTipUI

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent theComponent)
Overrides:
getMinimumSize in class javax.swing.plaf.basic.BasicToolTipUI

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent theComponent)
Overrides:
getPreferredSize in class javax.swing.plaf.basic.BasicToolTipUI

installUI

public void installUI(javax.swing.JComponent theComponent)
Overrides:
installUI in class javax.swing.plaf.basic.BasicToolTipUI

paint

public void paint(java.awt.Graphics theGraphics,
                  javax.swing.JComponent theComponent)
Overrides:
paint in class javax.swing.plaf.basic.BasicToolTipUI

uninstallUI

public void uninstallUI(javax.swing.JComponent theComponent)
Overrides:
uninstallUI in class javax.swing.plaf.basic.BasicToolTipUI


Copyright © 2009. All Rights Reserved.