Class MyJmolStatusListener
java.lang.Object
org.biojava.nbio.structure.align.gui.jmol.MyJmolStatusListener
- All Implemented Interfaces:
org.jmol.api.JmolCallbackListener,org.jmol.api.JmolStatusListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImage(String arg0, String arg1, Object arg2, int arg3) float[][]functionXY(String arg0, int arg1, int arg2) float[][][]functionXYZ(String arg0, int arg1, int arg2, int arg3) getJSpecViewProperty(String arg0) 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) void
-
Constructor Details
-
MyJmolStatusListener
public MyJmolStatusListener()
-
-
Method Details
-
setTextField
-
createImage
- Specified by:
createImagein interfaceorg.jmol.api.JmolStatusListener
-
eval
- Specified by:
evalin interfaceorg.jmol.api.JmolStatusListener
-
functionXY
- Specified by:
functionXYin interfaceorg.jmol.api.JmolStatusListener
-
functionXYZ
- Specified by:
functionXYZin interfaceorg.jmol.api.JmolStatusListener
-
getRegistryInfo
- Specified by:
getRegistryInfoin interfaceorg.jmol.api.JmolStatusListener
-
showUrl
- Specified by:
showUrlin interfaceorg.jmol.api.JmolStatusListener
-
notifyCallback
-
notifyEnabled
public boolean notifyEnabled(int arg0) -
setCallbackFunction
- Specified by:
setCallbackFunctionin interfaceorg.jmol.api.JmolCallbackListener
-
dialogAsk
-
handlePopupMenu
public void handlePopupMenu(int arg0, int arg1) -
showConsole
public void showConsole(boolean arg0) -
notifyCallback
- Specified by:
notifyCallbackin interfaceorg.jmol.api.JmolCallbackListener
-
notifyEnabled
public boolean notifyEnabled(org.jmol.c.CBK type) - Specified by:
notifyEnabledin interfaceorg.jmol.api.JmolCallbackListener
-
getJSpecViewProperty
- Specified by:
getJSpecViewPropertyin interfaceorg.jmol.api.JmolStatusListener
-
resizeInnerPanel
- Specified by:
resizeInnerPanelin interfaceorg.jmol.api.JmolStatusListener
-