Uses of Interface
bibliothek.gui.dock.common.action.panel.PanelPopupWindowListener

Packages that use PanelPopupWindowListener
bibliothek.gui.dock.common.action.panel Supporting classes for CPanelPopup
 

Uses of PanelPopupWindowListener in bibliothek.gui.dock.common.action.panel
 

Methods in bibliothek.gui.dock.common.action.panel that return PanelPopupWindowListener
protected  PanelPopupWindowListener[] AbstractPanelPopupWindow.listeners()
          Returns an array containing all the listeners of this AbstractPanelPopupWindow.
 

Methods in bibliothek.gui.dock.common.action.panel with parameters of type PanelPopupWindowListener
 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.