Package | Description |
---|---|
bibliothek.gui.dock.common.action |
Contains different
DockAction s and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable s. |
bibliothek.gui.dock.common.action.panel |
Supporting classes for
CPanelPopup . |
Modifier and Type | Method and Description |
---|---|
void |
CPanelPopup.openPopup(PanelPopupWindow window)
Informs this
CPanelPopup that its content is shown and
allows this to handle the closing event. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPanelPopupWindow
Abstract implementation of
PanelPopupWindow , handles
the PanelPopupWindowListener s.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 . |
Modifier and Type | Method and Description |
---|---|
void |
PanelPopupWindowListener.closed(PanelPopupWindow window)
Called after
window has been made invisible. |