org.jmol.api

Interface JmolStatusListener

public interface 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 x, int y)
HashtablegetRegistryInfo()
voidhandlePopupMenu(int x, int y)
voidnotifyCallback(int type, Object[] data)
booleannotifyEnabled(int callback_pick)
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 x, int y)

getRegistryInfo

public Hashtable getRegistryInfo()

handlePopupMenu

public void handlePopupMenu(int x, int y)

notifyCallback

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

notifyEnabled

public boolean notifyEnabled(int callback_pick)

setCallbackFunction

public void setCallbackFunction(String callbackType, String callbackFunction)

showConsole

public void showConsole(boolean showConsole)

showUrl

public void showUrl(String url)