public interface PopupComponent
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | PopupComponent.AwtPopupWrapper | 
| static class  | PopupComponent.DialogPopupWrapper | 
| static interface  | PopupComponent.Factory | 
| Modifier and Type | Method and Description | 
|---|---|
| java.awt.Window | getWindow() | 
| void | hide(boolean dispose) | 
| boolean | isPopupWindow(java.awt.Window window) | 
| void | setRequestFocus(boolean requestFocus) | 
| void | show() | 
static final Logger LOG