Interface PopupWindowParent
- All Known Implementing Classes:
- DefaultPopupWindowParent,- DockableFramePopupWindowParent,- JDialogPopupWindowParent,- JInternalFramePopupWindowParent,- PopupParentInternalFrame,- QueryBrowser,- TranslationManager
public interface PopupWindowParent
Defines a class that will be used as a FPMI Client popup window, for some window contents. This is needed because
 popups act very differently in FSE mode vs Windowed mode.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcenter()voidclose()booleanvoidopen()voidpack()voidvoidvoidvoidsetToolBar(AbstractButton[] buttons) 
- 
Method Details- 
closevoid close()
- 
openvoid open()
- 
isShowingboolean isShowing()
- 
packvoid pack()
- 
setTitle
- 
setContents
- 
getComponentComponent getComponent()
- 
setDefaultButton
- 
centervoid center()
- 
setToolBar
 
-