Uses of Interface
bibliothek.gui.dock.common.action.panel.PanelPopupWindowListener
Packages that use PanelPopupWindowListener
-
Uses of PanelPopupWindowListener in bibliothek.gui.dock.common.action.panel
Methods in bibliothek.gui.dock.common.action.panel that return PanelPopupWindowListenerModifier and TypeMethodDescriptionprotected PanelPopupWindowListener[]AbstractPanelPopupWindow.listeners()Returns an array containing all the listeners of thisAbstractPanelPopupWindow.Methods in bibliothek.gui.dock.common.action.panel with parameters of type PanelPopupWindowListenerModifier and TypeMethodDescriptionvoidAbstractPanelPopupWindow.addListener(PanelPopupWindowListener listener) voidPanelPopupWindow.addListener(PanelPopupWindowListener listener) Adds a listener to this window.voidAbstractPanelPopupWindow.removeListener(PanelPopupWindowListener listener) voidPanelPopupWindow.removeListener(PanelPopupWindowListener listener) Removes a listener from this window.