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
-
IndexFrame(String, RobotlApplet, List, Hashtable)
-
-
useSelection()
- Instructs the applet to load the module associated with the current entry.
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.
useSelection
protected void useSelection()
- Instructs the applet to load the module associated with the current entry.
Calls
RobotlApplet.activateTutorial().
- Overrides:
- useSelection in class SupportFrame