edu.mit.ai.psg.jevaUI
Class JevaUI
java.lang.Object
|
+--edu.mit.ai.psg.jevaUI.JevaUI
- public class JevaUI
- extends Object
JevaUI holds fields and methods (mostly internal) shared among
user interfaces for the Jeva Java evaluator for expressions & statements.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998, 1999 Massachusetts Institute of Technology
- See Also:
JevaGUI,
JevaCLI
| 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
Jeva
for additional options (Jeva options used only if no env is supplied.)
Applets in security sandbox should use
isSuppressingSystemOutAndErrRedirectionBit
leftmostOptionBit
public static final int leftmostOptionBit
JevaUI
public JevaUI()
isSuppressingSystemOutAndErrRedirection
public static boolean isSuppressingSystemOutAndErrRedirection(int options)
defaultTitle
public static String defaultTitle()
defaultHerald
public static String defaultHerald()