JAL-2136 New Phyre2 branch + attempt to resynced with develop
[jalview.git] / src / jalview / gui / AppJmol.java
index 68a847e..940f606 100644 (file)
@@ -138,7 +138,8 @@ public class AppJmol extends StructureViewerBase
         closeViewer(false);
       }
     });
-    initJmol(loadStatus); // pdbentry, seq, JBPCHECK!
+    initJmol(loadStatus); // pdbentry, seq, JBPCHECK!ˇ
+
   }
 
   @Override
@@ -156,6 +157,11 @@ public class AppJmol extends StructureViewerBase
 
   IProgressIndicator progressBar = null;
 
+  @Override
+  protected IProgressIndicator getIProgressIndicator()
+  {
+    return progressBar;
+  }
   /**
    * add a single PDB structure to a new or existing Jmol view
    * 
@@ -751,4 +757,10 @@ public class AppJmol extends StructureViewerBase
   {
     return "Jmol";
   }
+
+  @Override
+  protected AAStructureBindingModel getBindingModel()
+  {
+    return jmb;
+  }
 }