JAL-2422 tidy of methods and parameters
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index a92fe77..22336b9 100644 (file)
@@ -556,7 +556,7 @@ public class ChimeraViewFrame extends StructureViewerBase
           @Override
           public void run()
           {
-            alignStructs_withAllAlignPanels();
+            alignStructsWithAllAlignPanels();
           }
         }).start();
       }
@@ -632,21 +632,21 @@ public class ChimeraViewFrame extends StructureViewerBase
   }
 
   @Override
-  public void eps_actionPerformed(ActionEvent e)
+  public void eps_actionPerformed()
   {
     throw new Error(MessageManager
             .getString("error.eps_generation_not_implemented"));
   }
 
   @Override
-  public void png_actionPerformed(ActionEvent e)
+  public void png_actionPerformed()
   {
     throw new Error(MessageManager
             .getString("error.png_generation_not_implemented"));
   }
 
   @Override
-  public void showHelp_actionPerformed(ActionEvent actionEvent)
+  public void showHelp_actionPerformed()
   {
     try
     {
@@ -762,9 +762,9 @@ public class ChimeraViewFrame extends StructureViewerBase
    * @return
    */
   @Override
-  protected String alignStructs_withAllAlignPanels()
+  protected String alignStructsWithAllAlignPanels()
   {
-    String reply = super.alignStructs_withAllAlignPanels();
+    String reply = super.alignStructsWithAllAlignPanels();
     if (reply != null)
     {
       statusBar.setText("Superposition failed: " + reply);