Class MyJmolStatusListener
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.jmol.MyJmolStatusListener
-
- All Implemented Interfaces:
org.jmol.api.JmolCallbackListener,org.jmol.api.JmolStatusListener
public class MyJmolStatusListener extends Object implements org.jmol.api.JmolStatusListener
-
-
Constructor Summary
Constructors Constructor Description MyJmolStatusListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateImage(String arg0, String arg1, Object arg2, int arg3)StringdialogAsk(String arg0, String arg1)Stringeval(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()voidhandlePopupMenu(int arg0, int arg1)voidnotifyCallback(int arg0, Object[] arg1)voidnotifyCallback(org.jmol.c.CBK message, Object[] data)booleannotifyEnabled(int arg0)booleannotifyEnabled(org.jmol.c.CBK type)int[]resizeInnerPanel(String data)voidsetCallbackFunction(String arg0, String arg1)voidsetTextField(JTextField statusField)voidshowConsole(boolean arg0)voidshowUrl(String arg0)
-
-
-
Method Detail
-
setTextField
public void setTextField(JTextField statusField)
-
createImage
public String createImage(String arg0, String arg1, Object arg2, int arg3)
- Specified by:
createImagein interfaceorg.jmol.api.JmolStatusListener
-
eval
public String eval(String arg0)
- Specified by:
evalin interfaceorg.jmol.api.JmolStatusListener
-
functionXY
public float[][] functionXY(String arg0, int arg1, int arg2)
- Specified by:
functionXYin interfaceorg.jmol.api.JmolStatusListener
-
functionXYZ
public float[][][] functionXYZ(String arg0, int arg1, int arg2, int arg3)
- Specified by:
functionXYZin interfaceorg.jmol.api.JmolStatusListener
-
getRegistryInfo
public Map<String,Object> getRegistryInfo()
- Specified by:
getRegistryInfoin interfaceorg.jmol.api.JmolStatusListener
-
showUrl
public void showUrl(String arg0)
- Specified by:
showUrlin interfaceorg.jmol.api.JmolStatusListener
-
notifyCallback
public void notifyCallback(int arg0, Object[] arg1)
-
notifyEnabled
public boolean notifyEnabled(int arg0)
-
setCallbackFunction
public void setCallbackFunction(String arg0, String arg1)
- Specified by:
setCallbackFunctionin interfaceorg.jmol.api.JmolCallbackListener
-
handlePopupMenu
public void handlePopupMenu(int arg0, int arg1)
-
showConsole
public void showConsole(boolean arg0)
-
notifyCallback
public void notifyCallback(org.jmol.c.CBK message, Object[] data)- Specified by:
notifyCallbackin interfaceorg.jmol.api.JmolCallbackListener
-
notifyEnabled
public boolean notifyEnabled(org.jmol.c.CBK type)
- Specified by:
notifyEnabledin interfaceorg.jmol.api.JmolCallbackListener
-
getJSpecViewProperty
public Map<String,Object> getJSpecViewProperty(String arg0)
- Specified by:
getJSpecViewPropertyin interfaceorg.jmol.api.JmolStatusListener
-
resizeInnerPanel
public int[] resizeInnerPanel(String data)
- Specified by:
resizeInnerPanelin interfaceorg.jmol.api.JmolStatusListener
-
-