| Package | Description |
|---|---|
| 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. |
| 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 PanelPopupWindowListeners. |
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. |
Copyright © 2018. All rights reserved.