IlpToolTipManager
and the CSS
properties toolTipText
or toolTipRenderer
instead.@Deprecated public class IltToolTipManager extends Object implements MouseMotionListener, MouseListener, ComponentListener
AddToolTipSupport
is called.IltCompositeInteractions
,
IltToolTipFactory
Modifier and Type | Field and Description |
---|---|
protected IltCompositeGraphic |
_composite
Deprecated.
The composite object, and graphic element name at the _point.
|
protected Container |
_container
Deprecated.
The view this manager is attached to.
|
protected ilog.tgo.graphic.IltToolTipManager.Dummy |
_dummy
Deprecated.
This is a dummy Component to be able to get in the AWT thread
through the repaint method.
|
protected boolean |
_registered
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addListener(Container component)
Deprecated.
Register a ComponentListener if the Container is AWT, or
an AncestorListener is it is a Swing Container.
|
static IltToolTipManager |
AddToolTipSupport(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
Deprecated.
Adds tooltip support to a container using the
IltContainerToolTipSupport
interface. |
static IltToolTipManager |
AddToolTipSupport(IlvManagerView container)
Deprecated.
Adds tooltip support to a
IlvManagerView . |
void |
componentHidden(ComponentEvent event)
Deprecated.
|
void |
componentMoved(ComponentEvent event)
Deprecated.
|
void |
componentResized(ComponentEvent event)
Deprecated.
|
void |
componentShown(ComponentEvent event)
Deprecated.
|
void |
dispose()
Deprecated.
This method is called when the tooltip support is removed
from a container.
|
int |
getDismissDelay()
Deprecated.
Returns the delay before a tooltip disappears.
|
int |
getInitialDelay()
Deprecated.
Returns the initial delay before a tooltip appears.
|
static IltToolTipManager |
GetToolTipManager(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
Deprecated.
Returns the IltToolTipManager associated with a view,
or
null if tooltip support for the view has not been
added. |
static IltToolTipManager |
GetToolTipManager(IlvManagerView view)
Deprecated.
Returns the IltToolTipManager associated with a view,
or
null if tooltip support for the view has not been
added. |
static boolean |
HasToolTipSupport(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
Deprecated.
Returns true if the Container has tooltip support.
|
static boolean |
HasToolTipSupport(IlvManagerView view)
Deprecated.
Returns true if the Container has tooltip support.
|
protected void |
hideTipWindow()
Deprecated.
Hides the Tooltip.
|
protected static IltToolTipManager |
InternalAddToolTipSupport(Container view,
ilog.tgo.graphic.internal.IltObjectLocator factory)
Deprecated.
Adds the tooltip support to a Java container.
|
protected static IltToolTipManager |
InternalGetToolTipManager(Container view)
Deprecated.
Returns the tooltip manager responsible for handling tooltip support to
the given view.
|
protected static boolean |
InternalHasToolTipSupport(Container view)
Deprecated.
Returns true if the Container has tooltip support.
|
protected static void |
InternalRemoveToolTipSupport(Container view)
Deprecated.
Removes the tooltip support from a container.
|
boolean |
isDismissOnMove()
Deprecated.
Returns true if moving the mouse makes a tooltip disappear.
|
boolean |
isEnabled()
Deprecated.
Returns true if this IltToolTipManager is enabled.
|
boolean |
isRegistered()
Deprecated.
|
void |
mouseClicked(MouseEvent event)
Deprecated.
|
void |
mouseDown(MouseEvent event)
Deprecated.
|
void |
mouseDragged(MouseEvent event)
Deprecated.
|
void |
mouseEntered(MouseEvent event)
Deprecated.
|
void |
mouseExited(MouseEvent event)
Deprecated.
|
void |
mouseMoved(MouseEvent event)
Deprecated.
Find if the mouse pointer entered a composite object; if so, start the
enterTimer.
|
void |
mousePressed(MouseEvent event)
Deprecated.
|
void |
mouseReleased(MouseEvent event)
Deprecated.
|
void |
registerParent()
Deprecated.
This method register the dummy Component to receive repaint
event.
|
static void |
RemoveToolTipSupport(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
Deprecated.
Removes tooltip support from an
IltContainerToolTipSupport . |
static void |
RemoveToolTipSupport(IlvManagerView view)
Deprecated.
Removes tooltip support from an
IlvManagerView . |
void |
setDismissDelay(int milliSeconds)
Deprecated.
Sets the delay before a tooltip disappears.
|
void |
setDismissOnMove(boolean dismissOnMove)
Deprecated.
Sets the boolean value that determines whether moving the mouse makes
a tooltip disappear.
|
void |
setEnabled(boolean flag)
Deprecated.
Allows or disallows this IltToolTipManager to create tooltips.
|
void |
setInitialDelay(int milliSeconds)
Deprecated.
Sets the initial delay before a tooltip appears.
|
protected void |
setRegistered(boolean value)
Deprecated.
|
protected void |
showTipWindow()
Deprecated.
Shows the Tooltip.
|
void |
unregisterParent()
Deprecated.
Removes the dummy component from the parent view.
|
protected Container _container
protected IltCompositeGraphic _composite
protected ilog.tgo.graphic.IltToolTipManager.Dummy _dummy
protected boolean _registered
public static IltToolTipManager AddToolTipSupport(IlvManagerView container)
IlvManagerView
.
Note: If the container's parent component is a Swing component, it must already have been added to its root pane before tooltip support can be enabled.
public static IltToolTipManager AddToolTipSupport(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
IltContainerToolTipSupport
interface.
Note: If the container's parent component is a Swing component, it must already have been added to its root pane before tooltip support can be enabled.
IltContainerToolTipSupport
public static void RemoveToolTipSupport(IlvManagerView view)
IlvManagerView
.public static void RemoveToolTipSupport(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
IltContainerToolTipSupport
.public static boolean HasToolTipSupport(IlvManagerView view)
public static boolean HasToolTipSupport(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
public static IltToolTipManager GetToolTipManager(IlvManagerView view)
null
if tooltip support for the view has not been
added.public static IltToolTipManager GetToolTipManager(ilog.tgo.graphic.internal.IltContainerToolTipSupport support)
null
if tooltip support for the view has not been
added.protected static IltToolTipManager InternalAddToolTipSupport(Container view, ilog.tgo.graphic.internal.IltObjectLocator factory)
protected static void InternalRemoveToolTipSupport(Container view)
protected static boolean InternalHasToolTipSupport(Container view)
protected static IltToolTipManager InternalGetToolTipManager(Container view)
public boolean isRegistered()
protected void setRegistered(boolean value)
public void registerParent()
public void unregisterParent()
protected void addListener(Container component)
public void dispose()
public void setEnabled(boolean flag)
public boolean isEnabled()
public void setInitialDelay(int milliSeconds)
public int getInitialDelay()
public void setDismissDelay(int milliSeconds)
public int getDismissDelay()
public boolean isDismissOnMove()
public void setDismissOnMove(boolean dismissOnMove)
protected void showTipWindow()
protected void hideTipWindow()
public void componentResized(ComponentEvent event)
componentResized
in interface ComponentListener
public void componentMoved(ComponentEvent event)
componentMoved
in interface ComponentListener
public void componentShown(ComponentEvent event)
componentShown
in interface ComponentListener
public void componentHidden(ComponentEvent event)
componentHidden
in interface ComponentListener
public void mouseDown(MouseEvent event)
public void mouseClicked(MouseEvent event)
mouseClicked
in interface MouseListener
public void mouseReleased(MouseEvent event)
mouseReleased
in interface MouseListener
public void mouseExited(MouseEvent event)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent event)
mousePressed
in interface MouseListener
public void mouseEntered(MouseEvent event)
mouseEntered
in interface MouseListener
public void mouseDragged(MouseEvent event)
mouseDragged
in interface MouseMotionListener
public void mouseMoved(MouseEvent event)
mouseMoved
in interface MouseMotionListener
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.