borland Packages  Class Hierarchy  jbcl.view Package  Index 

DataToolTip component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----com.sun.java.swing.JComponent
                           +----com.sun.java.swing.JToolTip
                                   +----borland.jbcl.view.DataToolTip

About the DataToolTip component

Variables  Constructors  Properties  Methods  Event Listeners

Implements ItemPaintSite, Accessible, ImageObserver, MenuContainer, Serializable

This class is used internally by other classes in the JBCL. You should never use this class directly.


DataToolTip variables

Variables implemented in this class

Variables implemented in com.sun.java.swing.JComponent

Variables implemented in java.awt.Component

DataToolTip constructors

DataToolTip properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.sun.java.swing.JComponent

Properties implemented in com.sun.java.swing.JToolTip

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

DataToolTip methods

Methods implemented in this class

Methods implemented in com.sun.java.swing.JComponent

Methods implemented in com.sun.java.swing.JToolTip

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.lang.Object

DataToolTip event listeners


DataToolTip variables

active

  public transient boolean active
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

data

  public transient Object data
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

painter

  public transient ItemPainter painter
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

site

  public transient ItemPaintSite site
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

state

  public transient int state
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

DataToolTip constructors

DataToolTip()

  public DataToolTip()
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

DataToolTip(com.sun.java.swing.JComponent)

  public DataToolTip(com.sun.java.swing.JComponent c)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

DataToolTip properties

alignment

 public int getAlignment()
This property is used internally by other classes in the JBCL. You should never use this property directly.

background

 public Color getBackground()
This property is used internally by other classes in the JBCL. You should never use this property directly.

font

 public Font getFont()
This property is used internally by other classes in the JBCL. You should never use this property directly.

foreground

 public Color getForeground()
This property is used internally by other classes in the JBCL. You should never use this property directly.

itemMargins

 public Insets getItemMargins()
This property is used internally by other classes in the JBCL. You should never use this property directly.

preferredSize

 public Dimension getPreferredSize()
This property is used internally by other classes in the JBCL. You should never use this property directly.

siteComponent

 public Component getSiteComponent()
This property is used internally by other classes in the JBCL. You should never use this property directly.

transparent

 public boolean isTransparent()
This property is used internally by other classes in the JBCL. You should never use this property directly.

DataToolTip methods

paintComponent(java.awt.Graphics)

  public void paintComponent(java.awt.Graphics g)
This method is used internally by other classes in the JBCL. You should never use this method directly.

Overrides: com.sun.java.swing.JComponent.paintComponent(java.awt.Graphics)


DataToolTip event listeners

This component is a source for the following event sets. For information on the standard AWT event sets, see Standard Java events.

ancestor

 public void addAncestorListener(com.sun.java.swing.event.AncestorListener )
 public void removeAncestorListener(com.sun.java.swing.event.AncestorListener )

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener )
 public synchronized void removeComponentListener(java.awt.event.ComponentListener )

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener )
 public void removeContainerListener(java.awt.event.ContainerListener )

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener )
 public synchronized void removeFocusListener(java.awt.event.FocusListener )

key

 public synchronized void addKeyListener(java.awt.event.KeyListener )
 public synchronized void removeKeyListener(java.awt.event.KeyListener )

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener )
 public synchronized void removeMouseListener(java.awt.event.MouseListener )

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener )
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener )

propertyChange

 public synchronized void addPropertyChangeListener(java.beans.PropertyChangeListener )
 public synchronized void removePropertyChangeListener(java.beans.PropertyChangeListener )

vetoableChange

 public synchronized void addVetoableChangeListener(java.beans.VetoableChangeListener )
 public synchronized void removeVetoableChangeListener(java.beans.VetoableChangeListener )