public class Popup extends NativeObject
| Modifier and Type | Method and Description |
|---|---|
static Popup |
createDynamicObject(long handle) |
Rectangle |
getBoundingBox()
The pop-up location (Getter)
|
boolean |
getIsOpen()
The pop-up's visibility state (Getter)
|
equals, hashCodepublic static Popup createDynamicObject(long handle)
public boolean getIsOpen()
java.lang.IllegalStateException - if the object has already been closedpublic Rectangle getBoundingBox()
java.lang.IllegalStateException - if the object has already been closed