com.alee.managers.tooltip
Class TooltipAdapter

java.lang.Object
  extended by com.alee.managers.tooltip.TooltipAdapter
All Implemented Interfaces:
TooltipListener, java.util.EventListener

public abstract class TooltipAdapter
extends java.lang.Object
implements TooltipListener

User: mgarin Date: 07.01.11 Time: 2:35


Constructor Summary
TooltipAdapter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TooltipAdapter

public TooltipAdapter()
Method Detail

tooltipShowing

public void tooltipShowing()
Description copied from interface: TooltipListener
Notifies that tooltip started to appear.

Specified by:
tooltipShowing in interface TooltipListener

tooltipShown

public void tooltipShown()
Description copied from interface: TooltipListener
Notifies that tooltip was fully shown.

Specified by:
tooltipShown in interface TooltipListener

tooltipHidden

public void tooltipHidden()
Description copied from interface: TooltipListener
Notifies that tooltip was hidden.

Specified by:
tooltipHidden in interface TooltipListener

tooltipDestroyed

public void tooltipDestroyed()
Description copied from interface: TooltipListener
Notifies that tooltip was destroyed.

Specified by:
tooltipDestroyed in interface TooltipListener