Package | Description |
---|---|
bibliothek.gui.dock.common.action.panel |
Supporting classes for
CPanelPopup . |
Modifier and Type | Method and Description |
---|---|
protected PanelPopupWindowListener[] |
AbstractPanelPopupWindow.listeners()
Returns an array containing all the listeners of this
AbstractPanelPopupWindow . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPanelPopupWindow.addListener(PanelPopupWindowListener listener) |
void |
PanelPopupWindow.addListener(PanelPopupWindowListener listener)
Adds a listener to this window.
|
void |
AbstractPanelPopupWindow.removeListener(PanelPopupWindowListener listener) |
void |
PanelPopupWindow.removeListener(PanelPopupWindowListener listener)
Removes a listener from this window.
|