@Deprecated
public final class PopupWindow
extends java.lang.Object
PopupWindow| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getClientProperty(java.lang.Object key)
Deprecated.  
  | 
java.awt.Component | 
getContent()
Deprecated.  
  | 
javax.swing.JWindow | 
getWindow()
Deprecated.  
  | 
void | 
putClientProperty(java.lang.Object key,
                 java.lang.Object value)
Deprecated.  
  | 
void | 
setAccessibleName(java.lang.String name)
Deprecated.  
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)