Package bibliothek.gui.dock.common.action.panel

Supporting classes for CPanelPopup.

See:
          Description

Interface Summary
PanelPopupWindow A PanelPopupWindow is a wrapper around the element (window, dialog, menu...) which shows the content of a CPanelPopup.
PanelPopupWindowListener A listener to a PanelPopupWindow.
 

Class Summary
AbstractPanelPopupWindow Abstract implementation of PanelPopupWindow, handles the PanelPopupWindowListeners.
Subclasses should call AbstractPanelPopupWindow.validateBounds(Rectangle, GraphicsConfiguration) before they get visible
DialogWindow A PanelPopupWindow managing a JDialog.
MenuWindow A wrapper around a JPopupMenu.
 

Package bibliothek.gui.dock.common.action.panel Description

Supporting classes for CPanelPopup.