|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WidgetHandles | |
context.arch.server | |
context.arch.widget |
Uses of WidgetHandles in context.arch.server |
Fields in context.arch.server declared as WidgetHandles | |
protected WidgetHandles |
Server.widgets
The set of widgets this server is monitoring. |
Methods in context.arch.server with parameters of type WidgetHandles | |
void |
Server.setWidgets(WidgetHandles widgets)
This method sets the widgets that this server should subscribe to. |
Constructors in context.arch.server with parameters of type WidgetHandles | |
Server(java.lang.String clientClass,
java.lang.String serverClass,
int serverPort,
java.lang.String encoderClass,
java.lang.String decoderClass,
java.lang.String storageClass,
java.lang.String id,
WidgetHandles widgets)
Constructor that sets up internal variables for maintaining the list of server attributes and callbacks, and setting up the Widget info. |
|
Server(java.lang.String clientClass,
java.lang.String serverClass,
int serverPort,
java.lang.String encoderClass,
java.lang.String decoderClass,
boolean storageFlag,
java.lang.String id,
WidgetHandles widgets)
Constructor that sets up internal variables for maintaining the list of server attributes and callbacks, and setting up the Widget info. |
|
Server(int port,
java.lang.String id,
WidgetHandles widgets)
Constructor that sets up internal variables for maintaining the list of server attributes and callbacks. |
|
Server(int port,
java.lang.String id,
boolean storageFlag,
WidgetHandles widgets)
Constructor that sets up internal variables for maintaining the list of server attributes and callbacks. |
|
Server(java.lang.String id,
WidgetHandles widgets)
Constructor that sets up internal variables for maintaining the list of server attributes and callbacks. |
|
Server(java.lang.String id,
boolean storageFlag,
WidgetHandles widgets)
Constructor that sets up internal variables for maintaining the list of server attributes and callbacks. |
Uses of WidgetHandles in context.arch.widget |
Methods in context.arch.widget with parameters of type WidgetHandles | |
void |
WidgetHandles.addWidgetHandles(WidgetHandles handles)
Adds a set of widgethandles to the widgethandle list |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |