| Package | Description |
|---|---|
| org.onosproject.ui |
Mechanism for managing dynamically registered user interface extensions.
|
| Modifier and Type | Method and Description |
|---|---|
UiExtension |
UiExtensionService.getViewExtension(String viewId)
Returns the user interface extension that contributed the specified view.
|
| Modifier and Type | Method and Description |
|---|---|
List<UiExtension> |
UiExtensionService.getExtensions()
Returns the list of user interface extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiExtensionService.register(UiExtension extension)
Registers the specified user interface extension.
|
void |
UiExtensionService.unregister(UiExtension extension)
Unregisters the specified user interface extension.
|
Copyright © 2015. All rights reserved.