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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
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 Details
-
defaultFormat
-
-
Constructor Details
-
MyStatusListener
MyStatusListener(JmolPanel jmol, DisplayPanel display)
-
-
Method Details
-
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
- Parameters:
atomIndex
-strInfo
-
-
notifyCallback
- Specified by:
notifyCallback
in interfaceJmolCallbackListener
- Overrides:
notifyCallback
in classStatusListener
-
notifyStructureModified
public void notifyStructureModified()
-