public class MyJmolStatusListener extends Object implements org.jmol.api.JmolStatusListener
| Constructor and Description |
|---|
MyJmolStatusListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
createImage(String arg0,
String arg1,
Object arg2,
int arg3) |
String |
dialogAsk(String arg0,
String arg1) |
String |
eval(String arg0) |
float[][] |
functionXY(String arg0,
int arg1,
int arg2) |
float[][][] |
functionXYZ(String arg0,
int arg1,
int arg2,
int arg3) |
Hashtable |
getRegistryInfo() |
void |
handlePopupMenu(int arg0,
int arg1) |
void |
notifyCallback(int arg0,
Object[] arg1) |
boolean |
notifyEnabled(int arg0) |
void |
setCallbackFunction(String arg0,
String arg1) |
void |
setTextField(JTextField statusField) |
void |
showConsole(boolean arg0) |
void |
showUrl(String arg0) |
public MyJmolStatusListener()
public void setTextField(JTextField statusField)
public String createImage(String arg0, String arg1, Object arg2, int arg3)
createImage in interface org.jmol.api.JmolStatusListenerpublic String eval(String arg0)
eval in interface org.jmol.api.JmolStatusListenerpublic float[][] functionXY(String arg0, int arg1, int arg2)
functionXY in interface org.jmol.api.JmolStatusListenerpublic float[][][] functionXYZ(String arg0, int arg1, int arg2, int arg3)
functionXYZ in interface org.jmol.api.JmolStatusListenerpublic Hashtable getRegistryInfo()
getRegistryInfo in interface org.jmol.api.JmolStatusListenerpublic void showUrl(String arg0)
showUrl in interface org.jmol.api.JmolStatusListenerpublic void notifyCallback(int arg0, Object[] arg1)
notifyCallback in interface org.jmol.api.JmolCallbackListenerpublic boolean notifyEnabled(int arg0)
notifyEnabled in interface org.jmol.api.JmolCallbackListenerpublic void setCallbackFunction(String arg0, String arg1)
setCallbackFunction in interface org.jmol.api.JmolCallbackListenerpublic void handlePopupMenu(int arg0, int arg1)
public void showConsole(boolean arg0)
Copyright © 2012 BioJava. All Rights Reserved.