edu.mit.ai.psg.jevaESUI
Class JevaESUI
java.lang.Object
|
+--edu.mit.ai.psg.jevaESUI.JevaESUI
- public class JevaESUI
- extends Object
JevaESUI holds fields and methods (mostly internal) shared among
user interfaces for the JevaES Java evaluator for expressions & statements.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998, 1999 Massachusetts Institute of Technology
- See Also:
JevaESGUI,
JevaESCLI
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
results
public static Vector results
- Vector of result values from expressions typed at the window
NoThrowDeclarations
public static final Class[] NoThrowDeclarations
- default empty array argument for repl(... throwClasses)
isSuppressingSystemOutAndErrRedirectionBit
public static final int isSuppressingSystemOutAndErrRedirectionBit
- option bits |'ed together into a 32 bit int. 0 is default for
each option. See JevaES
for additional options (JevaES options used only if no env is supplied.)
Applets in security sandbox should use
isSuppressingSystemOutAndErrRedirectionBit
leftmostOptionBit
public static final int leftmostOptionBit
JevaESUI
public JevaESUI()
isSuppressingSystemOutAndErrRedirection
public static boolean isSuppressingSystemOutAndErrRedirection(int options)
defaultTitle
public static String defaultTitle()
defaultHerald
public static String defaultHerald()