public abstract class TooltipAdapter extends java.lang.Object implements TooltipListener
| Constructor and Description |
|---|
TooltipAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
tooltipDestroyed()
Notifies that tooltip was destroyed.
|
void |
tooltipHidden()
Notifies that tooltip was hidden.
|
void |
tooltipShowing()
Notifies that tooltip started to appear.
|
void |
tooltipShown()
Notifies that tooltip was fully shown.
|
public void tooltipShowing()
TooltipListenertooltipShowing in interface TooltipListenerpublic void tooltipShown()
TooltipListenertooltipShown in interface TooltipListenerpublic void tooltipHidden()
TooltipListenertooltipHidden in interface TooltipListenerpublic void tooltipDestroyed()
TooltipListenertooltipDestroyed in interface TooltipListener