|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.utils.JviewJythonWrapper
a simple utility class to access some java.lang classes from Jython/Jpython when running under Microsoft jview which fails to "from java.lang import Thread" etc. Instead, try "from hades.utils import JviewJythonWrapper" ...
Constructor Summary | |
JviewJythonWrapper()
|
Method Summary | |
java.lang.Thread |
currentThread()
|
void |
exit(int i)
|
java.lang.Runtime |
getRuntime()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JviewJythonWrapper()
Method Detail |
public java.lang.Thread currentThread()
public java.lang.Runtime getRuntime()
public void exit(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |