|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.DockFrontendAdapter
public abstract class DockFrontendAdapter
An class implementing all methods of DockFrontendListener, but
not doing anything inside these methodes.
| Constructor Summary | |
|---|---|
DockFrontendAdapter()
|
|
| Method Summary | |
|---|---|
void |
added(DockFrontend frontend,
Dockable dockable)
Informs this listener that an additional dockable has
been added to the list of known Dockables of frontend. |
void |
deleted(DockFrontend frontend,
java.lang.String name)
Invoked if a setting was deleted. |
void |
hidden(DockFrontend fronend,
Dockable dockable)
Invoked if a Dockable was made invisible. |
void |
hideable(DockFrontend frontend,
Dockable dockable,
boolean hideable)
Called when the hideable-state
of dockable changes. |
void |
loaded(DockFrontend frontend,
java.lang.String name)
Invoked if a new setting was loaded. |
void |
read(DockFrontend frontend,
java.lang.String name)
Called when a setting was read. |
void |
removed(DockFrontend frontend,
Dockable dockable)
Informs this listener that dockable has been removed
from the list of known Dockables of frontend. |
void |
saved(DockFrontend frontend,
java.lang.String name)
Invoked if the current setting was saved with the name name. |
void |
shown(DockFrontend frontend,
Dockable dockable)
Invoked if a Dockable was made visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockFrontendAdapter()
| Method Detail |
|---|
public void added(DockFrontend frontend,
Dockable dockable)
DockFrontendListenerdockable has
been added to the list of known Dockables of frontend.
added in interface DockFrontendListenerfrontend - the source of this calldockable - the new element
public void deleted(DockFrontend frontend,
java.lang.String name)
DockFrontendListener
deleted in interface DockFrontendListenerfrontend - the invokername - the name of the deleted setting
public void hidden(DockFrontend fronend,
Dockable dockable)
DockFrontendListenerDockable was made invisible. This includes
Dockables which are not registered in frontend, but
known in the DockController.
hidden in interface DockFrontendListenerfronend - the invokerdockable - the element which is no longer visible
public void hideable(DockFrontend frontend,
Dockable dockable,
boolean hideable)
DockFrontendListenerhideable-state
of dockable changes.
hideable in interface DockFrontendListenerfrontend - the source of the eventdockable - the element whose state changedhideable - the new state
public void loaded(DockFrontend frontend,
java.lang.String name)
DockFrontendListenerfrontend can be loaded. When a setting is loaded, the
layout of all DockStations and Dockables is changed such
that the layout reflects the properties of the setting.
loaded in interface DockFrontendListenerfrontend - the invokername - the name of the setting
public void read(DockFrontend frontend,
java.lang.String name)
DockFrontendListenerloading.
read in interface DockFrontendListenerfrontend - the invokername - the name of the setting which was read
public void removed(DockFrontend frontend,
Dockable dockable)
DockFrontendListenerdockable has been removed
from the list of known Dockables of frontend.
removed in interface DockFrontendListenerfrontend - the source of this calldockable - the element that has been removed
public void saved(DockFrontend frontend,
java.lang.String name)
DockFrontendListenername.
saved in interface DockFrontendListenerfrontend - the invokername - the name of the setting
public void shown(DockFrontend frontend,
Dockable dockable)
DockFrontendListenerDockable was made visible. This includes
Dockables which are not registered in frontend, but
known in the DockController.
shown in interface DockFrontendListenerfrontend - the invokerdockable - the element which was made visible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||