public final class PopupWindow
extends java.lang.Object
PopupWindow
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getClientProperty(java.lang.Object key) |
java.awt.Component |
getContent() |
javax.swing.JWindow |
getWindow() |
void |
putClientProperty(java.lang.Object key,
java.lang.Object value) |
void |
setAccessibleName(java.lang.String name)
Sets the supplied name as the accessible name on the popup window so
it can be read
|
public void setAccessibleName(java.lang.String name)
name
- the string to use as the accessible namepublic java.awt.Component getContent()
public javax.swing.JWindow getWindow()
public void putClientProperty(java.lang.Object key, java.lang.Object value)
public java.lang.Object getClientProperty(java.lang.Object key)