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