Class IndexFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----RobotlFrame
                                           |
                                           +----SupportFrame
                                                   |
                                                   +----IndexFrame

public class IndexFrame
extends SupportFrame

Constructor Index

 o IndexFrame(String, RobotlApplet, List, Hashtable)

Method Index

 o useSelection()
Instructs the applet to load the module associated with the current entry.

Constructors

 o IndexFrame
 public IndexFrame(String title,
                   RobotlApplet inApplet,
                   List inList,
                   Hashtable inTable)
Parameters:
title - the title of the window.
inApplet - the RobotlApplet to report to.
inList - the List the display.
inTable - the table of entries associated with inList.

Methods

 o useSelection
 protected void useSelection()
Instructs the applet to load the module associated with the current entry. Calls RobotlApplet.activateTutorial().

Overrides:
useSelection in class SupportFrame