comm
Class DispletList

java.lang.Object
  |
  +--comm.DispletList

public final class DispletList
extends java.lang.Object

DispletList class provides a way for displet-to-displet communication. This strategy lets displets communicate across frames and different browser windows.


Constructor Summary
DispletList()
           
 
Method Summary
static DispletCommunication getDisplet(java.lang.String name)
          Method for retrieving a displet-reference from the DispletList
static void printDisplets()
          Method for printing the names of the displets to standard output
static void register(java.lang.String name, DispletCommunication displet)
           
static void remove(java.lang.String name)
          Method for un-registering a displet in the DispletList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispletList

public DispletList()
Method Detail

register

public static void register(java.lang.String name,
                            DispletCommunication displet)

remove

public static void remove(java.lang.String name)
Method for un-registering a displet in the DispletList


getDisplet

public static DispletCommunication getDisplet(java.lang.String name)
Method for retrieving a displet-reference from the DispletList


printDisplets

public static void printDisplets()
Method for printing the names of the displets to standard output