Class java.rmi.examples.registry.RegistryBrowse
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.examples.registry.RegistryBrowse
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----java.rmi.examples.registry.RegistryBrowse
- public class RegistryBrowse
- extends Applet
-
RegistryBrowse()
-
-
action(Event, Object)
- Called if an action occurs in the Component.
-
getAppletInfo()
- Returns a string containing information about
the author, version and copyright of the applet.
-
getParameterInfo()
- Returns an array of strings describing the
parameters that are understood by this
applet.
-
init()
- Initializes the applet.
-
loadFromRegistry(Registry)
-
-
loadFromURL(String)
-
RegistryBrowse
public RegistryBrowse()
init
public synchronized void init()
- Initializes the applet.
- Overrides:
- init in class Applet
action
public boolean action(Event ev,
Object obj)
- Called if an action occurs in the Component.
- Overrides:
- action in class Component
loadFromURL
public void loadFromURL(String where)
loadFromRegistry
public void loadFromRegistry(Registry registry)
getAppletInfo
public String getAppletInfo()
- Returns a string containing information about
the author, version and copyright of the applet.
- Overrides:
- getAppletInfo in class Applet
getParameterInfo
public String[][] getParameterInfo()
- Returns an array of strings describing the
parameters that are understood by this
applet.
- Overrides:
- getParameterInfo in class Applet
All Packages Class Hierarchy This Package Previous Next Index