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

Constructor Index

 o RegistryBrowse()

Method Index

 o action(Event, Object)
Called if an action occurs in the Component.
 o getAppletInfo()
Returns a string containing information about the author, version and copyright of the applet.
 o getParameterInfo()
Returns an array of strings describing the parameters that are understood by this applet.
 o init()
Initializes the applet.
 o loadFromRegistry(Registry)
 o loadFromURL(String)

Constructors

 o RegistryBrowse
  public RegistryBrowse()

Methods

 o init
  public synchronized void init()
Initializes the applet.
Overrides:
init in class Applet
 o action
  public boolean action(Event ev,
                        Object obj)
Called if an action occurs in the Component.
Overrides:
action in class Component
 o loadFromURL
  public void loadFromURL(String where)
 o loadFromRegistry
  public void loadFromRegistry(Registry registry)
 o getAppletInfo
  public String getAppletInfo()
Returns a string containing information about the author, version and copyright of the applet.
Overrides:
getAppletInfo in class Applet
 o 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