Class ChimeMessenger

  • All Implemented Interfaces:
    JmolChimeMessenger

    public class ChimeMessenger
    extends java.lang.Object
    implements JmolChimeMessenger
    A legacy Chime-compatible messenger. Enabled using set messageStyleChime. Probably used only by ProteinExplorer. Consolidates all Chime business and gets this code out of Viewer and other more commonly used classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Viewer vwr  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChimeMessenger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getAllChimeInfo​(javajs.util.SB sb)  
      java.lang.String getInfoXYZ​(Atom a)
      called when an atom is picked
      void reportSelection​(int n)
      report atom selection in Chime format
      java.lang.String scriptCompleted​(StatusManager sm, java.lang.String statusMessage, java.lang.String strErrorMessageUntranslated)
      called when a script exits.
      JmolChimeMessenger set​(Viewer vwr)  
      void showHash​(javajs.util.SB outputBuffer, java.lang.String s)
      #xxxx command output
      void update​(java.lang.String msg)
      called upon script exit and file opening
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait