bibliothek.gui.dock.common.action.panel
Interface PanelPopupWindow

All Known Implementing Classes:
AbstractPanelPopupWindow, DialogWindow, MenuWindow

public interface PanelPopupWindow

A PanelPopupWindow is a wrapper around the element (window, dialog, menu...) which shows the content of a CPanelPopup.

Author:
Benjamin Sigg

Method Summary
 void addListener(PanelPopupWindowListener listener)
          Adds a listener to this window.
 void close()
          Makes this window invisible
 boolean isOpen()
          Tells whether this window is visible or not.
 void removeListener(PanelPopupWindowListener listener)
          Removes a listener from this window.
 

Method Detail

close

void close()
Makes this window invisible


isOpen

boolean isOpen()
Tells whether this window is visible or not.

Returns:
true if visible

addListener

void addListener(PanelPopupWindowListener listener)
Adds a listener to this window.

Parameters:
listener - the new listener

removeListener

void removeListener(PanelPopupWindowListener listener)
Removes a listener from this window.

Parameters:
listener - the listener