org.objectweb.cjdbc.console.gui.jtools
Class MultiLineToolTipUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.ToolTipUI
          extended byjavax.swing.plaf.basic.BasicToolTipUI
              extended byorg.objectweb.cjdbc.console.gui.jtools.MultiLineToolTipUI

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


Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicToolTipUI
 
Field Summary
protected  javax.swing.CellRendererPane rendererPane
           
(package private) static MultiLineToolTipUI sharedInstance
           
(package private)  java.awt.Font smallFont
           
private static javax.swing.JTextArea textArea
           
(package private) static javax.swing.JToolTip tip
           
 
Fields inherited from class javax.swing.plaf.basic.BasicToolTipUI
 
Constructor Summary
MultiLineToolTipUI()
          Create a new MultiLineToolTipUI
 
Method Summary
static javax.swing.plaf.ComponentUI createUI()
          Returns the shared ComponentUI instance
 java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
           
 java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
 void installUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI
createUI, installDefaults, installListeners, uninstallDefaults, uninstallListeners
 
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
 

Field Detail

sharedInstance

static MultiLineToolTipUI sharedInstance

smallFont

java.awt.Font smallFont

tip

static javax.swing.JToolTip tip

rendererPane

protected javax.swing.CellRendererPane rendererPane

textArea

private static javax.swing.JTextArea textArea
Constructor Detail

MultiLineToolTipUI

public MultiLineToolTipUI()
Create a new MultiLineToolTipUI

Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI()
Returns the shared ComponentUI instance


installUI

public void installUI(javax.swing.JComponent c)
See Also:
ComponentUI.installUI(javax.swing.JComponent)

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
See Also:
ComponentUI.uninstallUI(javax.swing.JComponent)

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
See Also:
ComponentUI.paint(java.awt.Graphics, javax.swing.JComponent)

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
See Also:
ComponentUI.getPreferredSize(javax.swing.JComponent)

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
See Also:
ComponentUI.getMinimumSize(javax.swing.JComponent)

getMaximumSize

public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
See Also:
ComponentUI.getMaximumSize(javax.swing.JComponent)


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.