|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockFrontendListener
A listener to a DockFrontend. The listener is informed about the
changes of the frontend.
| 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,
String name)
Invoked if a setting was deleted. |
void |
hidden(DockFrontend frontend,
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,
String name)
Invoked if a new setting was loaded. |
void |
read(DockFrontend frontend,
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,
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. |
| Method Detail |
|---|
void hidden(DockFrontend frontend,
Dockable dockable)
Dockable was made invisible. This includes
Dockables which are not registered in frontend, but
known in the DockController.
frontend - the invokerdockable - the element which is no longer visible
void shown(DockFrontend frontend,
Dockable dockable)
Dockable was made visible. This includes
Dockables which are not registered in frontend, but
known in the DockController.
frontend - the invokerdockable - the element which was made visible
void added(DockFrontend frontend,
Dockable dockable)
dockable has
been added to the list of known Dockables of frontend.
frontend - the source of this calldockable - the new element
void removed(DockFrontend frontend,
Dockable dockable)
dockable has been removed
from the list of known Dockables of frontend.
frontend - the source of this calldockable - the element that has been removed
void hideable(DockFrontend frontend,
Dockable dockable,
boolean hideable)
hideable-state
of dockable changes.
frontend - the source of the eventdockable - the element whose state changedhideable - the new state
void loaded(DockFrontend frontend,
String name)
frontend 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.
frontend - the invokername - the name of the setting
void read(DockFrontend frontend,
String name)
loading.
frontend - the invokername - the name of the setting which was read
void saved(DockFrontend frontend,
String name)
name.
frontend - the invokername - the name of the setting
void deleted(DockFrontend frontend,
String name)
frontend - the invokername - the name of the deleted setting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||