|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.shell.BalloonAdapter
Event adapter for watching balloon tooltip messages.
| Constructor Summary | |
BalloonAdapter()
|
|
| Method Summary | |
void |
balloonHide(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappears not because of timeout or user click. |
void |
balloonShown(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip is shown. |
void |
balloonTimeOut(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappears because of timeout. |
void |
balloonUserClick(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappears because of user click. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BalloonAdapter()
| Method Detail |
public void balloonShown(java.util.EventObject balloonEventObject)
balloonShown in interface BalloonListenerballoonEventObject - describes source of the event.public void balloonHide(java.util.EventObject balloonEventObject)
balloonHide in interface BalloonListenerballoonEventObject - describes source of the event.public void balloonTimeOut(java.util.EventObject balloonEventObject)
balloonTimeOut in interface BalloonListenerballoonEventObject - describes source of the event.public void balloonUserClick(java.util.EventObject balloonEventObject)
balloonUserClick in interface BalloonListenerballoonEventObject - describes source of the event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||