Class NMR_JmolPanel.MyStatusListener
- java.lang.Object
-
- org.openscience.jmol.app.jmolpanel.StatusListener
-
- org.openscience.jmol.app.janocchio.NMR_JmolPanel.MyStatusListener
-
- All Implemented Interfaces:
JmolCallbackListener
,JmolStatusListener
,JmolSyncInterface
,JSVInterface
- Enclosing class:
- NMR_JmolPanel
class NMR_JmolPanel.MyStatusListener extends StatusListener
-
-
Field Summary
Fields Modifier and Type Field Description private String
defaultFormat
-
Constructor Summary
Constructors Constructor Description MyStatusListener(JmolPanel jmol, DisplayPanel display)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notifyAtomPicked(int atomIndex, String strInfo)
void
notifyCallback(CBK type, Object[] data)
private void
notifyFileLoaded(String fullPathName, String fileName, String modelName, String errorMsg, Boolean isAsync)
void
notifyFrameChanged(int modelIndex)
void
notifyStructureModified()
-
Methods inherited from class org.openscience.jmol.app.jmolpanel.StatusListener
createImage, eval, exitJSpecView, functionXY, functionXYZ, getJSpecViewProperty, getRegistryInfo, notifyEnabled, register, resizeInnerPanel, runScript, saveProperties, setCallbackFunction, setJSpecView, setProperties, setViewer, showUrl, syncScript, syncToJmol
-
-
-
-
Field Detail
-
defaultFormat
private String defaultFormat
-
-
Constructor Detail
-
MyStatusListener
MyStatusListener(JmolPanel jmol, DisplayPanel display)
-
-
Method Detail
-
notifyFileLoaded
private void notifyFileLoaded(String fullPathName, String fileName, String modelName, String errorMsg, Boolean isAsync)
- Parameters:
fullPathName
-fileName
-modelName
-errorMsg
-isAsync
-
-
notifyFrameChanged
public void notifyFrameChanged(int modelIndex)
-
notifyAtomPicked
public void notifyAtomPicked(int atomIndex, String strInfo)
- Parameters:
atomIndex
-strInfo
-
-
notifyCallback
public void notifyCallback(CBK type, Object[] data)
- Specified by:
notifyCallback
in interfaceJmolCallbackListener
- Overrides:
notifyCallback
in classStatusListener
-
notifyStructureModified
public void notifyStructureModified()
-
-