JNA API 3.2.4

com.sun.jna.examples
Class BalloonManager

java.lang.Object
  extended by com.sun.jna.examples.BalloonManager

public class BalloonManager
extends java.lang.Object

Provides a popup balloon containing an arbitrary component. This provides a form of content-specific decoration less transient than a tooltip, and less heavyweight and more adaptable to changing content than a dedicated window. Clients are responsible for invoking show and hide on the provided popup.


Constructor Summary
BalloonManager()
           
 
Method Summary
static javax.swing.Popup getBalloon(java.awt.Component owner, java.awt.Component content, int x, int y)
          Get a balloon pointing to the given location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BalloonManager

public BalloonManager()
Method Detail

getBalloon

public static javax.swing.Popup getBalloon(java.awt.Component owner,
                                           java.awt.Component content,
                                           int x,
                                           int y)
Get a balloon pointing to the given location. The coordinates are relative to owner, which if null, indicates the coordinates are absolute.


JNA API 3.2.4

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.