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 Details

    • close

      void close()
    • open

      void open()
    • isShowing

      boolean isShowing()
    • pack

      void pack()
    • setTitle

      void setTitle(String title)
    • setContents

      void setContents(PopupWindowContents ep)
    • getComponent

      Component getComponent()
    • setDefaultButton

      void setDefaultButton(JButton b)
    • center

      void center()
    • setToolBar

      void setToolBar(AbstractButton[] buttons)