Package org.onosproject.ui.topo
Class ButtonId
- java.lang.Object
-
- org.onlab.util.Identifier<java.lang.String>
-
- org.onosproject.ui.topo.ButtonId
-
public class ButtonId extends Identifier<java.lang.String>
Designates the identity of a button on the topology view panels.
-
-
Field Summary
-
Fields inherited from class org.onlab.util.Identifier
identifier
-
-
Constructor Summary
Constructors Constructor Description ButtonId(java.lang.String id)
Creates a button ID with the given identifier.
-
Method Summary
-
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString
-
-