public class UiTopoOverlay extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log
Logger for this overlay.
|
| Constructor and Description |
|---|
UiTopoOverlay(String id)
Creates a new user interface topology view overlay descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Callback invoked when this overlay is activated.
|
void |
deactivate()
Callback invoked when this overlay is deactivated.
|
void |
destroy()
Callback invoked to destroy this instance by cleaning up any
internal state ready for garbage collection.
|
String |
id()
Returns the identifier for this overlay.
|
void |
init()
Callback invoked to initialize this overlay, soon after creation.
|
boolean |
isActive()
Returns true if this overlay is currently active.
|
void |
modifyDeviceDetails(PropertyPanel pp)
Callback to modify the contents of the details panel for
a selected device.
|
void |
modifyHostDetails(PropertyPanel pp)
Callback to modify the contents of the details panel for
a selected host.
|
void |
modifySummary(PropertyPanel pp)
Callback to modify the contents of the summary panel.
|
public UiTopoOverlay(String id)
id - overlay identifierpublic String id()
public void init()
public void activate()
public void deactivate()
public boolean isActive()
public void destroy()
public void modifySummary(PropertyPanel pp)
pp - property panel model of summary datapublic void modifyDeviceDetails(PropertyPanel pp)
pp - property panel model of summary datapublic void modifyHostDetails(PropertyPanel pp)
pp - property panel model of summary dataCopyright © 2015. All rights reserved.