|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.omegahat.Environment.Interpreter.BasicEvaluator
|
+--org.omegahat.Environment.Interpreter.UtilityEvaluator
|
+--org.omegahat.Environment.Interpreter.UserClassEvaluator
|
+--org.omegahat.Environment.Interpreter.InteractiveEvaluator
|
+--org.omegahat.Environment.Interpreter.GUIHelpEvaluator
This evaluator adds an interactive GUI-based help system using the JavaHelp tools.
| Field Summary | |
protected javax.help.JHelp |
helpWindow
|
| Fields inherited from class org.omegahat.Environment.Interpreter.InteractiveEvaluator |
continuation, continuationPrompt, interrupt, notify_listeners, pendingInput, promptExpression |
| Fields inherited from class org.omegahat.Environment.Interpreter.UserClassEvaluator |
classManager |
| Fields inherited from class org.omegahat.Environment.Interpreter.BasicEvaluator |
allowUnrestrictedAccess, class_lists, currentExpression, data, databases, debugger, DefaultAttachIndex, defaultDatabase, dynamicClassLoader, errorHandler, evaluationEvent, evaluationListeners, initialized, internalFunctionTables, internalPrimitiveClassNames, internalPrimitiveClassTable, lexer, localClasses, manager, options, output, parser, primitive_classes, primitiveClasses, PrimitiveClassNames, primitiveTypeNames, primitiveTypes, reversePrimitiveTypes, ShowMultipleClasses, sourceStack, stderr, stdout, SubEvaluationListeners, taskHistory, toplevelExpression, warningMessages |
| Fields inherited from interface org.omegahat.Environment.Interpreter.Evaluator |
ThisVariableName |
| Constructor Summary | |
GUIHelpEvaluator()
|
|
GUIHelpEvaluator(Evaluator src)
|
|
GUIHelpEvaluator(EvaluatorManager mgr)
|
|
GUIHelpEvaluator(Options opts)
|
|
| Method Summary | |
java.lang.Object |
help()
Brings up a window containing the default help page, table of contents and index. |
java.lang.Object |
help(javax.help.HelpSet helpSet,
java.lang.String id)
Load the specified Help Set into the default help window and jump to the node. |
java.lang.Object |
help(java.lang.String id)
Jumps to the specified node in the help system as indexed by JavaHelp map, creating the help window if necessary. |
java.lang.Object |
help(java.lang.String helpSetName,
java.lang.String id)
Load the specified help set and jump to the specified node. |
java.lang.Object |
help(java.net.URL url,
java.lang.String id)
Load the help set from the specified URL into the help system window and jump to the specified node in the map. |
| Methods inherited from class org.omegahat.Environment.Interpreter.InteractiveEvaluator |
currentExpression, deserialize, deserialize, deserialize, deserialize, deserialize, deserialize, evaluate, inputReady, inputReady, interrupt, notify_listeners, notify_listeners, notifyListeners, parserError, prompt, promptExpression, promptExpression, promptExpression, serialize, serialize, serialize, serialize |
| Methods inherited from class org.omegahat.Environment.Interpreter.UserClassEvaluator |
addMethod, classManager, classManager, createInstance, createInstance, createInstance, defineClass, defineClass, defineClass, defineClass, defineClass, defineClass, DefineUserClass, DefineUserClass, DefineUserClass, findUserClass, findUserClass, parseClass, parser |
| Methods inherited from class org.omegahat.Environment.Interpreter.UtilityEvaluator |
evaluator, exec, exec, findFile, getEvaluator, setProperty, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.help.JHelp helpWindow
| Constructor Detail |
public GUIHelpEvaluator()
public GUIHelpEvaluator(Evaluator src)
public GUIHelpEvaluator(EvaluatorManager mgr)
public GUIHelpEvaluator(Options opts)
| Method Detail |
public java.lang.Object help()
help in class BasicEvaluatorpublic java.lang.Object help(java.lang.String id)
public java.lang.Object help(java.lang.String helpSetName,
java.lang.String id)
public java.lang.Object help(java.net.URL url,
java.lang.String id)
public java.lang.Object help(javax.help.HelpSet helpSet,
java.lang.String id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||