Uses of Class
org.jgroups.demos.wb.Node
-
Packages that use Node Package Description org.jgroups.demos.wb A distributed whiteboard applet implemented using JGroups. -
-
Uses of Node in org.jgroups.demos.wb
Methods in org.jgroups.demos.wb with parameters of type Node Modifier and Type Method Description void
GraphPanel. moveNode(Node n)
void
Whiteboard. moveNode(Node n)
void
GraphPanel. paintNode(java.awt.Graphics g, Node n, java.awt.FontMetrics fm)
Constructors in org.jgroups.demos.wb with parameters of type Node Constructor Description SendDialog(java.awt.Frame parent, Node dest, java.lang.String src, RpcDispatcher disp)
-