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
-
codeFile
-
-
description
-
-
textFile
-
-
title
-
-
IndexEntry(String)
-
-
toString()
-
title
public String title
codeFile
public String codeFile
textFile
public String textFile
description
public String description
IndexEntry
public IndexEntry(String index_section) throws NoSuchFieldError
toString
public String toString()
- Overrides:
- toString in class Object