Package org.onosproject.ui.topo
Class ButtonId
- java.lang.Object
-
- org.onlab.util.Identifier<String>
-
- org.onosproject.ui.topo.ButtonId
-
public class ButtonId extends org.onlab.util.Identifier<String>
Designates the identity of a button on the topology view panels.
-
-
Constructor Detail
-
ButtonId
public ButtonId(String id)
Creates a button ID with the given identifier.- Parameters:
id
- identifier for the button
-
-