| Package | Description |
|---|---|
| org.onosproject.ui |
Mechanism for managing dynamically registered user interface extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiViewHidden
Represents user interface view addition, except that this one should not
have an entry in the navigation panel.
|
| Modifier and Type | Method and Description |
|---|---|
List<UiView> |
UiExtension.views()
Returns list of user interface views contributed by this extension.
|
| Constructor and Description |
|---|
Builder(ClassLoader cl,
List<UiView> views)
Create a builder with the given class loader.
|
Copyright © 2015. All rights reserved.