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
-
ExamplesFrame(String, RobotlApplet, List, Hashtable)
-
-
useSelection()
- Retrieves the code associated with the currently selected item and calls
applet.setCode() with it.
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.
useSelection
protected void useSelection()
- Retrieves the code associated with the currently selected item and calls
applet.setCode() with it.
- Overrides:
- useSelection in class SupportFrame