org.jmol.applet
class Jmol.MyStatusListener extends Object implements JmolStatusListener
Field Summary | |
---|---|
String | defaultMessage |
boolean | haveNotifiedError |
Method Summary | |
---|---|
void | clearDefaultConsoleMessage() |
void | consoleMessage(String message) |
String | createImage(String file, String type, Object text_or_bytes, int quality) |
String | dialogAsk(String type, String fileName) |
String | eval(String strEval) |
protected void | finalize() |
float[][] | functionXY(String functionName, int nX, int nY) |
Hashtable | getRegistryInfo() |
void | handlePopupMenu(int x, int y) |
void | notifyCallback(int type, Object[] data) |
boolean | notifyEnabled(int type) |
void | notifyScriptTermination() |
String | notifySync(String info) |
String | sendScript(String script, String appletName, boolean isSync, boolean doCallback) |
void | setCallbackFunction(String callbackName, String callbackFunction) |
void | showConsole(boolean showConsole) |
void | showStatusAndConsole(String message, boolean toConsole) |
void | showUrl(String urlString) |