org.openscience.jmol.app

Class Jmol.MyStatusListener

class Jmol.MyStatusListener extends Object implements JmolStatusListener

Method Summary
StringcreateImage(String file, String type, Object text_or_bytes, int quality)
StringdialogAsk(String type, String fileName)
Stringeval(String strEval)
float[][]functionXY(String functionName, int nX, int nY)
HashtablegetRegistryInfo()
voidhandlePopupMenu(int x, int y)
voidnotifyAtomPicked(String info)
voidnotifyCallback(int type, Object[] data)
booleannotifyEnabled(int type)
voidnotifyFileLoaded(String fullPathName, String fileName, String modelName, String errorMsg)
voidnotifyFrameChanged(int frameNo, int file, int model)
voidsendConsoleEcho(String strEcho)
voidsendConsoleMessage(String strStatus)
voidsetCallbackFunction(String callbackType, String callbackFunction)
voidshowConsole(boolean showConsole)
voidshowUrl(String url)

Method Detail

createImage

public String createImage(String file, String type, Object text_or_bytes, int quality)

dialogAsk

public String dialogAsk(String type, String fileName)

eval

public String eval(String strEval)

functionXY

public float[][] functionXY(String functionName, int nX, int nY)

getRegistryInfo

public Hashtable getRegistryInfo()

handlePopupMenu

public void handlePopupMenu(int x, int y)

notifyAtomPicked

private void notifyAtomPicked(String info)

notifyCallback

public void notifyCallback(int type, Object[] data)

notifyEnabled

public boolean notifyEnabled(int type)

notifyFileLoaded

private void notifyFileLoaded(String fullPathName, String fileName, String modelName, String errorMsg)

notifyFrameChanged

private void notifyFrameChanged(int frameNo, int file, int model)

sendConsoleEcho

private void sendConsoleEcho(String strEcho)

sendConsoleMessage

private void sendConsoleMessage(String strStatus)

setCallbackFunction

public void setCallbackFunction(String callbackType, String callbackFunction)

showConsole

public void showConsole(boolean showConsole)

showUrl

public void showUrl(String url)