Uses of Class
net.clackrouter.topology.graph.TopologyView

Packages that use TopologyView
net.clackrouter.gui Major graphical components that comprise the Clack Application. 
net.clackrouter.topology.core Core classes for parsing topology information from VNS and loading a Clack topology configuration from file. 
net.clackrouter.topology.graph Provides visual graph components and handling for the "zoomed out" topology view. 
 

Uses of TopologyView in net.clackrouter.gui
 

Fields in net.clackrouter.gui declared as TopologyView
protected  TopologyView ClackDocument.topologyView
          the topology view for this router
 

Methods in net.clackrouter.gui that return TopologyView
 TopologyView ClackDocument.getTopologyView()
           
 

Uses of TopologyView in net.clackrouter.topology.core
 

Methods in net.clackrouter.topology.core with parameters of type TopologyView
 TopoWire TopoGraph.connectInterfaces(TopologyView view, TopologyModel model, TopologyModel.Link link, java.util.Hashtable ifaceMap)
           
 TopoGraph TopologyModel.createTopoGraph(TopologyView view, ClackDocument doc)
           
 

Uses of TopologyView in net.clackrouter.topology.graph
 

Constructors in net.clackrouter.topology.graph with parameters of type TopologyView
TopoWire(java.lang.String name, TopologyView view, TopologyModel model, TopologyModel.Link link)