|
JNA API> 3.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.examples.BalloonManager
public class BalloonManager
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 |
---|
public BalloonManager()
Method Detail |
---|
public static javax.swing.Popup getBalloon(java.awt.Component owner, java.awt.Component content, int x, int y)
owner
, which if null, indicates the coordinates
are absolute.
|
JNA API> 3.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |