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) |
Map<String,Object> |
getJSpecViewProperty(String arg0) |
Map<String,Object> |
getRegistryInfo() |
void |
handlePopupMenu(int arg0,
int arg1) |
void |
notifyCallback(org.jmol.c.CBK message,
Object[] data) |
void |
notifyCallback(int arg0,
Object[] arg1) |
boolean |
notifyEnabled(org.jmol.c.CBK type) |
boolean |
notifyEnabled(int arg0) |
int[] |
resizeInnerPanel(String data) |
void |
setCallbackFunction(String arg0,
String arg1) |
void |
setTextField(JTextField statusField) |
void |
showConsole(boolean arg0) |
void |
showUrl(String arg0) |
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 Map<String,Object> 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)
public boolean notifyEnabled(int arg0)
public void setCallbackFunction(String arg0, String arg1)
setCallbackFunction in interface org.jmol.api.JmolCallbackListenerpublic void handlePopupMenu(int arg0,
int arg1)
public void showConsole(boolean arg0)
public void notifyCallback(org.jmol.c.CBK message,
Object[] data)
notifyCallback in interface org.jmol.api.JmolCallbackListenerpublic boolean notifyEnabled(org.jmol.c.CBK type)
notifyEnabled in interface org.jmol.api.JmolCallbackListenerpublic Map<String,Object> getJSpecViewProperty(String arg0)
getJSpecViewProperty in interface org.jmol.api.JmolStatusListenerpublic int[] resizeInnerPanel(String data)
resizeInnerPanel in interface org.jmol.api.JmolStatusListenerCopyright © 2000–2018 BioJava. All rights reserved.