Uses of Interface
bibliothek.gui.dock.common.action.panel.PanelPopupWindow

Packages that use PanelPopupWindow
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
bibliothek.gui.dock.common.action.panel Supporting classes for CPanelPopup
 

Uses of PanelPopupWindow in bibliothek.gui.dock.common.action
 

Methods in bibliothek.gui.dock.common.action with parameters of type PanelPopupWindow
 void CPanelPopup.openPopup(PanelPopupWindow window)
          Informs this CPanelPopup that its content is shown and allows this to handle the closing event.
 

Uses of PanelPopupWindow in bibliothek.gui.dock.common.action.panel
 

Classes in bibliothek.gui.dock.common.action.panel that implement PanelPopupWindow
 class AbstractPanelPopupWindow
          Abstract implementation of PanelPopupWindow, handles the PanelPopupWindowListeners.
Subclasses should call AbstractPanelPopupWindow.validateBounds(Rectangle, GraphicsConfiguration) before they get visible
 class DialogWindow
          A PanelPopupWindow managing a JDialog.
 class MenuWindow
          A wrapper around a JPopupMenu.
 

Methods in bibliothek.gui.dock.common.action.panel with parameters of type PanelPopupWindow
 void PanelPopupWindowListener.closed(PanelPopupWindow window)
          Called after window has been made invisible.