JAL-4265 JAL-4267 added a ‘restoreSession’ StructureViewer.getBinding() method that...
[jalview.git] / src / jalview / structure / StructureCommandsBase.java
index 7f919ce..9c2bc6b 100644 (file)
@@ -277,4 +277,10 @@ public abstract class StructureCommandsBase implements StructureCommandsI
   {
     return null;
   }
+  
+  @Override
+  public StructureCommandI restoreSession(String filePath)
+  {
+    return loadFile(filePath);
+  }
 }