| Package | Description |
|---|---|
| org.onosproject.ui |
Mechanism for managing dynamically registered user interface extensions.
|
| Modifier and Type | Method and Description |
|---|---|
UiView.Category |
UiView.category()
Returns the navigation category.
|
static UiView.Category |
UiView.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiView.Category[] |
UiView.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UiView(UiView.Category category,
String id,
String label)
Creates a new user interface view descriptor.
|
UiView(UiView.Category category,
String id,
String label,
String iconId)
Creates a new user interface view descriptor.
|
Copyright © 2015. All rights reserved.