|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--context.arch.handler.Handlers
This class maintains a list of context widget handlers, allows additions and removals of individual handlers.
| Constructor Summary | |
Handlers()
Basic empty constructor |
|
| Method Summary | |
void |
addHandler(HandlerInfo info)
Adds a handler to the handler list |
Handler |
getHandler(java.lang.String key)
Returns a handler that matches the given key |
java.util.Enumeration |
getHandlers()
Returns an enumeration containing all the handlers in the list |
int |
numHandlers()
Returns the number of handlers in the list |
void |
removeHandler(HandlerInfo info)
Removes a handler from the handler list |
| Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Handlers()
| Method Detail |
public void addHandler(HandlerInfo info)
handlerInfo - container for handler infoHandlerInfopublic void removeHandler(HandlerInfo info)
handlerInfo - HandlerInfo object to removeHandlerInfopublic Handler getHandler(java.lang.String key)
key - String that matches handler infopublic java.util.Enumeration getHandlers()
public int numHandlers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||