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> |
getProperty(String arg0) |
Hashtable |
getRegistryInfo() |
void |
handlePopupMenu(int arg0,
int arg1) |
boolean |
isVerbose() |
void |
notifyCallback(org.jmol.constant.EnumCallback arg0,
Object[] arg1) |
void |
notifyCallback(int arg0,
Object[] arg1) |
boolean |
notifyEnabled(org.jmol.constant.EnumCallback arg0) |
boolean |
notifyEnabled(int arg0) |
void |
resizeInnerPanel(String data) |
void |
setCallbackFunction(String arg0,
String arg1) |
void |
setTextField(JTextField statusField) |
void |
setVerbose(boolean verbose) |
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 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)
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.constant.EnumCallback arg0,
Object[] arg1)
notifyCallback in interface org.jmol.api.JmolCallbackListenerpublic boolean notifyEnabled(org.jmol.constant.EnumCallback arg0)
notifyEnabled in interface org.jmol.api.JmolCallbackListenerpublic Map<String,Object> getProperty(String arg0)
getProperty in interface org.jmol.api.JmolStatusListenerpublic void resizeInnerPanel(String data)
resizeInnerPanel in interface org.jmol.api.JmolStatusListenerpublic boolean isVerbose()
public void setVerbose(boolean verbose)
Copyright © 2000-2015 BioJava. All Rights Reserved.