X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fjmol%2FJmolCommands.java;fp=src%2Fjalview%2Fext%2Fjmol%2FJmolCommands.java;h=01dac9b786503967cf2124d7d1316c6a58b988d7;hb=7f09e6ac5717bc78373c5d77f309831403e6ebf8;hp=e621ba5262072455a903da47f34129eb74599646;hpb=a5ef7bc19bcd58a33bb385db729fd62c88e64b09;p=jalview.git diff --git a/src/jalview/ext/jmol/JmolCommands.java b/src/jalview/ext/jmol/JmolCommands.java index e621ba5..01dac9b 100644 --- a/src/jalview/ext/jmol/JmolCommands.java +++ b/src/jalview/ext/jmol/JmolCommands.java @@ -501,11 +501,13 @@ public class JmolCommands extends StructureCommandsBase return null; // not an external viewer } + @Override public StructureCommandI saveState(String label) { return new StructureCommand("save STATE " + label); } + @Override public StructureCommandI restoreState(String label) { return new StructureCommand("restore STATE " + label);