|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.Help.HelpPagesHTML
public class HelpPagesHTML
Creates a database of all the help files (HelpAccessProceduress) used in Pandora IV Help System.
Field Summary | |
---|---|
static HelpAccessProcedures |
AndEliminationFile
The Help file for the And Elimination Rule. |
static java.util.LinkedList<java.lang.String> |
AndEliminationKW
The keyword list of the 'AndEliminationFile'. |
static HelpAccessProcedures |
AndIntroductionFile
The Help file for the And Introduction Rule. |
static java.util.LinkedList<java.lang.String> |
AndIntroductionKW
The keyword list of the 'AndIntroductionFile'. |
static HelpAccessProcedures |
applyFile
The Help file for the Apply Menu. |
static java.util.LinkedList<java.lang.String> |
applyKW
The keyword list of the 'applyFile'. |
static HelpAccessProcedures |
ArrowEliminationFile
The Help file for the Arrow Elimination Rule. |
static java.util.LinkedList<java.lang.String> |
ArrowEliminationKW
The keyword list of the 'ArrowEliminationFile'. |
static HelpAccessProcedures |
ArrowIntroductionFile
The Help file for the Arrow Introduction Rule. |
static java.util.LinkedList<java.lang.String> |
ArrowIntroductionKW
The keyword list of the 'ArrowIntroductionFile'. |
static HelpAccessProcedures |
basicConceptsFile
The Help file for the Basic Concepts. |
static java.util.LinkedList<java.lang.String> |
basicConceptsKW
The keyword list of the 'basicConceptsFile'. |
static HelpAccessProcedures |
editFile
The Help file for the Edit Menu. |
static java.util.LinkedList<java.lang.String> |
editKW
The keyword list of the 'editFile'. |
static HelpAccessProcedures |
fileFile
The Help file for the File Menu. |
static java.util.LinkedList<java.lang.String> |
fileKW
The keyword list of the 'fileFile'. |
static java.util.LinkedList<HelpAccessProcedures> |
files
The List of all the available HelpAccessProceduress (help files). |
static HelpAccessProcedures |
helpFile
The Help file for the Help Menu. |
static java.util.LinkedList<java.lang.String> |
helpKW
The keyword list of the 'helpFile'. |
static java.lang.String |
InputGuideBody
The Input guide displayed on the Pandora Input Panel. |
static HelpAccessProcedures |
optionsFile
The Help file for the Options Menu. |
static java.util.LinkedList<java.lang.String> |
optionsKW
The keyword list of the 'optionsFile'. |
static HelpAccessProcedures |
viewFile
The Help file for the View Menu. |
static java.util.LinkedList<java.lang.String> |
viewKW
The keyword list of the 'viewFile'. |
Constructor Summary | |
---|---|
HelpPagesHTML()
Constructs an instance of the HelpPagesHTML. |
Method Summary | |
---|---|
static java.lang.String |
getBody(java.lang.String pTitle)
Searches within the list of all the available Help HelpPagesHTML. |
static java.util.LinkedList<java.lang.String> |
getKWs(java.lang.String pTitle)
Searches within the list of all the available Help HelpPagesHTML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.LinkedList<HelpAccessProcedures> files
public static final java.lang.String InputGuideBody
public static final java.util.LinkedList<java.lang.String> AndEliminationKW
public static final java.util.LinkedList<java.lang.String> AndIntroductionKW
public static final java.util.LinkedList<java.lang.String> ArrowEliminationKW
public static final java.util.LinkedList<java.lang.String> ArrowIntroductionKW
public static final java.util.LinkedList<java.lang.String> fileKW
public static final java.util.LinkedList<java.lang.String> editKW
public static final java.util.LinkedList<java.lang.String> viewKW
public static final java.util.LinkedList<java.lang.String> applyKW
public static final java.util.LinkedList<java.lang.String> optionsKW
public static final java.util.LinkedList<java.lang.String> helpKW
public static final java.util.LinkedList<java.lang.String> basicConceptsKW
public static HelpAccessProcedures AndEliminationFile
public static HelpAccessProcedures AndIntroductionFile
public static HelpAccessProcedures ArrowEliminationFile
public static HelpAccessProcedures ArrowIntroductionFile
public static HelpAccessProcedures fileFile
public static HelpAccessProcedures editFile
public static HelpAccessProcedures viewFile
public static HelpAccessProcedures applyFile
public static HelpAccessProcedures optionsFile
public static HelpAccessProcedures helpFile
public static HelpAccessProcedures basicConceptsFile
Constructor Detail |
---|
public HelpPagesHTML()
Method Detail |
---|
public static java.lang.String getBody(java.lang.String pTitle)
pTitle
- String representing the title of the help file to search for.public static java.util.LinkedList<java.lang.String> getKWs(java.lang.String pTitle)
pTitle
- String representing the title of the help file to search the keyword list for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |