|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClackView | |
---|---|
net.clackrouter.component.base | Provides the base objects for supporting components within a Clack Router. |
net.clackrouter.component.tcp | A decomposed implementation of a simplified TCP stack. |
net.clackrouter.gui | Major graphical components that comprise the Clack Application. |
net.clackrouter.gui.tcp | Provides the ability to graphically inspect TCP functionality within Clack. |
net.clackrouter.router.graph | Graphical components for visually depicting a the "zoomed in" router-graph view. |
net.clackrouter.topology.create | |
net.clackrouter.topology.graph | Provides visual graph components and handling for the "zoomed out" topology view. |
Uses of ClackView in net.clackrouter.component.base |
---|
Methods in net.clackrouter.component.base that return ClackView | |
---|---|
ClackView |
ClackComponent.getHierarchicalView()
Supplies hierarchical view that implements ClackView if ClackComponent.isHierarchical() is true |
Uses of ClackView in net.clackrouter.component.tcp |
---|
Methods in net.clackrouter.component.tcp that return ClackView | |
---|---|
ClackView |
TCP.getHierarchicalView()
|
Uses of ClackView in net.clackrouter.gui |
---|
Fields in net.clackrouter.gui declared as ClackView | |
---|---|
protected ClackView |
ClackDocument.currentView
|
Methods in net.clackrouter.gui that return ClackView | |
---|---|
ClackView |
ClackPaintable.getClackView()
|
Methods in net.clackrouter.gui with parameters of type ClackView | |
---|---|
void |
ClackDocument.pushNewView(ClackView newView)
Used to implement zoom in using the zoomStack. |
Uses of ClackView in net.clackrouter.gui.tcp |
---|
Classes in net.clackrouter.gui.tcp that implement ClackView | |
---|---|
class |
TCPView
A defunct class, used with the TCP hiearchical component. |
Uses of ClackView in net.clackrouter.router.graph |
---|
Classes in net.clackrouter.router.graph that implement ClackView | |
---|---|
class |
RouterView
The view class for a Router, which is a split screen of a RouterGraph and the hideable property view window. |
Methods in net.clackrouter.router.graph that return ClackView | |
---|---|
ClackView |
WireView.getClackView()
|
ClackView |
Wire.getClackView()
|
ClackView |
SockBufferView.getClackView()
Deprecated. |
ClackView |
DynamicClackView.getClackView()
|
ClackView |
ComponentView.getClackView()
|
ClackView |
ComponentCell.getClackView()
|
Constructors in net.clackrouter.router.graph with parameters of type ClackView | |
---|---|
Wire(java.lang.String name,
ClackView clackview)
|
Uses of ClackView in net.clackrouter.topology.create |
---|
Classes in net.clackrouter.topology.create that implement ClackView | |
---|---|
class |
CreateTopologyView
ClackView for the graph showing a VNS topology using a TopoGraph . |
Uses of ClackView in net.clackrouter.topology.graph |
---|
Classes in net.clackrouter.topology.graph that implement ClackView | |
---|---|
class |
TopologyView
ClackView for the graph showing a VNS topology using a TopoGraph . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |