CPanelPopup
.See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
AbstractPanelPopupWindow |
Abstract implementation of
PanelPopupWindow , handles
the PanelPopupWindowListener s.Subclasses should call AbstractPanelPopupWindow.validateBounds(Rectangle, GraphicsConfiguration) before they get visible |
DialogWindow |
A
PanelPopupWindow managing a JDialog . |
MenuWindow |
A wrapper around a
JPopupMenu . |
CPanelPopup
.