|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--comm.DispletList
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 |
public DispletList()
| Method Detail |
public static void register(java.lang.String name,
DispletCommunication displet)
public static void remove(java.lang.String name)
public static DispletCommunication getDisplet(java.lang.String name)
public static void printDisplets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||