Package org.onosproject.ui.topo
Class TopoConstants.CoreButtons
- java.lang.Object
-
- org.onosproject.ui.topo.TopoConstants.CoreButtons
-
- Enclosing class:
- TopoConstants
public static final class TopoConstants.CoreButtons extends Object
Defines identities of core buttons that appear on the topology details panel.
-
-
Field Summary
Fields Modifier and Type Field Description static ButtonId
SHOW_DEVICE_VIEW
static ButtonId
SHOW_FLOW_VIEW
static ButtonId
SHOW_GROUP_VIEW
static ButtonId
SHOW_METER_VIEW
static ButtonId
SHOW_PORT_VIEW
-
Constructor Summary
Constructors Constructor Description CoreButtons()
-
-
-
Field Detail
-
SHOW_DEVICE_VIEW
public static final ButtonId SHOW_DEVICE_VIEW
-
SHOW_FLOW_VIEW
public static final ButtonId SHOW_FLOW_VIEW
-
SHOW_PORT_VIEW
public static final ButtonId SHOW_PORT_VIEW
-
SHOW_GROUP_VIEW
public static final ButtonId SHOW_GROUP_VIEW
-
SHOW_METER_VIEW
public static final ButtonId SHOW_METER_VIEW
-
-