Uses of Package
net.clackrouter.router.graph

Packages that use net.clackrouter.router.graph
net.clackrouter.actions Contains classes that each implement a single action that a user can perform within Clack. 
net.clackrouter.component.base Provides the base objects for supporting components within a Clack Router. 
net.clackrouter.component.extension More advanced router components that are not central to the operation of a router. 
net.clackrouter.gui Major graphical components that comprise the Clack Application. 
net.clackrouter.jgraph.pad Many of the core JGraphpad classes incorporated into Clack (almost entirely unmodified). 
net.clackrouter.router.core Core router class responsible for creating, configuring, running and serializing Clack routers. 
net.clackrouter.router.graph Graphical components for visually depicting a the "zoomed in" router-graph view. 
net.clackrouter.topology.graph Provides visual graph components and handling for the "zoomed out" topology view. 
 

Classes in net.clackrouter.router.graph used by net.clackrouter.actions
RouterGraph
          The extension of JGraph to display a modular Clack router.
 

Classes in net.clackrouter.router.graph used by net.clackrouter.component.base
ComponentCell
          Representation of a ClackComponent for use with a JGraph GraphModel.
RouterWire
          A RouterWire is essentially a DefaultEdge with a small amount of functionality built on top to remember what components and specific ports within the route that it represents a connection between.
 

Classes in net.clackrouter.router.graph used by net.clackrouter.component.extension
CounterView
          A specialized view to paint an updating counter value instead of the standard view.
 

Classes in net.clackrouter.router.graph used by net.clackrouter.gui
ComponentCell
          Representation of a ClackComponent for use with a JGraph GraphModel.
RouterGraph
          The extension of JGraph to display a modular Clack router.
RouterGraphHelper
          Main GUI class to handle the JGraph end of components being added, removed, and connected within Clack.
RouterView
          The view class for a Router, which is a split screen of a RouterGraph and the hideable property view window.
 

Classes in net.clackrouter.router.graph used by net.clackrouter.jgraph.pad
RouterGraph
          The extension of JGraph to display a modular Clack router.
 

Classes in net.clackrouter.router.graph used by net.clackrouter.router.core
RouterGraph
          The extension of JGraph to display a modular Clack router.
 

Classes in net.clackrouter.router.graph used by net.clackrouter.router.graph
ComponentCell
          Representation of a ClackComponent for use with a JGraph GraphModel.
DynamicClackView
          Abstract base class that should be extended in order to create a dynamic Clack component.
RouterView
          The view class for a Router, which is a split screen of a RouterGraph and the hideable property view window.
SockBufferView.SockBufferRenderer
          Deprecated.  
Wire
          Cell object for a JGraph GraphModel that represents an edge between two ComponentCells.
WireRenderer
          This renderer draws WireViews.
WireView
          Represents a view of both a RouterWire and TopoWire .
 

Classes in net.clackrouter.router.graph used by net.clackrouter.topology.graph
Wire
          Cell object for a JGraph GraphModel that represents an edge between two ComponentCells.