|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDashboardPanel
Interface for Livespace Dashboard panels. This is the interface registered with OSGi for each panel as a service.
To use the service dependency system to wait for a specific panel:
dependencies.add ("panel", new ServiceDependency (context, IDashboardPanel.class, "panelId=livespace.ui.some_panel_id"));
Method Summary | |
---|---|
void |
activate()
Acivate the panel's UI elements (windows, panels, etc). |
Method Detail |
---|
void activate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |