EventListenerprotected class JSVGCanvas.ToolTipModifier extends java.lang.Object implements EventListener
JComponent we trigger an artificial
MouseEvent when the toolTip is set to a non-null value, so as
to make sure it will show after the ToolTipManager's default
delay.| Modifier and Type | Field | Description |
|---|---|---|
protected JSVGCanvas.CanvasUserAgent |
canvasUserAgent |
The CanvasUserAgent used to track the last tool tip event.
|
| Constructor | Description |
|---|---|
ToolTipModifier() |
Creates a new ToolTipModifier object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleEvent(Event evt) |
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
protected JSVGCanvas.CanvasUserAgent canvasUserAgent
public void handleEvent(Event evt)
EventListenerEventListener interface was registered.handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.