Package org.onosproject.ui.topo
Class DeviceHighlight
- java.lang.Object
- 
- org.onosproject.ui.topo.AbstractHighlight
- 
- org.onosproject.ui.topo.NodeHighlight
- 
- org.onosproject.ui.topo.DeviceHighlight
 
 
 
- 
 public class DeviceHighlight extends NodeHighlight Denotes the highlighting to be applied to a device.
- 
- 
Constructor SummaryConstructors Constructor Description DeviceHighlight(String deviceId)Constructs a device highlight entity.
 - 
Method Summary- 
Methods inherited from class org.onosproject.ui.topo.NodeHighlightbadge, setBadge
 - 
Methods inherited from class org.onosproject.ui.topo.AbstractHighlightelementId, keepSubdued, subdued, type
 
- 
 
- 
- 
- 
Constructor Detail- 
DeviceHighlightpublic DeviceHighlight(String deviceId) Constructs a device highlight entity.- Parameters:
- deviceId- the device identifier
 
 
- 
 
-