public final class ToolkitRegistrySystem
extends java.lang.Object
ToolkitRegistrySystem class provides the means to retrieve an instance of
an Object implementing the ToolkitRegistry interface.ToolkitInterface,
ToolkitRegistry| Modifier and Type | Method and Description |
|---|---|
static ToolkitRegistry |
getEntry()
This method is used by the Toolkit Applet to get a reference to its
Toolkit Registry entry, so that it can handle its registration state to
the toolkit events.
|
static boolean |
isPrioritizedProactiveHandlerAvailableEventSet()
Allows to find out if another applet with higher or the same priority
level has registered for EVENT_PROACTIVE_HANDLER_AVAILABLE.
|
public static ToolkitRegistry getEntry() throws ToolkitException
This method returns null
if the Applet.register() has not yet been invoked or
if the server does not exist or if the server returns null.
ToolkitException - with the following reason codes: public static boolean isPrioritizedProactiveHandlerAvailableEventSet()