org.jgroups.demos
Class DistributedTreeDemo
Frame
org.jgroups.demos.DistributedTreeDemo
- TableModelListener, TreeSelectionListener, WindowListener, DistributedTree.DistributedTreeListener
public class DistributedTreeDemo
extends Frame
Demo showing the DistributedTree class. It displays a panel with the tree structure in the upper half,
and the properties of a chosen node on the bottom half. All updates are broadcast to all members.
DistributedTreeDemo
public DistributedTreeDemo(boolean create)
throws Exception
main
public static void main(args[] )
setVisible
public void setVisible(boolean show)
tableChanged
public void tableChanged(TableModelEvent evt)
valueChanged
public void valueChanged(TreeSelectionEvent evt)
windowActivated
public void windowActivated(WindowEvent event)
windowClosed
public void windowClosed(WindowEvent event)
windowClosing
public void windowClosing(WindowEvent event)
windowDeactivated
public void windowDeactivated(WindowEvent event)
windowDeiconified
public void windowDeiconified(WindowEvent event)
windowIconified
public void windowIconified(WindowEvent event)
windowOpened
public void windowOpened(WindowEvent event)
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.