Class IndexEntry

java.lang.Object
   |
   +----IndexEntry

public class IndexEntry
extends Object
Creates a "structure" from an index formatted string: Title -- The title displayed in menus and lists. codeFile -- The name of the file containing the associated code. textFile -- The name of the file containing the text of the tutorial. (Optional. Only used for the tutorial.) Description (can be multiple lines) -- the quick summary displayed in the SupportFrame

Author:
Theo Van Dinter, felicity@kluge.net

Variable Index

 o codeFile
 o description
 o textFile
 o title

Constructor Index

 o IndexEntry(String)

Method Index

 o toString()

Variables

 o title
 public String title
 o codeFile
 public String codeFile
 o textFile
 public String textFile
 o description
 public String description

Constructors

 o IndexEntry
 public IndexEntry(String index_section) throws NoSuchFieldError

Methods

 o toString
 public String toString()
Overrides:
toString in class Object