Class ExamplesFrame

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

public class ExamplesFrame
extends SupportFrame
SupportFrames are used for the example programs and tutorial windows. When created, the function reads a specified index file from the server (in index file format) and creates the text boxes and buttons.

Author:
Theo Van Dinter, Peter Sagerson
See Also:
IndexEntry

Constructor Index

 o ExamplesFrame(String, RobotlApplet, List, Hashtable)

Method Index

 o useSelection()
Retrieves the code associated with the currently selected item and calls applet.setCode() with it.

Constructors

 o ExamplesFrame
 public ExamplesFrame(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()
Retrieves the code associated with the currently selected item and calls applet.setCode() with it.

Overrides:
useSelection in class SupportFrame