@Deprecated
public class DESYToolTipManager
extends java.awt.event.MouseMotionAdapter
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
protected int |
_counter
Deprecated.
This is a counter for showing the tool tip on screen.
|
protected boolean |
_isMoved
Deprecated.
Is a boolean value which shows if the mouse has moved since the tool tip
is displayed on screen.
|
protected int |
_lastX
Deprecated.
Is the last x coordinate of the displayed tool tip.
|
protected int |
_lastY
Deprecated.
Is the last y coordinate of the displayed tool tip.
|
protected java.awt.Container |
_parent
Deprecated.
The parant container.
|
protected javax.swing.Timer |
_timer
Deprecated.
This is a timer.
|
protected javax.swing.JToolTip |
_toolTip
Deprecated.
This is the tool tip object.
|
Constructor and Description |
---|
DESYToolTipManager(java.awt.Container parent_)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Deprecated.
|
javax.swing.JToolTip |
getToolTip()
Deprecated.
|
void |
mouseMoved(java.awt.event.MouseEvent e)
Deprecated.
|
protected javax.swing.Timer _timer
protected int _lastX
protected int _lastY
protected boolean _isMoved
protected int _counter
protected javax.swing.JToolTip _toolTip
protected java.awt.Container _parent
@Deprecated public DESYToolTipManager(java.awt.Container parent_)
parent_
- This is the parent container.public void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
mouseMoved
in class java.awt.event.MouseMotionAdapter
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
@Deprecated public javax.swing.JToolTip getToolTip()
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft