org.openscience.jmol.app
Class Jmol.MyStatusListener
class
Jmol.MyStatusListener
extends Object
implements JmolStatusListener
Method Summary |
String | createImage(String file, String type, Object text_or_bytes, int quality) |
String | dialogAsk(String type, String fileName) |
String | eval(String strEval) |
float[][] | functionXY(String functionName, int nX, int nY) |
Hashtable | getRegistryInfo() |
void | handlePopupMenu(int x, int y) |
void | notifyAtomPicked(String info) |
void | notifyCallback(int type, Object[] data) |
boolean | notifyEnabled(int type) |
void | notifyFileLoaded(String fullPathName, String fileName, String modelName, String errorMsg) |
void | notifyFrameChanged(int frameNo, int file, int model) |
void | sendConsoleEcho(String strEcho) |
void | sendConsoleMessage(String strStatus) |
void | setCallbackFunction(String callbackType, String callbackFunction) |
void | showConsole(boolean showConsole) |
void | showUrl(String url) |
public String createImage(String file, String type, Object text_or_bytes, int quality)
public String dialogAsk(String type, String fileName)
public String eval(String strEval)
public float[][] functionXY(String functionName, int nX, int nY)
public Hashtable getRegistryInfo()
public void handlePopupMenu(int x, int y)
private void notifyAtomPicked(String info)
public void notifyCallback(int type, Object[] data)
public boolean notifyEnabled(int type)
private void notifyFileLoaded(String fullPathName, String fileName, String modelName, String errorMsg)
private void notifyFrameChanged(int frameNo, int file, int model)
private void sendConsoleEcho(String strEcho)
private void sendConsoleMessage(String strStatus)
public void setCallbackFunction(String callbackType, String callbackFunction)
public void showConsole(boolean showConsole)
public void showUrl(String url)