|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.common.action.panel.AbstractPanelPopupWindow
public abstract class AbstractPanelPopupWindow
Abstract implementation of PanelPopupWindow
, handles
the PanelPopupWindowListener
s.
Constructor Summary | |
---|---|
AbstractPanelPopupWindow()
|
Method Summary | |
---|---|
void |
addListener(PanelPopupWindowListener listener)
Adds a listener to this window. |
protected void |
fireClosed()
Informs all listeners that this window has been closed |
protected PanelPopupWindowListener[] |
listeners()
Returns an array containing all the listeners of this AbstractPanelPopupWindow . |
void |
removeListener(PanelPopupWindowListener listener)
Removes a listener from this window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bibliothek.gui.dock.common.action.panel.PanelPopupWindow |
---|
close, isOpen |
Constructor Detail |
---|
public AbstractPanelPopupWindow()
Method Detail |
---|
public void addListener(PanelPopupWindowListener listener)
PanelPopupWindow
addListener
in interface PanelPopupWindow
listener
- the new listenerpublic void removeListener(PanelPopupWindowListener listener)
PanelPopupWindow
removeListener
in interface PanelPopupWindow
listener
- the listenerprotected PanelPopupWindowListener[] listeners()
AbstractPanelPopupWindow
.
protected void fireClosed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |