2 * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3 * Copyright (C) $$Year-Rel$$ The Jalview Authors
5 * This file is part of Jalview.
7 * Jalview is free software: you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation, either version 3
10 * of the License, or (at your option) any later version.
12 * Jalview is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with Jalview. If not, see <http://www.gnu.org/licenses/>.
19 * The Jalview Authors are detailed in the 'AUTHORS' file.
23 import jalview.analysis.AlignmentSorter;
24 import jalview.analysis.AlignmentUtils;
25 import jalview.analysis.CrossRef;
26 import jalview.analysis.Dna;
27 import jalview.analysis.ParseProperties;
28 import jalview.analysis.SequenceIdMatcher;
29 import jalview.api.AlignExportSettingI;
30 import jalview.api.AlignViewControllerGuiI;
31 import jalview.api.AlignViewControllerI;
32 import jalview.api.AlignViewportI;
33 import jalview.api.AlignmentViewPanel;
34 import jalview.api.FeatureSettingsControllerI;
35 import jalview.api.SplitContainerI;
36 import jalview.api.ViewStyleI;
37 import jalview.api.analysis.ScoreModelI;
38 import jalview.api.analysis.SimilarityParamsI;
39 import jalview.bin.Cache;
40 import jalview.bin.Jalview;
41 import jalview.commands.CommandI;
42 import jalview.commands.EditCommand;
43 import jalview.commands.EditCommand.Action;
44 import jalview.commands.OrderCommand;
45 import jalview.commands.RemoveGapColCommand;
46 import jalview.commands.RemoveGapsCommand;
47 import jalview.commands.SlideSequencesCommand;
48 import jalview.commands.TrimRegionCommand;
49 import jalview.datamodel.AlignedCodonFrame;
50 import jalview.datamodel.Alignment;
51 import jalview.datamodel.AlignmentAnnotation;
52 import jalview.datamodel.AlignmentExportData;
53 import jalview.datamodel.AlignmentI;
54 import jalview.datamodel.AlignmentOrder;
55 import jalview.datamodel.AlignmentView;
56 import jalview.datamodel.ColumnSelection;
57 import jalview.datamodel.HiddenSequences;
58 import jalview.datamodel.PDBEntry;
59 import jalview.datamodel.SeqCigar;
60 import jalview.datamodel.Sequence;
61 import jalview.datamodel.SequenceGroup;
62 import jalview.datamodel.SequenceI;
63 import jalview.gui.ColourMenuHelper.ColourChangeListener;
64 import jalview.gui.ViewSelectionMenu.ViewSetProvider;
65 import jalview.io.AlignmentProperties;
66 import jalview.io.AnnotationFile;
67 import jalview.io.BioJsHTMLOutput;
68 import jalview.io.DataSourceType;
69 import jalview.io.FileFormat;
70 import jalview.io.FileFormatI;
71 import jalview.io.FileFormats;
72 import jalview.io.FileLoader;
73 import jalview.io.FileParse;
74 import jalview.io.FormatAdapter;
75 import jalview.io.HtmlSvgOutput;
76 import jalview.io.IdentifyFile;
77 import jalview.io.JPredFile;
78 import jalview.io.JalviewFileChooser;
79 import jalview.io.JalviewFileView;
80 import jalview.io.JnetAnnotationMaker;
81 import jalview.io.NewickFile;
82 import jalview.io.ScoreMatrixFile;
83 import jalview.io.TCoffeeScoreFile;
84 import jalview.jbgui.GAlignFrame;
85 import jalview.schemes.ColourSchemeI;
86 import jalview.schemes.ColourSchemes;
87 import jalview.schemes.ResidueColourScheme;
88 import jalview.schemes.TCoffeeColourScheme;
89 import jalview.util.MessageManager;
90 import jalview.viewmodel.AlignmentViewport;
91 import jalview.viewmodel.ViewportRanges;
92 import jalview.ws.DBRefFetcher;
93 import jalview.ws.DBRefFetcher.FetchFinishedListenerI;
94 import jalview.ws.jws1.Discoverer;
95 import jalview.ws.jws2.Jws2Discoverer;
96 import jalview.ws.jws2.jabaws2.Jws2Instance;
97 import jalview.ws.seqfetcher.DbSourceProxy;
99 import java.awt.BorderLayout;
100 import java.awt.Component;
101 import java.awt.Rectangle;
102 import java.awt.Toolkit;
103 import java.awt.datatransfer.Clipboard;
104 import java.awt.datatransfer.DataFlavor;
105 import java.awt.datatransfer.StringSelection;
106 import java.awt.datatransfer.Transferable;
107 import java.awt.dnd.DnDConstants;
108 import java.awt.dnd.DropTargetDragEvent;
109 import java.awt.dnd.DropTargetDropEvent;
110 import java.awt.dnd.DropTargetEvent;
111 import java.awt.dnd.DropTargetListener;
112 import java.awt.event.ActionEvent;
113 import java.awt.event.ActionListener;
114 import java.awt.event.FocusAdapter;
115 import java.awt.event.FocusEvent;
116 import java.awt.event.ItemEvent;
117 import java.awt.event.ItemListener;
118 import java.awt.event.KeyAdapter;
119 import java.awt.event.KeyEvent;
120 import java.awt.event.MouseEvent;
121 import java.awt.print.PageFormat;
122 import java.awt.print.PrinterJob;
123 import java.beans.PropertyChangeEvent;
125 import java.io.FileWriter;
126 import java.io.PrintWriter;
128 import java.util.ArrayList;
129 import java.util.Arrays;
130 import java.util.Deque;
131 import java.util.Enumeration;
132 import java.util.Hashtable;
133 import java.util.List;
134 import java.util.Vector;
136 import javax.swing.JCheckBoxMenuItem;
137 import javax.swing.JEditorPane;
138 import javax.swing.JInternalFrame;
139 import javax.swing.JLayeredPane;
140 import javax.swing.JMenu;
141 import javax.swing.JMenuItem;
142 import javax.swing.JScrollPane;
143 import javax.swing.SwingUtilities;
149 * @version $Revision$
151 public class AlignFrame extends GAlignFrame implements DropTargetListener,
152 IProgressIndicator, AlignViewControllerGuiI, ColourChangeListener
155 public static final int DEFAULT_WIDTH = 700;
157 public static final int DEFAULT_HEIGHT = 500;
160 * The currently displayed panel (selected tabbed view if more than one)
162 public AlignmentPanel alignPanel;
164 AlignViewport viewport;
166 ViewportRanges vpRanges;
168 public AlignViewControllerI avc;
170 List<AlignmentPanel> alignPanels = new ArrayList<AlignmentPanel>();
173 * Last format used to load or save alignments in this window
175 FileFormatI currentFileFormat = null;
178 * Current filename for this alignment
180 String fileName = null;
183 * Creates a new AlignFrame object with specific width and height.
189 public AlignFrame(AlignmentI al, int width, int height)
191 this(al, null, width, height);
195 * Creates a new AlignFrame object with specific width, height and
201 * @param sequenceSetId
203 public AlignFrame(AlignmentI al, int width, int height,
204 String sequenceSetId)
206 this(al, null, width, height, sequenceSetId);
210 * Creates a new AlignFrame object with specific width, height and
216 * @param sequenceSetId
219 public AlignFrame(AlignmentI al, int width, int height,
220 String sequenceSetId, String viewId)
222 this(al, null, width, height, sequenceSetId, viewId);
226 * new alignment window with hidden columns
230 * @param hiddenColumns
231 * ColumnSelection or null
233 * Width of alignment frame
237 public AlignFrame(AlignmentI al, ColumnSelection hiddenColumns,
238 int width, int height)
240 this(al, hiddenColumns, width, height, null);
244 * Create alignment frame for al with hiddenColumns, a specific width and
245 * height, and specific sequenceId
248 * @param hiddenColumns
251 * @param sequenceSetId
254 public AlignFrame(AlignmentI al, ColumnSelection hiddenColumns,
255 int width, int height, String sequenceSetId)
257 this(al, hiddenColumns, width, height, sequenceSetId, null);
261 * Create alignment frame for al with hiddenColumns, a specific width and
262 * height, and specific sequenceId
265 * @param hiddenColumns
268 * @param sequenceSetId
273 public AlignFrame(AlignmentI al, ColumnSelection hiddenColumns,
274 int width, int height, String sequenceSetId, String viewId)
276 setSize(width, height);
278 if (al.getDataset() == null)
283 viewport = new AlignViewport(al, hiddenColumns, sequenceSetId, viewId);
285 alignPanel = new AlignmentPanel(this, viewport);
287 addAlignmentPanel(alignPanel, true);
291 public AlignFrame(AlignmentI al, SequenceI[] hiddenSeqs,
292 ColumnSelection hiddenColumns, int width, int height)
294 setSize(width, height);
296 if (al.getDataset() == null)
301 viewport = new AlignViewport(al, hiddenColumns);
303 if (hiddenSeqs != null && hiddenSeqs.length > 0)
305 viewport.hideSequence(hiddenSeqs);
307 alignPanel = new AlignmentPanel(this, viewport);
308 addAlignmentPanel(alignPanel, true);
313 * Make a new AlignFrame from existing alignmentPanels
320 public AlignFrame(AlignmentPanel ap)
324 addAlignmentPanel(ap, false);
329 * initalise the alignframe from the underlying viewport data and the
334 if (!Jalview.isHeadlessMode())
336 progressBar = new ProgressBar(this.statusPanel, this.statusBar);
339 vpRanges = viewport.getRanges();
340 avc = new jalview.controller.AlignViewController(this, viewport,
342 if (viewport.getAlignmentConservationAnnotation() == null)
344 // BLOSUM62Colour.setEnabled(false);
345 conservationMenuItem.setEnabled(false);
346 modifyConservation.setEnabled(false);
347 // PIDColour.setEnabled(false);
348 // abovePIDThreshold.setEnabled(false);
349 // modifyPID.setEnabled(false);
352 String sortby = jalview.bin.Cache.getDefault("SORT_ALIGNMENT",
355 if (sortby.equals("Id"))
357 sortIDMenuItem_actionPerformed(null);
359 else if (sortby.equals("Pairwise Identity"))
361 sortPairwiseMenuItem_actionPerformed(null);
365 .setShowAutocalculatedAbove(isShowAutoCalculatedAbove());
367 setMenusFromViewport(viewport);
368 buildSortByAnnotationScoresMenu();
369 calculateTree.addActionListener(new ActionListener()
373 public void actionPerformed(ActionEvent e)
380 if (Desktop.desktop != null)
382 this.setDropTarget(new java.awt.dnd.DropTarget(this, this));
383 addServiceListeners();
387 if (viewport.getWrapAlignment())
389 wrapMenuItem_actionPerformed(null);
392 if (jalview.bin.Cache.getDefault("SHOW_OVERVIEW", false))
394 this.overviewMenuItem_actionPerformed(null);
399 final List<AlignmentPanel> selviews = new ArrayList<AlignmentPanel>();
400 final List<AlignmentPanel> origview = new ArrayList<AlignmentPanel>();
401 final String menuLabel = MessageManager
402 .getString("label.copy_format_from");
403 ViewSelectionMenu vsel = new ViewSelectionMenu(menuLabel,
404 new ViewSetProvider()
408 public AlignmentPanel[] getAllAlignmentPanels()
411 origview.add(alignPanel);
412 // make an array of all alignment panels except for this one
413 List<AlignmentPanel> aps = new ArrayList<AlignmentPanel>(
414 Arrays.asList(Desktop.getAlignmentPanels(null)));
415 aps.remove(AlignFrame.this.alignPanel);
416 return aps.toArray(new AlignmentPanel[aps.size()]);
418 }, selviews, new ItemListener()
422 public void itemStateChanged(ItemEvent e)
424 if (origview.size() > 0)
426 final AlignmentPanel ap = origview.get(0);
429 * Copy the ViewStyle of the selected panel to 'this one'.
430 * Don't change value of 'scaleProteinAsCdna' unless copying
433 ViewStyleI vs = selviews.get(0).getAlignViewport()
435 boolean fromSplitFrame = selviews.get(0)
436 .getAlignViewport().getCodingComplement() != null;
439 vs.setScaleProteinAsCdna(ap.getAlignViewport()
440 .getViewStyle().isScaleProteinAsCdna());
442 ap.getAlignViewport().setViewStyle(vs);
445 * Also rescale ViewStyle of SplitFrame complement if there is
446 * one _and_ it is set to 'scaledProteinAsCdna'; we don't copy
447 * the whole ViewStyle (allow cDNA protein to have different
450 AlignViewportI complement = ap.getAlignViewport()
451 .getCodingComplement();
452 if (complement != null && vs.isScaleProteinAsCdna())
454 AlignFrame af = Desktop.getAlignFrameFor(complement);
455 ((SplitFrame) af.getSplitViewContainer())
457 af.setMenusForViewport();
461 ap.setSelected(true);
462 ap.alignFrame.setMenusForViewport();
467 if (Cache.getDefault("VERSION", "DEVELOPMENT").toLowerCase()
468 .indexOf("devel") > -1
469 || Cache.getDefault("VERSION", "DEVELOPMENT").toLowerCase()
470 .indexOf("test") > -1)
472 formatMenu.add(vsel);
474 addFocusListener(new FocusAdapter()
477 public void focusGained(FocusEvent e)
479 Jalview.setCurrentAlignFrame(AlignFrame.this);
486 * Change the filename and format for the alignment, and enable the 'reload'
487 * button functionality.
494 public void setFileName(String file, FileFormatI format)
497 setFileFormat(format);
498 reload.setEnabled(true);
502 * Add a KeyListener with handlers for various KeyPressed and KeyReleased
505 void addKeyListener()
507 addKeyListener(new KeyAdapter()
510 public void keyPressed(KeyEvent evt)
512 if (viewport.cursorMode
513 && ((evt.getKeyCode() >= KeyEvent.VK_0 && evt.getKeyCode() <= KeyEvent.VK_9) || (evt
514 .getKeyCode() >= KeyEvent.VK_NUMPAD0 && evt
515 .getKeyCode() <= KeyEvent.VK_NUMPAD9))
516 && Character.isDigit(evt.getKeyChar()))
518 alignPanel.getSeqPanel().numberPressed(evt.getKeyChar());
521 switch (evt.getKeyCode())
524 case 27: // escape key
525 deselectAllSequenceMenuItem_actionPerformed(null);
529 case KeyEvent.VK_DOWN:
530 if (evt.isAltDown() || !viewport.cursorMode)
532 moveSelectedSequences(false);
534 if (viewport.cursorMode)
536 alignPanel.getSeqPanel().moveCursor(0, 1);
541 if (evt.isAltDown() || !viewport.cursorMode)
543 moveSelectedSequences(true);
545 if (viewport.cursorMode)
547 alignPanel.getSeqPanel().moveCursor(0, -1);
552 case KeyEvent.VK_LEFT:
553 if (evt.isAltDown() || !viewport.cursorMode)
555 slideSequences(false, alignPanel.getSeqPanel().getKeyboardNo1());
559 alignPanel.getSeqPanel().moveCursor(-1, 0);
564 case KeyEvent.VK_RIGHT:
565 if (evt.isAltDown() || !viewport.cursorMode)
567 slideSequences(true, alignPanel.getSeqPanel().getKeyboardNo1());
571 alignPanel.getSeqPanel().moveCursor(1, 0);
575 case KeyEvent.VK_SPACE:
576 if (viewport.cursorMode)
578 alignPanel.getSeqPanel().insertGapAtCursor(
579 evt.isControlDown() || evt.isShiftDown()
584 // case KeyEvent.VK_A:
585 // if (viewport.cursorMode)
587 // alignPanel.seqPanel.insertNucAtCursor(false,"A");
588 // //System.out.println("A");
592 * case KeyEvent.VK_CLOSE_BRACKET: if (viewport.cursorMode) {
593 * System.out.println("closing bracket"); } break;
595 case KeyEvent.VK_DELETE:
596 case KeyEvent.VK_BACK_SPACE:
597 if (!viewport.cursorMode)
599 cut_actionPerformed(null);
603 alignPanel.getSeqPanel().deleteGapAtCursor(
604 evt.isControlDown() || evt.isShiftDown()
611 if (viewport.cursorMode)
613 alignPanel.getSeqPanel().setCursorRow();
617 if (viewport.cursorMode && !evt.isControlDown())
619 alignPanel.getSeqPanel().setCursorColumn();
623 if (viewport.cursorMode)
625 alignPanel.getSeqPanel().setCursorPosition();
629 case KeyEvent.VK_ENTER:
630 case KeyEvent.VK_COMMA:
631 if (viewport.cursorMode)
633 alignPanel.getSeqPanel().setCursorRowAndColumn();
638 if (viewport.cursorMode)
640 alignPanel.getSeqPanel().setSelectionAreaAtCursor(true);
644 if (viewport.cursorMode)
646 alignPanel.getSeqPanel().setSelectionAreaAtCursor(false);
651 viewport.cursorMode = !viewport.cursorMode;
652 statusBar.setText(MessageManager.formatMessage(
653 "label.keyboard_editing_mode",
654 new String[] { (viewport.cursorMode ? "on" : "off") }));
655 if (viewport.cursorMode)
657 alignPanel.getSeqPanel().seqCanvas.cursorX = vpRanges
659 alignPanel.getSeqPanel().seqCanvas.cursorY = vpRanges
662 alignPanel.getSeqPanel().seqCanvas.repaint();
668 Help.showHelpWindow();
669 } catch (Exception ex)
671 ex.printStackTrace();
676 boolean toggleSeqs = !evt.isControlDown();
677 boolean toggleCols = !evt.isShiftDown();
678 toggleHiddenRegions(toggleSeqs, toggleCols);
683 boolean toggleSel = evt.isControlDown() || evt.isMetaDown();
684 boolean modifyExisting = true; // always modify, don't clear
685 // evt.isShiftDown();
686 boolean invertHighlighted = evt.isAltDown();
687 avc.markHighlightedColumns(invertHighlighted, modifyExisting,
691 case KeyEvent.VK_PAGE_UP:
692 if (viewport.getWrapAlignment())
694 alignPanel.scrollUp(true);
698 alignPanel.setScrollValues(vpRanges.getStartRes(),
699 2 * vpRanges.getStartSeq() - vpRanges.getEndSeq());
702 case KeyEvent.VK_PAGE_DOWN:
703 if (viewport.getWrapAlignment())
705 alignPanel.scrollUp(false);
709 alignPanel.setScrollValues(vpRanges.getStartRes(),
710 vpRanges.getEndSeq());
717 public void keyReleased(KeyEvent evt)
719 switch (evt.getKeyCode())
721 case KeyEvent.VK_LEFT:
722 if (evt.isAltDown() || !viewport.cursorMode)
724 viewport.firePropertyChange("alignment", null, viewport
725 .getAlignment().getSequences());
729 case KeyEvent.VK_RIGHT:
730 if (evt.isAltDown() || !viewport.cursorMode)
732 viewport.firePropertyChange("alignment", null, viewport
733 .getAlignment().getSequences());
741 public void addAlignmentPanel(final AlignmentPanel ap, boolean newPanel)
743 ap.alignFrame = this;
744 avc = new jalview.controller.AlignViewController(this, viewport,
749 PaintRefresher.Register(ap, ap.av.getSequenceSetId());
751 int aSize = alignPanels.size();
753 tabbedPane.setVisible(aSize > 1 || ap.av.viewName != null);
755 if (aSize == 1 && ap.av.viewName == null)
757 this.getContentPane().add(ap, BorderLayout.CENTER);
763 setInitialTabVisible();
766 expandViews.setEnabled(true);
767 gatherViews.setEnabled(true);
768 tabbedPane.addTab(ap.av.viewName, ap);
770 ap.setVisible(false);
775 if (ap.av.isPadGaps())
777 ap.av.getAlignment().padGaps();
779 ap.av.updateConservation(ap);
780 ap.av.updateConsensus(ap);
781 ap.av.updateStrucConsensus(ap);
785 public void setInitialTabVisible()
787 expandViews.setEnabled(true);
788 gatherViews.setEnabled(true);
789 tabbedPane.setVisible(true);
790 AlignmentPanel first = alignPanels.get(0);
791 tabbedPane.addTab(first.av.viewName, first);
792 this.getContentPane().add(tabbedPane, BorderLayout.CENTER);
795 public AlignViewport getViewport()
800 /* Set up intrinsic listeners for dynamically generated GUI bits. */
801 private void addServiceListeners()
803 final java.beans.PropertyChangeListener thisListener;
804 Desktop.instance.addJalviewPropertyChangeListener("services",
805 thisListener = new java.beans.PropertyChangeListener()
808 public void propertyChange(PropertyChangeEvent evt)
810 // // System.out.println("Discoverer property change.");
811 // if (evt.getPropertyName().equals("services"))
813 SwingUtilities.invokeLater(new Runnable()
820 .println("Rebuild WS Menu for service change");
821 BuildWebServiceMenu();
828 addInternalFrameListener(new javax.swing.event.InternalFrameAdapter()
831 public void internalFrameClosed(
832 javax.swing.event.InternalFrameEvent evt)
834 // System.out.println("deregistering discoverer listener");
835 Desktop.instance.removeJalviewPropertyChangeListener("services",
837 closeMenuItem_actionPerformed(true);
840 // Finally, build the menu once to get current service state
841 new Thread(new Runnable()
846 BuildWebServiceMenu();
852 * Configure menu items that vary according to whether the alignment is
853 * nucleotide or protein
855 public void setGUINucleotide()
857 AlignmentI al = getViewport().getAlignment();
858 boolean nucleotide = al.isNucleotide();
860 showTranslation.setVisible(nucleotide);
861 showReverse.setVisible(nucleotide);
862 showReverseComplement.setVisible(nucleotide);
863 conservationMenuItem.setEnabled(!nucleotide);
864 modifyConservation.setEnabled(!nucleotide
865 && conservationMenuItem.isSelected());
866 showGroupConservation.setEnabled(!nucleotide);
868 showComplementMenuItem.setText(nucleotide ? MessageManager
869 .getString("label.protein") : MessageManager
870 .getString("label.nucleotide"));
874 * set up menus for the current viewport. This may be called after any
875 * operation that affects the data in the current view (selection changed,
876 * etc) to update the menus to reflect the new state.
879 public void setMenusForViewport()
881 setMenusFromViewport(viewport);
885 * Need to call this method when tabs are selected for multiple views, or when
886 * loading from Jalview2XML.java
891 void setMenusFromViewport(AlignViewport av)
893 padGapsMenuitem.setSelected(av.isPadGaps());
894 colourTextMenuItem.setSelected(av.isShowColourText());
895 abovePIDThreshold.setSelected(av.getAbovePIDThreshold());
896 modifyPID.setEnabled(abovePIDThreshold.isSelected());
897 conservationMenuItem.setSelected(av.getConservationSelected());
898 modifyConservation.setEnabled(conservationMenuItem.isSelected());
899 seqLimits.setSelected(av.getShowJVSuffix());
900 idRightAlign.setSelected(av.isRightAlignIds());
901 centreColumnLabelsMenuItem.setState(av.isCentreColumnLabels());
902 renderGapsMenuItem.setSelected(av.isRenderGaps());
903 wrapMenuItem.setSelected(av.getWrapAlignment());
904 scaleAbove.setVisible(av.getWrapAlignment());
905 scaleLeft.setVisible(av.getWrapAlignment());
906 scaleRight.setVisible(av.getWrapAlignment());
907 annotationPanelMenuItem.setState(av.isShowAnnotation());
909 * Show/hide annotations only enabled if annotation panel is shown
911 showAllSeqAnnotations.setEnabled(annotationPanelMenuItem.getState());
912 hideAllSeqAnnotations.setEnabled(annotationPanelMenuItem.getState());
913 showAllAlAnnotations.setEnabled(annotationPanelMenuItem.getState());
914 hideAllAlAnnotations.setEnabled(annotationPanelMenuItem.getState());
915 viewBoxesMenuItem.setSelected(av.getShowBoxes());
916 viewTextMenuItem.setSelected(av.getShowText());
917 showNonconservedMenuItem.setSelected(av.getShowUnconserved());
918 showGroupConsensus.setSelected(av.isShowGroupConsensus());
919 showGroupConservation.setSelected(av.isShowGroupConservation());
920 showConsensusHistogram.setSelected(av.isShowConsensusHistogram());
921 showSequenceLogo.setSelected(av.isShowSequenceLogo());
922 normaliseSequenceLogo.setSelected(av.isNormaliseSequenceLogo());
924 ColourMenuHelper.setColourSelected(colourMenu,
925 av.getGlobalColourScheme());
927 showSeqFeatures.setSelected(av.isShowSequenceFeatures());
928 hiddenMarkers.setState(av.getShowHiddenMarkers());
929 applyToAllGroups.setState(av.getColourAppliesToAllGroups());
930 showNpFeatsMenuitem.setSelected(av.isShowNPFeats());
931 showDbRefsMenuitem.setSelected(av.isShowDBRefs());
932 autoCalculate.setSelected(av.autoCalculateConsensus);
933 sortByTree.setSelected(av.sortByTree);
934 listenToViewSelections.setSelected(av.followSelection);
936 showProducts.setEnabled(canShowProducts());
937 setGroovyEnabled(Desktop.getGroovyConsole() != null);
943 * Set the enabled state of the 'Run Groovy' option in the Calculate menu
947 public void setGroovyEnabled(boolean b)
949 runGroovy.setEnabled(b);
952 private IProgressIndicator progressBar;
957 * @see jalview.gui.IProgressIndicator#setProgressBar(java.lang.String, long)
960 public void setProgressBar(String message, long id)
962 progressBar.setProgressBar(message, id);
966 public void registerHandler(final long id,
967 final IProgressIndicatorHandler handler)
969 progressBar.registerHandler(id, handler);
974 * @return true if any progress bars are still active
977 public boolean operationInProgress()
979 return progressBar.operationInProgress();
983 public void setStatus(String text)
985 statusBar.setText(text);
989 * Added so Castor Mapping file can obtain Jalview Version
991 public String getVersion()
993 return jalview.bin.Cache.getProperty("VERSION");
996 public FeatureRenderer getFeatureRenderer()
998 return alignPanel.getSeqPanel().seqCanvas.getFeatureRenderer();
1002 public void fetchSequence_actionPerformed(ActionEvent e)
1004 new jalview.gui.SequenceFetcher(this);
1008 public void addFromFile_actionPerformed(ActionEvent e)
1010 Desktop.instance.inputLocalFileMenuItem_actionPerformed(viewport);
1014 public void reload_actionPerformed(ActionEvent e)
1016 if (fileName != null)
1018 // TODO: JAL-1108 - ensure all associated frames are closed regardless of
1019 // originating file's format
1020 // TODO: work out how to recover feature settings for correct view(s) when
1021 // file is reloaded.
1022 if (FileFormat.Jalview.equals(currentFileFormat))
1024 JInternalFrame[] frames = Desktop.desktop.getAllFrames();
1025 for (int i = 0; i < frames.length; i++)
1027 if (frames[i] instanceof AlignFrame && frames[i] != this
1028 && ((AlignFrame) frames[i]).fileName != null
1029 && ((AlignFrame) frames[i]).fileName.equals(fileName))
1033 frames[i].setSelected(true);
1034 Desktop.instance.closeAssociatedWindows();
1035 } catch (java.beans.PropertyVetoException ex)
1041 Desktop.instance.closeAssociatedWindows();
1043 FileLoader loader = new FileLoader();
1044 DataSourceType protocol = fileName.startsWith("http:") ? DataSourceType.URL
1045 : DataSourceType.FILE;
1046 loader.LoadFile(viewport, fileName, protocol, currentFileFormat);
1050 Rectangle bounds = this.getBounds();
1052 FileLoader loader = new FileLoader();
1053 DataSourceType protocol = fileName.startsWith("http:") ? DataSourceType.URL
1054 : DataSourceType.FILE;
1055 AlignFrame newframe = loader.LoadFileWaitTillLoaded(fileName,
1056 protocol, currentFileFormat);
1058 newframe.setBounds(bounds);
1059 if (featureSettings != null && featureSettings.isShowing())
1061 final Rectangle fspos = featureSettings.frame.getBounds();
1062 // TODO: need a 'show feature settings' function that takes bounds -
1063 // need to refactor Desktop.addFrame
1064 newframe.featureSettings_actionPerformed(null);
1065 final FeatureSettings nfs = newframe.featureSettings;
1066 SwingUtilities.invokeLater(new Runnable()
1071 nfs.frame.setBounds(fspos);
1074 this.featureSettings.close();
1075 this.featureSettings = null;
1077 this.closeMenuItem_actionPerformed(true);
1083 public void addFromText_actionPerformed(ActionEvent e)
1085 Desktop.instance.inputTextboxMenuItem_actionPerformed(viewport
1090 public void addFromURL_actionPerformed(ActionEvent e)
1092 Desktop.instance.inputURLMenuItem_actionPerformed(viewport);
1096 public void save_actionPerformed(ActionEvent e)
1098 if (fileName == null || (currentFileFormat == null)
1099 || fileName.startsWith("http"))
1101 saveAs_actionPerformed(null);
1105 saveAlignment(fileName, currentFileFormat);
1116 public void saveAs_actionPerformed(ActionEvent e)
1118 String format = currentFileFormat == null ? null : currentFileFormat
1120 JalviewFileChooser chooser = JalviewFileChooser.forWrite(
1121 Cache.getProperty("LAST_DIRECTORY"), format);
1123 chooser.setFileView(new JalviewFileView());
1124 chooser.setDialogTitle(MessageManager
1125 .getString("label.save_alignment_to_file"));
1126 chooser.setToolTipText(MessageManager.getString("action.save"));
1128 int value = chooser.showSaveDialog(this);
1130 if (value == JalviewFileChooser.APPROVE_OPTION)
1132 currentFileFormat = chooser.getSelectedFormat();
1133 while (currentFileFormat == null)
1136 .showInternalMessageDialog(
1139 .getString("label.select_file_format_before_saving"),
1141 .getString("label.file_format_not_specified"),
1142 JvOptionPane.WARNING_MESSAGE);
1143 currentFileFormat = chooser.getSelectedFormat();
1144 value = chooser.showSaveDialog(this);
1145 if (value != JalviewFileChooser.APPROVE_OPTION)
1151 fileName = chooser.getSelectedFile().getPath();
1153 Cache.setProperty("DEFAULT_FILE_FORMAT", currentFileFormat.getName());
1155 Cache.setProperty("LAST_DIRECTORY", fileName);
1156 saveAlignment(fileName, currentFileFormat);
1160 public boolean saveAlignment(String file, FileFormatI format)
1162 boolean success = true;
1164 if (FileFormat.Jalview.equals(format))
1166 String shortName = title;
1168 if (shortName.indexOf(java.io.File.separatorChar) > -1)
1170 shortName = shortName.substring(shortName
1171 .lastIndexOf(java.io.File.separatorChar) + 1);
1174 success = new Jalview2XML().saveAlignment(this, file, shortName);
1176 statusBar.setText(MessageManager.formatMessage(
1177 "label.successfully_saved_to_file_in_format", new Object[] {
1178 fileName, format }));
1183 AlignmentExportData exportData = getAlignmentForExport(format,
1185 if (exportData.getSettings().isCancelled())
1189 FormatAdapter f = new FormatAdapter(alignPanel,
1190 exportData.getSettings());
1191 String output = f.formatSequences(
1193 exportData.getAlignment(), // class cast exceptions will
1194 // occur in the distant future
1195 exportData.getOmitHidden(), exportData.getStartEndPostions(),
1196 f.getCacheSuffixDefault(format),
1197 viewport.getColumnSelection());
1207 PrintWriter out = new PrintWriter(new FileWriter(file));
1211 this.setTitle(file);
1212 statusBar.setText(MessageManager.formatMessage(
1213 "label.successfully_saved_to_file_in_format",
1214 new Object[] { fileName, format.getName() }));
1215 } catch (Exception ex)
1218 ex.printStackTrace();
1225 JvOptionPane.showInternalMessageDialog(this, MessageManager
1226 .formatMessage("label.couldnt_save_file",
1227 new Object[] { fileName }), MessageManager
1228 .getString("label.error_saving_file"),
1229 JvOptionPane.WARNING_MESSAGE);
1235 private void warningMessage(String warning, String title)
1237 if (new jalview.util.Platform().isHeadless())
1239 System.err.println("Warning: " + title + "\nWarning: " + warning);
1244 JvOptionPane.showInternalMessageDialog(this, warning, title,
1245 JvOptionPane.WARNING_MESSAGE);
1257 protected void outputText_actionPerformed(ActionEvent e)
1259 FileFormatI fileFormat = FileFormats.getInstance().forName(
1260 e.getActionCommand());
1261 AlignmentExportData exportData = getAlignmentForExport(fileFormat,
1263 if (exportData.getSettings().isCancelled())
1267 CutAndPasteTransfer cap = new CutAndPasteTransfer();
1268 cap.setForInput(null);
1271 FileFormatI format = fileFormat;
1272 cap.setText(new FormatAdapter(alignPanel, exportData.getSettings())
1273 .formatSequences(format, exportData.getAlignment(),
1274 exportData.getOmitHidden(),
1275 exportData.getStartEndPostions(),
1276 viewport.getColumnSelection()));
1277 Desktop.addInternalFrame(cap, MessageManager.formatMessage(
1278 "label.alignment_output_command",
1279 new Object[] { e.getActionCommand() }), 600, 500);
1280 } catch (OutOfMemoryError oom)
1282 new OOMWarning("Outputting alignment as " + e.getActionCommand(), oom);
1288 public static AlignmentExportData getAlignmentForExport(
1289 FileFormatI format, AlignViewportI viewport,
1290 AlignExportSettingI exportSettings)
1292 AlignmentI alignmentToExport = null;
1293 AlignExportSettingI settings = exportSettings;
1294 String[] omitHidden = null;
1296 HiddenSequences hiddenSeqs = viewport.getAlignment()
1297 .getHiddenSequences();
1299 alignmentToExport = viewport.getAlignment();
1301 boolean hasHiddenSeqs = hiddenSeqs.getSize() > 0;
1302 if (settings == null)
1304 settings = new AlignExportSettings(hasHiddenSeqs,
1305 viewport.hasHiddenColumns(), format);
1307 // settings.isExportAnnotations();
1309 if (viewport.hasHiddenColumns() && !settings.isExportHiddenColumns())
1311 omitHidden = viewport.getViewAsString(false,
1312 settings.isExportHiddenSequences());
1315 int[] alignmentStartEnd = new int[2];
1316 if (hasHiddenSeqs && settings.isExportHiddenSequences())
1318 alignmentToExport = hiddenSeqs.getFullAlignment();
1322 alignmentToExport = viewport.getAlignment();
1324 alignmentStartEnd = alignmentToExport
1325 .getVisibleStartAndEndIndex(viewport.getColumnSelection()
1326 .getHiddenColumns());
1327 AlignmentExportData ed = new AlignmentExportData(alignmentToExport,
1328 omitHidden, alignmentStartEnd, settings);
1339 protected void htmlMenuItem_actionPerformed(ActionEvent e)
1341 HtmlSvgOutput htmlSVG = new HtmlSvgOutput(alignPanel);
1342 htmlSVG.exportHTML(null);
1346 public void bioJSMenuItem_actionPerformed(ActionEvent e)
1348 BioJsHTMLOutput bjs = new BioJsHTMLOutput(alignPanel);
1349 bjs.exportHTML(null);
1352 public void createImageMap(File file, String image)
1354 alignPanel.makePNGImageMap(file, image);
1364 public void createPNG(File f)
1366 alignPanel.makePNG(f);
1376 public void createEPS(File f)
1378 alignPanel.makeEPS(f);
1382 public void createSVG(File f)
1384 alignPanel.makeSVG(f);
1388 public void pageSetup_actionPerformed(ActionEvent e)
1390 PrinterJob printJob = PrinterJob.getPrinterJob();
1391 PrintThread.pf = printJob.pageDialog(printJob.defaultPage());
1401 public void printMenuItem_actionPerformed(ActionEvent e)
1403 // Putting in a thread avoids Swing painting problems
1404 PrintThread thread = new PrintThread(alignPanel);
1409 public void exportFeatures_actionPerformed(ActionEvent e)
1411 new AnnotationExporter().exportFeatures(alignPanel);
1415 public void exportAnnotations_actionPerformed(ActionEvent e)
1417 new AnnotationExporter().exportAnnotations(alignPanel);
1421 public void associatedData_actionPerformed(ActionEvent e)
1423 // Pick the tree file
1424 JalviewFileChooser chooser = new JalviewFileChooser(
1425 jalview.bin.Cache.getProperty("LAST_DIRECTORY"));
1426 chooser.setFileView(new JalviewFileView());
1427 chooser.setDialogTitle(MessageManager
1428 .getString("label.load_jalview_annotations"));
1429 chooser.setToolTipText(MessageManager
1430 .getString("label.load_jalview_annotations"));
1432 int value = chooser.showOpenDialog(null);
1434 if (value == JalviewFileChooser.APPROVE_OPTION)
1436 String choice = chooser.getSelectedFile().getPath();
1437 jalview.bin.Cache.setProperty("LAST_DIRECTORY", choice);
1438 loadJalviewDataFile(choice, null, null, null);
1444 * Close the current view or all views in the alignment frame. If the frame
1445 * only contains one view then the alignment will be removed from memory.
1447 * @param closeAllTabs
1450 public void closeMenuItem_actionPerformed(boolean closeAllTabs)
1452 if (alignPanels != null && alignPanels.size() < 2)
1454 closeAllTabs = true;
1459 if (alignPanels != null)
1463 if (this.isClosed())
1465 // really close all the windows - otherwise wait till
1466 // setClosed(true) is called
1467 for (int i = 0; i < alignPanels.size(); i++)
1469 AlignmentPanel ap = alignPanels.get(i);
1476 closeView(alignPanel);
1483 * this will raise an INTERNAL_FRAME_CLOSED event and this method will
1484 * be called recursively, with the frame now in 'closed' state
1486 this.setClosed(true);
1488 } catch (Exception ex)
1490 ex.printStackTrace();
1495 * Close the specified panel and close up tabs appropriately.
1497 * @param panelToClose
1499 public void closeView(AlignmentPanel panelToClose)
1501 int index = tabbedPane.getSelectedIndex();
1502 int closedindex = tabbedPane.indexOfComponent(panelToClose);
1503 alignPanels.remove(panelToClose);
1504 panelToClose.closePanel();
1505 panelToClose = null;
1507 tabbedPane.removeTabAt(closedindex);
1508 tabbedPane.validate();
1510 if (index > closedindex || index == tabbedPane.getTabCount())
1512 // modify currently selected tab index if necessary.
1516 this.tabSelectionChanged(index);
1522 void updateEditMenuBar()
1525 if (viewport.getHistoryList().size() > 0)
1527 undoMenuItem.setEnabled(true);
1528 CommandI command = viewport.getHistoryList().peek();
1529 undoMenuItem.setText(MessageManager.formatMessage(
1530 "label.undo_command",
1531 new Object[] { command.getDescription() }));
1535 undoMenuItem.setEnabled(false);
1536 undoMenuItem.setText(MessageManager.getString("action.undo"));
1539 if (viewport.getRedoList().size() > 0)
1541 redoMenuItem.setEnabled(true);
1543 CommandI command = viewport.getRedoList().peek();
1544 redoMenuItem.setText(MessageManager.formatMessage(
1545 "label.redo_command",
1546 new Object[] { command.getDescription() }));
1550 redoMenuItem.setEnabled(false);
1551 redoMenuItem.setText(MessageManager.getString("action.redo"));
1556 public void addHistoryItem(CommandI command)
1558 if (command.getSize() > 0)
1560 viewport.addToHistoryList(command);
1561 viewport.clearRedoList();
1562 updateEditMenuBar();
1563 viewport.updateHiddenColumns();
1564 // viewport.hasHiddenColumns = (viewport.getColumnSelection() != null
1565 // && viewport.getColumnSelection().getHiddenColumns() != null &&
1566 // viewport.getColumnSelection()
1567 // .getHiddenColumns().size() > 0);
1573 * @return alignment objects for all views
1575 AlignmentI[] getViewAlignments()
1577 if (alignPanels != null)
1579 AlignmentI[] als = new AlignmentI[alignPanels.size()];
1581 for (AlignmentPanel ap : alignPanels)
1583 als[i++] = ap.av.getAlignment();
1587 if (viewport != null)
1589 return new AlignmentI[] { viewport.getAlignment() };
1601 protected void undoMenuItem_actionPerformed(ActionEvent e)
1603 if (viewport.getHistoryList().isEmpty())
1607 CommandI command = viewport.getHistoryList().pop();
1608 viewport.addToRedoList(command);
1609 command.undoCommand(getViewAlignments());
1611 AlignmentViewport originalSource = getOriginatingSource(command);
1612 updateEditMenuBar();
1614 if (originalSource != null)
1616 if (originalSource != viewport)
1619 .warn("Implementation worry: mismatch of viewport origin for undo");
1621 originalSource.updateHiddenColumns();
1622 // originalSource.hasHiddenColumns = (viewport.getColumnSelection() !=
1624 // && viewport.getColumnSelection().getHiddenColumns() != null &&
1625 // viewport.getColumnSelection()
1626 // .getHiddenColumns().size() > 0);
1627 originalSource.firePropertyChange("alignment", null, originalSource
1628 .getAlignment().getSequences());
1639 protected void redoMenuItem_actionPerformed(ActionEvent e)
1641 if (viewport.getRedoList().size() < 1)
1646 CommandI command = viewport.getRedoList().pop();
1647 viewport.addToHistoryList(command);
1648 command.doCommand(getViewAlignments());
1650 AlignmentViewport originalSource = getOriginatingSource(command);
1651 updateEditMenuBar();
1653 if (originalSource != null)
1656 if (originalSource != viewport)
1659 .warn("Implementation worry: mismatch of viewport origin for redo");
1661 originalSource.updateHiddenColumns();
1662 // originalSource.hasHiddenColumns = (viewport.getColumnSelection() !=
1664 // && viewport.getColumnSelection().getHiddenColumns() != null &&
1665 // viewport.getColumnSelection()
1666 // .getHiddenColumns().size() > 0);
1667 originalSource.firePropertyChange("alignment", null, originalSource
1668 .getAlignment().getSequences());
1672 AlignmentViewport getOriginatingSource(CommandI command)
1674 AlignmentViewport originalSource = null;
1675 // For sequence removal and addition, we need to fire
1676 // the property change event FROM the viewport where the
1677 // original alignment was altered
1678 AlignmentI al = null;
1679 if (command instanceof EditCommand)
1681 EditCommand editCommand = (EditCommand) command;
1682 al = editCommand.getAlignment();
1683 List<Component> comps = PaintRefresher.components.get(viewport
1684 .getSequenceSetId());
1686 for (Component comp : comps)
1688 if (comp instanceof AlignmentPanel)
1690 if (al == ((AlignmentPanel) comp).av.getAlignment())
1692 originalSource = ((AlignmentPanel) comp).av;
1699 if (originalSource == null)
1701 // The original view is closed, we must validate
1702 // the current view against the closed view first
1705 PaintRefresher.validateSequences(al, viewport.getAlignment());
1708 originalSource = viewport;
1711 return originalSource;
1720 public void moveSelectedSequences(boolean up)
1722 SequenceGroup sg = viewport.getSelectionGroup();
1728 viewport.getAlignment().moveSelectedSequencesByOne(sg,
1729 viewport.getHiddenRepSequences(), up);
1730 alignPanel.paintAlignment(true);
1733 synchronized void slideSequences(boolean right, int size)
1735 List<SequenceI> sg = new ArrayList<SequenceI>();
1736 if (viewport.cursorMode)
1738 sg.add(viewport.getAlignment().getSequenceAt(
1739 alignPanel.getSeqPanel().seqCanvas.cursorY));
1741 else if (viewport.getSelectionGroup() != null
1742 && viewport.getSelectionGroup().getSize() != viewport
1743 .getAlignment().getHeight())
1745 sg = viewport.getSelectionGroup().getSequences(
1746 viewport.getHiddenRepSequences());
1754 List<SequenceI> invertGroup = new ArrayList<SequenceI>();
1756 for (SequenceI seq : viewport.getAlignment().getSequences())
1758 if (!sg.contains(seq))
1760 invertGroup.add(seq);
1764 SequenceI[] seqs1 = sg.toArray(new SequenceI[0]);
1766 SequenceI[] seqs2 = new SequenceI[invertGroup.size()];
1767 for (int i = 0; i < invertGroup.size(); i++)
1769 seqs2[i] = invertGroup.get(i);
1772 SlideSequencesCommand ssc;
1775 ssc = new SlideSequencesCommand("Slide Sequences", seqs2, seqs1,
1776 size, viewport.getGapCharacter());
1780 ssc = new SlideSequencesCommand("Slide Sequences", seqs1, seqs2,
1781 size, viewport.getGapCharacter());
1784 int groupAdjustment = 0;
1785 if (ssc.getGapsInsertedBegin() && right)
1787 if (viewport.cursorMode)
1789 alignPanel.getSeqPanel().moveCursor(size, 0);
1793 groupAdjustment = size;
1796 else if (!ssc.getGapsInsertedBegin() && !right)
1798 if (viewport.cursorMode)
1800 alignPanel.getSeqPanel().moveCursor(-size, 0);
1804 groupAdjustment = -size;
1808 if (groupAdjustment != 0)
1810 viewport.getSelectionGroup().setStartRes(
1811 viewport.getSelectionGroup().getStartRes() + groupAdjustment);
1812 viewport.getSelectionGroup().setEndRes(
1813 viewport.getSelectionGroup().getEndRes() + groupAdjustment);
1817 * just extend the last slide command if compatible; but not if in
1818 * SplitFrame mode (to ensure all edits are broadcast - JAL-1802)
1820 boolean appendHistoryItem = false;
1821 Deque<CommandI> historyList = viewport.getHistoryList();
1822 boolean inSplitFrame = getSplitViewContainer() != null;
1823 if (!inSplitFrame && historyList != null && historyList.size() > 0
1824 && historyList.peek() instanceof SlideSequencesCommand)
1826 appendHistoryItem = ssc
1827 .appendSlideCommand((SlideSequencesCommand) historyList
1831 if (!appendHistoryItem)
1833 addHistoryItem(ssc);
1846 protected void copy_actionPerformed(ActionEvent e)
1849 if (viewport.getSelectionGroup() == null)
1853 // TODO: preserve the ordering of displayed alignment annotation in any
1854 // internal paste (particularly sequence associated annotation)
1855 SequenceI[] seqs = viewport.getSelectionAsNewSequence();
1856 String[] omitHidden = null;
1858 if (viewport.hasHiddenColumns())
1860 omitHidden = viewport.getViewAsString(true);
1863 String output = new FormatAdapter().formatSequences(FileFormat.Fasta,
1864 seqs, omitHidden, null);
1866 StringSelection ss = new StringSelection(output);
1870 jalview.gui.Desktop.internalCopy = true;
1871 // Its really worth setting the clipboard contents
1872 // to empty before setting the large StringSelection!!
1873 Toolkit.getDefaultToolkit().getSystemClipboard()
1874 .setContents(new StringSelection(""), null);
1876 Toolkit.getDefaultToolkit().getSystemClipboard()
1877 .setContents(ss, Desktop.instance);
1878 } catch (OutOfMemoryError er)
1880 new OOMWarning("copying region", er);
1884 ArrayList<int[]> hiddenColumns = null;
1885 if (viewport.hasHiddenColumns())
1887 hiddenColumns = new ArrayList<int[]>();
1888 int hiddenOffset = viewport.getSelectionGroup().getStartRes(), hiddenCutoff = viewport
1889 .getSelectionGroup().getEndRes();
1890 for (int[] region : viewport.getColumnSelection().getHiddenColumns())
1892 if (region[0] >= hiddenOffset && region[1] <= hiddenCutoff)
1894 hiddenColumns.add(new int[] { region[0] - hiddenOffset,
1895 region[1] - hiddenOffset });
1900 Desktop.jalviewClipboard = new Object[] { seqs,
1901 viewport.getAlignment().getDataset(), hiddenColumns };
1902 statusBar.setText(MessageManager.formatMessage(
1903 "label.copied_sequences_to_clipboard", new Object[] { Integer
1904 .valueOf(seqs.length).toString() }));
1914 protected void pasteNew_actionPerformed(ActionEvent e)
1926 protected void pasteThis_actionPerformed(ActionEvent e)
1932 * Paste contents of Jalview clipboard
1934 * @param newAlignment
1935 * true to paste to a new alignment, otherwise add to this.
1937 void paste(boolean newAlignment)
1939 boolean externalPaste = true;
1942 Clipboard c = Toolkit.getDefaultToolkit().getSystemClipboard();
1943 Transferable contents = c.getContents(this);
1945 if (contents == null)
1954 str = (String) contents.getTransferData(DataFlavor.stringFlavor);
1955 if (str.length() < 1)
1960 format = new IdentifyFile().identify(str, DataSourceType.PASTE);
1962 } catch (OutOfMemoryError er)
1964 new OOMWarning("Out of memory pasting sequences!!", er);
1968 SequenceI[] sequences;
1969 boolean annotationAdded = false;
1970 AlignmentI alignment = null;
1972 if (Desktop.jalviewClipboard != null)
1974 // The clipboard was filled from within Jalview, we must use the
1976 // And dataset from the copied alignment
1977 SequenceI[] newseq = (SequenceI[]) Desktop.jalviewClipboard[0];
1978 // be doubly sure that we create *new* sequence objects.
1979 sequences = new SequenceI[newseq.length];
1980 for (int i = 0; i < newseq.length; i++)
1982 sequences[i] = new Sequence(newseq[i]);
1984 alignment = new Alignment(sequences);
1985 externalPaste = false;
1989 // parse the clipboard as an alignment.
1990 alignment = new FormatAdapter().readFile(str, DataSourceType.PASTE,
1992 sequences = alignment.getSequencesArray();
1996 ArrayList<Integer> newGraphGroups = new ArrayList<Integer>();
2002 if (Desktop.jalviewClipboard != null)
2004 // dataset is inherited
2005 alignment.setDataset((Alignment) Desktop.jalviewClipboard[1]);
2009 // new dataset is constructed
2010 alignment.setDataset(null);
2012 alwidth = alignment.getWidth() + 1;
2016 AlignmentI pastedal = alignment; // preserve pasted alignment object
2017 // Add pasted sequences and dataset into existing alignment.
2018 alignment = viewport.getAlignment();
2019 alwidth = alignment.getWidth() + 1;
2020 // decide if we need to import sequences from an existing dataset
2021 boolean importDs = Desktop.jalviewClipboard != null
2022 && Desktop.jalviewClipboard[1] != alignment.getDataset();
2023 // importDs==true instructs us to copy over new dataset sequences from
2024 // an existing alignment
2025 Vector newDs = (importDs) ? new Vector() : null; // used to create
2026 // minimum dataset set
2028 for (int i = 0; i < sequences.length; i++)
2032 newDs.addElement(null);
2034 SequenceI ds = sequences[i].getDatasetSequence(); // null for a simple
2036 if (importDs && ds != null)
2038 if (!newDs.contains(ds))
2040 newDs.setElementAt(ds, i);
2041 ds = new Sequence(ds);
2042 // update with new dataset sequence
2043 sequences[i].setDatasetSequence(ds);
2047 ds = sequences[newDs.indexOf(ds)].getDatasetSequence();
2052 // copy and derive new dataset sequence
2053 sequences[i] = sequences[i].deriveSequence();
2054 alignment.getDataset().addSequence(
2055 sequences[i].getDatasetSequence());
2056 // TODO: avoid creation of duplicate dataset sequences with a
2057 // 'contains' method using SequenceI.equals()/SequenceI.contains()
2059 alignment.addSequence(sequences[i]); // merges dataset
2063 newDs.clear(); // tidy up
2065 if (alignment.getAlignmentAnnotation() != null)
2067 for (AlignmentAnnotation alan : alignment
2068 .getAlignmentAnnotation())
2070 if (alan.graphGroup > fgroup)
2072 fgroup = alan.graphGroup;
2076 if (pastedal.getAlignmentAnnotation() != null)
2078 // Add any annotation attached to alignment.
2079 AlignmentAnnotation[] alann = pastedal.getAlignmentAnnotation();
2080 for (int i = 0; i < alann.length; i++)
2082 annotationAdded = true;
2083 if (alann[i].sequenceRef == null && !alann[i].autoCalculated)
2085 AlignmentAnnotation newann = new AlignmentAnnotation(alann[i]);
2086 if (newann.graphGroup > -1)
2088 if (newGraphGroups.size() <= newann.graphGroup
2089 || newGraphGroups.get(newann.graphGroup) == null)
2091 for (int q = newGraphGroups.size(); q <= newann.graphGroup; q++)
2093 newGraphGroups.add(q, null);
2095 newGraphGroups.set(newann.graphGroup, new Integer(
2098 newann.graphGroup = newGraphGroups.get(newann.graphGroup)
2102 newann.padAnnotation(alwidth);
2103 alignment.addAnnotation(newann);
2113 addHistoryItem(new EditCommand(
2114 MessageManager.getString("label.add_sequences"),
2115 Action.PASTE, sequences, 0, alignment.getWidth(), alignment));
2117 // Add any annotations attached to sequences
2118 for (int i = 0; i < sequences.length; i++)
2120 if (sequences[i].getAnnotation() != null)
2122 AlignmentAnnotation newann;
2123 for (int a = 0; a < sequences[i].getAnnotation().length; a++)
2125 annotationAdded = true;
2126 newann = sequences[i].getAnnotation()[a];
2127 newann.adjustForAlignment();
2128 newann.padAnnotation(alwidth);
2129 if (newann.graphGroup > -1)
2131 if (newann.graphGroup > -1)
2133 if (newGraphGroups.size() <= newann.graphGroup
2134 || newGraphGroups.get(newann.graphGroup) == null)
2136 for (int q = newGraphGroups.size(); q <= newann.graphGroup; q++)
2138 newGraphGroups.add(q, null);
2140 newGraphGroups.set(newann.graphGroup, new Integer(
2143 newann.graphGroup = newGraphGroups.get(newann.graphGroup)
2147 alignment.addAnnotation(sequences[i].getAnnotation()[a]); // annotation
2152 .setAnnotationIndex(sequences[i].getAnnotation()[a], a);
2159 // propagate alignment changed.
2160 vpRanges.setEndSeq(alignment.getHeight());
2161 if (annotationAdded)
2163 // Duplicate sequence annotation in all views.
2164 AlignmentI[] alview = this.getViewAlignments();
2165 for (int i = 0; i < sequences.length; i++)
2167 AlignmentAnnotation sann[] = sequences[i].getAnnotation();
2172 for (int avnum = 0; avnum < alview.length; avnum++)
2174 if (alview[avnum] != alignment)
2176 // duplicate in a view other than the one with input focus
2177 int avwidth = alview[avnum].getWidth() + 1;
2178 // this relies on sann being preserved after we
2179 // modify the sequence's annotation array for each duplication
2180 for (int a = 0; a < sann.length; a++)
2182 AlignmentAnnotation newann = new AlignmentAnnotation(
2184 sequences[i].addAlignmentAnnotation(newann);
2185 newann.padAnnotation(avwidth);
2186 alview[avnum].addAnnotation(newann); // annotation was
2187 // duplicated earlier
2188 // TODO JAL-1145 graphGroups are not updated for sequence
2189 // annotation added to several views. This may cause
2191 alview[avnum].setAnnotationIndex(newann, a);
2196 buildSortByAnnotationScoresMenu();
2198 viewport.firePropertyChange("alignment", null,
2199 alignment.getSequences());
2200 if (alignPanels != null)
2202 for (AlignmentPanel ap : alignPanels)
2204 ap.validateAnnotationDimensions(false);
2209 alignPanel.validateAnnotationDimensions(false);
2215 AlignFrame af = new AlignFrame(alignment, DEFAULT_WIDTH,
2217 String newtitle = new String("Copied sequences");
2219 if (Desktop.jalviewClipboard != null
2220 && Desktop.jalviewClipboard[2] != null)
2222 List<int[]> hc = (List<int[]>) Desktop.jalviewClipboard[2];
2223 for (int[] region : hc)
2225 af.viewport.hideColumns(region[0], region[1]);
2229 // >>>This is a fix for the moment, until a better solution is
2231 af.alignPanel.getSeqPanel().seqCanvas.getFeatureRenderer()
2233 alignPanel.getSeqPanel().seqCanvas
2234 .getFeatureRenderer());
2236 // TODO: maintain provenance of an alignment, rather than just make the
2237 // title a concatenation of operations.
2240 if (title.startsWith("Copied sequences"))
2246 newtitle = newtitle.concat("- from " + title);
2251 newtitle = new String("Pasted sequences");
2254 Desktop.addInternalFrame(af, newtitle, DEFAULT_WIDTH,
2259 } catch (Exception ex)
2261 ex.printStackTrace();
2262 System.out.println("Exception whilst pasting: " + ex);
2263 // could be anything being pasted in here
2269 protected void expand_newalign(ActionEvent e)
2273 AlignmentI alignment = AlignmentUtils.expandContext(getViewport()
2274 .getAlignment(), -1);
2275 AlignFrame af = new AlignFrame(alignment, DEFAULT_WIDTH,
2277 String newtitle = new String("Flanking alignment");
2279 if (Desktop.jalviewClipboard != null
2280 && Desktop.jalviewClipboard[2] != null)
2282 List<int[]> hc = (List<int[]>) Desktop.jalviewClipboard[2];
2283 for (int region[] : hc)
2285 af.viewport.hideColumns(region[0], region[1]);
2289 // >>>This is a fix for the moment, until a better solution is
2291 af.alignPanel.getSeqPanel().seqCanvas.getFeatureRenderer()
2293 alignPanel.getSeqPanel().seqCanvas
2294 .getFeatureRenderer());
2296 // TODO: maintain provenance of an alignment, rather than just make the
2297 // title a concatenation of operations.
2299 if (title.startsWith("Copied sequences"))
2305 newtitle = newtitle.concat("- from " + title);
2309 Desktop.addInternalFrame(af, newtitle, DEFAULT_WIDTH, DEFAULT_HEIGHT);
2311 } catch (Exception ex)
2313 ex.printStackTrace();
2314 System.out.println("Exception whilst pasting: " + ex);
2315 // could be anything being pasted in here
2316 } catch (OutOfMemoryError oom)
2318 new OOMWarning("Viewing flanking region of alignment", oom);
2329 protected void cut_actionPerformed(ActionEvent e)
2331 copy_actionPerformed(null);
2332 delete_actionPerformed(null);
2342 protected void delete_actionPerformed(ActionEvent evt)
2345 SequenceGroup sg = viewport.getSelectionGroup();
2352 * If the cut affects all sequences, warn, remove highlighted columns
2354 if (sg.getSize() == viewport.getAlignment().getHeight())
2356 boolean isEntireAlignWidth = (((sg.getEndRes() - sg.getStartRes()) + 1) == viewport
2357 .getAlignment().getWidth()) ? true : false;
2358 if (isEntireAlignWidth)
2360 int confirm = JvOptionPane.showConfirmDialog(this,
2361 MessageManager.getString("warn.delete_all"), // $NON-NLS-1$
2362 MessageManager.getString("label.delete_all"), // $NON-NLS-1$
2363 JvOptionPane.OK_CANCEL_OPTION);
2365 if (confirm == JvOptionPane.CANCEL_OPTION
2366 || confirm == JvOptionPane.CLOSED_OPTION)
2371 viewport.getColumnSelection().removeElements(sg.getStartRes(),
2372 sg.getEndRes() + 1);
2374 SequenceI[] cut = sg.getSequences()
2375 .toArray(new SequenceI[sg.getSize()]);
2377 addHistoryItem(new EditCommand(
2378 MessageManager.getString("label.cut_sequences"), Action.CUT,
2379 cut, sg.getStartRes(), sg.getEndRes() - sg.getStartRes() + 1,
2380 viewport.getAlignment()));
2382 viewport.setSelectionGroup(null);
2383 viewport.sendSelection();
2384 viewport.getAlignment().deleteGroup(sg);
2386 viewport.firePropertyChange("alignment", null, viewport.getAlignment()
2388 if (viewport.getAlignment().getHeight() < 1)
2392 this.setClosed(true);
2393 } catch (Exception ex)
2406 protected void deleteGroups_actionPerformed(ActionEvent e)
2408 if (avc.deleteGroups())
2410 PaintRefresher.Refresh(this, viewport.getSequenceSetId());
2411 alignPanel.updateAnnotation();
2412 alignPanel.paintAlignment(true);
2423 public void selectAllSequenceMenuItem_actionPerformed(ActionEvent e)
2425 SequenceGroup sg = new SequenceGroup();
2427 for (int i = 0; i < viewport.getAlignment().getSequences().size(); i++)
2429 sg.addSequence(viewport.getAlignment().getSequenceAt(i), false);
2432 sg.setEndRes(viewport.getAlignment().getWidth() - 1);
2433 viewport.setSelectionGroup(sg);
2434 viewport.sendSelection();
2435 // JAL-2034 - should delegate to
2436 // alignPanel to decide if overview needs
2438 alignPanel.paintAlignment(false);
2439 PaintRefresher.Refresh(alignPanel, viewport.getSequenceSetId());
2449 public void deselectAllSequenceMenuItem_actionPerformed(ActionEvent e)
2451 if (viewport.cursorMode)
2453 alignPanel.getSeqPanel().keyboardNo1 = null;
2454 alignPanel.getSeqPanel().keyboardNo2 = null;
2456 viewport.setSelectionGroup(null);
2457 viewport.getColumnSelection().clear();
2458 viewport.setSelectionGroup(null);
2459 alignPanel.getSeqPanel().seqCanvas.highlightSearchResults(null);
2460 alignPanel.getIdPanel().getIdCanvas().searchResults = null;
2461 // JAL-2034 - should delegate to
2462 // alignPanel to decide if overview needs
2464 alignPanel.paintAlignment(false);
2465 PaintRefresher.Refresh(alignPanel, viewport.getSequenceSetId());
2466 viewport.sendSelection();
2476 public void invertSequenceMenuItem_actionPerformed(ActionEvent e)
2478 SequenceGroup sg = viewport.getSelectionGroup();
2482 selectAllSequenceMenuItem_actionPerformed(null);
2487 for (int i = 0; i < viewport.getAlignment().getSequences().size(); i++)
2489 sg.addOrRemove(viewport.getAlignment().getSequenceAt(i), false);
2491 // JAL-2034 - should delegate to
2492 // alignPanel to decide if overview needs
2495 alignPanel.paintAlignment(true);
2496 PaintRefresher.Refresh(alignPanel, viewport.getSequenceSetId());
2497 viewport.sendSelection();
2501 public void invertColSel_actionPerformed(ActionEvent e)
2503 viewport.invertColumnSelection();
2504 alignPanel.paintAlignment(true);
2505 viewport.sendSelection();
2515 public void remove2LeftMenuItem_actionPerformed(ActionEvent e)
2517 trimAlignment(true);
2527 public void remove2RightMenuItem_actionPerformed(ActionEvent e)
2529 trimAlignment(false);
2532 void trimAlignment(boolean trimLeft)
2534 ColumnSelection colSel = viewport.getColumnSelection();
2537 if (!colSel.isEmpty())
2541 column = colSel.getMin();
2545 column = colSel.getMax();
2549 if (viewport.getSelectionGroup() != null)
2551 seqs = viewport.getSelectionGroup().getSequencesAsArray(
2552 viewport.getHiddenRepSequences());
2556 seqs = viewport.getAlignment().getSequencesArray();
2559 TrimRegionCommand trimRegion;
2562 trimRegion = new TrimRegionCommand("Remove Left", true, seqs,
2563 column, viewport.getAlignment());
2564 vpRanges.setStartRes(0);
2568 trimRegion = new TrimRegionCommand("Remove Right", false, seqs,
2569 column, viewport.getAlignment());
2572 statusBar.setText(MessageManager.formatMessage(
2573 "label.removed_columns",
2574 new String[] { Integer.valueOf(trimRegion.getSize())
2577 addHistoryItem(trimRegion);
2579 for (SequenceGroup sg : viewport.getAlignment().getGroups())
2581 if ((trimLeft && !sg.adjustForRemoveLeft(column))
2582 || (!trimLeft && !sg.adjustForRemoveRight(column)))
2584 viewport.getAlignment().deleteGroup(sg);
2588 viewport.firePropertyChange("alignment", null, viewport
2589 .getAlignment().getSequences());
2600 public void removeGappedColumnMenuItem_actionPerformed(ActionEvent e)
2602 int start = 0, end = viewport.getAlignment().getWidth() - 1;
2605 if (viewport.getSelectionGroup() != null)
2607 seqs = viewport.getSelectionGroup().getSequencesAsArray(
2608 viewport.getHiddenRepSequences());
2609 start = viewport.getSelectionGroup().getStartRes();
2610 end = viewport.getSelectionGroup().getEndRes();
2614 seqs = viewport.getAlignment().getSequencesArray();
2617 RemoveGapColCommand removeGapCols = new RemoveGapColCommand(
2618 "Remove Gapped Columns", seqs, start, end,
2619 viewport.getAlignment());
2621 addHistoryItem(removeGapCols);
2623 statusBar.setText(MessageManager.formatMessage(
2624 "label.removed_empty_columns",
2625 new Object[] { Integer.valueOf(removeGapCols.getSize())
2628 // This is to maintain viewport position on first residue
2629 // of first sequence
2630 SequenceI seq = viewport.getAlignment().getSequenceAt(0);
2631 int startRes = seq.findPosition(vpRanges.getStartRes());
2632 // ShiftList shifts;
2633 // viewport.getAlignment().removeGaps(shifts=new ShiftList());
2634 // edit.alColumnChanges=shifts.getInverse();
2635 // if (viewport.hasHiddenColumns)
2636 // viewport.getColumnSelection().compensateForEdits(shifts);
2637 vpRanges.setStartRes(seq.findIndex(startRes) - 1);
2638 viewport.firePropertyChange("alignment", null, viewport.getAlignment()
2650 public void removeAllGapsMenuItem_actionPerformed(ActionEvent e)
2652 int start = 0, end = viewport.getAlignment().getWidth() - 1;
2655 if (viewport.getSelectionGroup() != null)
2657 seqs = viewport.getSelectionGroup().getSequencesAsArray(
2658 viewport.getHiddenRepSequences());
2659 start = viewport.getSelectionGroup().getStartRes();
2660 end = viewport.getSelectionGroup().getEndRes();
2664 seqs = viewport.getAlignment().getSequencesArray();
2667 // This is to maintain viewport position on first residue
2668 // of first sequence
2669 SequenceI seq = viewport.getAlignment().getSequenceAt(0);
2670 int startRes = seq.findPosition(vpRanges.getStartRes());
2672 addHistoryItem(new RemoveGapsCommand("Remove Gaps", seqs, start, end,
2673 viewport.getAlignment()));
2675 vpRanges.setStartRes(seq.findIndex(startRes) - 1);
2677 viewport.firePropertyChange("alignment", null, viewport.getAlignment()
2689 public void padGapsMenuitem_actionPerformed(ActionEvent e)
2691 viewport.setPadGaps(padGapsMenuitem.isSelected());
2692 viewport.firePropertyChange("alignment", null, viewport.getAlignment()
2703 public void findMenuItem_actionPerformed(ActionEvent e)
2709 * Create a new view of the current alignment.
2712 public void newView_actionPerformed(ActionEvent e)
2714 newView(null, true);
2718 * Creates and shows a new view of the current alignment.
2721 * title of newly created view; if null, one will be generated
2722 * @param copyAnnotation
2723 * if true then duplicate all annnotation, groups and settings
2724 * @return new alignment panel, already displayed.
2726 public AlignmentPanel newView(String viewTitle, boolean copyAnnotation)
2729 * Create a new AlignmentPanel (with its own, new Viewport)
2731 AlignmentPanel newap = new Jalview2XML().copyAlignPanel(alignPanel,
2733 if (!copyAnnotation)
2736 * remove all groups and annotation except for the automatic stuff
2738 newap.av.getAlignment().deleteAllGroups();
2739 newap.av.getAlignment().deleteAllAnnotations(false);
2742 newap.av.setGatherViewsHere(false);
2744 if (viewport.viewName == null)
2746 viewport.viewName = MessageManager
2747 .getString("label.view_name_original");
2751 * Views share the same edits undo and redo stacks
2753 newap.av.setHistoryList(viewport.getHistoryList());
2754 newap.av.setRedoList(viewport.getRedoList());
2757 * Views share the same mappings; need to deregister any new mappings
2758 * created by copyAlignPanel, and register the new reference to the shared
2761 newap.av.replaceMappings(viewport.getAlignment());
2764 * start up cDNA consensus (if applicable) now mappings are in place
2766 if (newap.av.initComplementConsensus())
2768 newap.refresh(true); // adjust layout of annotations
2771 newap.av.viewName = getNewViewName(viewTitle);
2773 addAlignmentPanel(newap, true);
2774 newap.alignmentChanged();
2776 if (alignPanels.size() == 2)
2778 viewport.setGatherViewsHere(true);
2780 tabbedPane.setSelectedIndex(tabbedPane.getTabCount() - 1);
2785 * Make a new name for the view, ensuring it is unique within the current
2786 * sequenceSetId. (This used to be essential for Jalview Project archives, but
2787 * these now use viewId. Unique view names are still desirable for usability.)
2792 protected String getNewViewName(String viewTitle)
2794 int index = Desktop.getViewCount(viewport.getSequenceSetId());
2795 boolean addFirstIndex = false;
2796 if (viewTitle == null || viewTitle.trim().length() == 0)
2798 viewTitle = MessageManager.getString("action.view");
2799 addFirstIndex = true;
2803 index = 1;// we count from 1 if given a specific name
2805 String newViewName = viewTitle + ((addFirstIndex) ? " " + index : "");
2807 List<Component> comps = PaintRefresher.components.get(viewport
2808 .getSequenceSetId());
2810 List<String> existingNames = getExistingViewNames(comps);
2812 while (existingNames.contains(newViewName))
2814 newViewName = viewTitle + " " + (++index);
2820 * Returns a list of distinct view names found in the given list of
2821 * components. View names are held on the viewport of an AlignmentPanel.
2826 protected List<String> getExistingViewNames(List<Component> comps)
2828 List<String> existingNames = new ArrayList<String>();
2829 for (Component comp : comps)
2831 if (comp instanceof AlignmentPanel)
2833 AlignmentPanel ap = (AlignmentPanel) comp;
2834 if (!existingNames.contains(ap.av.viewName))
2836 existingNames.add(ap.av.viewName);
2840 return existingNames;
2844 * Explode tabbed views into separate windows.
2847 public void expandViews_actionPerformed(ActionEvent e)
2849 Desktop.explodeViews(this);
2853 * Gather views in separate windows back into a tabbed presentation.
2856 public void gatherViews_actionPerformed(ActionEvent e)
2858 Desktop.instance.gatherViews(this);
2868 public void font_actionPerformed(ActionEvent e)
2870 new FontChooser(alignPanel);
2880 protected void seqLimit_actionPerformed(ActionEvent e)
2882 viewport.setShowJVSuffix(seqLimits.isSelected());
2884 alignPanel.getIdPanel().getIdCanvas()
2885 .setPreferredSize(alignPanel.calculateIdWidth());
2886 alignPanel.paintAlignment(true);
2890 public void idRightAlign_actionPerformed(ActionEvent e)
2892 viewport.setRightAlignIds(idRightAlign.isSelected());
2893 alignPanel.paintAlignment(true);
2897 public void centreColumnLabels_actionPerformed(ActionEvent e)
2899 viewport.setCentreColumnLabels(centreColumnLabelsMenuItem.getState());
2900 alignPanel.paintAlignment(true);
2906 * @see jalview.jbgui.GAlignFrame#followHighlight_actionPerformed()
2909 protected void followHighlight_actionPerformed()
2912 * Set the 'follow' flag on the Viewport (and scroll to position if now
2915 final boolean state = this.followHighlightMenuItem.getState();
2916 viewport.setFollowHighlight(state);
2919 alignPanel.scrollToPosition(viewport.getSearchResults(), false);
2930 protected void colourTextMenuItem_actionPerformed(ActionEvent e)
2932 viewport.setColourText(colourTextMenuItem.isSelected());
2933 alignPanel.paintAlignment(true);
2943 public void wrapMenuItem_actionPerformed(ActionEvent e)
2945 scaleAbove.setVisible(wrapMenuItem.isSelected());
2946 scaleLeft.setVisible(wrapMenuItem.isSelected());
2947 scaleRight.setVisible(wrapMenuItem.isSelected());
2948 viewport.setWrapAlignment(wrapMenuItem.isSelected());
2949 alignPanel.updateLayout();
2953 public void showAllSeqs_actionPerformed(ActionEvent e)
2955 viewport.showAllHiddenSeqs();
2959 public void showAllColumns_actionPerformed(ActionEvent e)
2961 viewport.showAllHiddenColumns();
2963 viewport.sendSelection();
2967 public void hideSelSequences_actionPerformed(ActionEvent e)
2969 viewport.hideAllSelectedSeqs();
2970 // alignPanel.paintAlignment(true);
2974 * called by key handler and the hide all/show all menu items
2979 private void toggleHiddenRegions(boolean toggleSeqs, boolean toggleCols)
2982 boolean hide = false;
2983 SequenceGroup sg = viewport.getSelectionGroup();
2984 if (!toggleSeqs && !toggleCols)
2986 // Hide everything by the current selection - this is a hack - we do the
2987 // invert and then hide
2988 // first check that there will be visible columns after the invert.
2989 if (viewport.hasSelectedColumns()
2990 || (sg != null && sg.getSize() > 0 && sg.getStartRes() <= sg
2993 // now invert the sequence set, if required - empty selection implies
2994 // that no hiding is required.
2997 invertSequenceMenuItem_actionPerformed(null);
2998 sg = viewport.getSelectionGroup();
3002 viewport.expandColSelection(sg, true);
3003 // finally invert the column selection and get the new sequence
3005 invertColSel_actionPerformed(null);
3012 if (sg != null && sg.getSize() != viewport.getAlignment().getHeight())
3014 hideSelSequences_actionPerformed(null);
3017 else if (!(toggleCols && viewport.hasSelectedColumns()))
3019 showAllSeqs_actionPerformed(null);
3025 if (viewport.hasSelectedColumns())
3027 hideSelColumns_actionPerformed(null);
3030 viewport.setSelectionGroup(sg);
3035 showAllColumns_actionPerformed(null);
3044 * jalview.jbgui.GAlignFrame#hideAllButSelection_actionPerformed(java.awt.
3045 * event.ActionEvent)
3048 public void hideAllButSelection_actionPerformed(ActionEvent e)
3050 toggleHiddenRegions(false, false);
3051 viewport.sendSelection();
3058 * jalview.jbgui.GAlignFrame#hideAllSelection_actionPerformed(java.awt.event
3062 public void hideAllSelection_actionPerformed(ActionEvent e)
3064 SequenceGroup sg = viewport.getSelectionGroup();
3065 viewport.expandColSelection(sg, false);
3066 viewport.hideAllSelectedSeqs();
3067 viewport.hideSelectedColumns();
3068 alignPanel.paintAlignment(true);
3069 viewport.sendSelection();
3076 * jalview.jbgui.GAlignFrame#showAllhidden_actionPerformed(java.awt.event.
3080 public void showAllhidden_actionPerformed(ActionEvent e)
3082 viewport.showAllHiddenColumns();
3083 viewport.showAllHiddenSeqs();
3084 alignPanel.paintAlignment(true);
3085 viewport.sendSelection();
3089 public void hideSelColumns_actionPerformed(ActionEvent e)
3091 viewport.hideSelectedColumns();
3092 alignPanel.paintAlignment(true);
3093 viewport.sendSelection();
3097 public void hiddenMarkers_actionPerformed(ActionEvent e)
3099 viewport.setShowHiddenMarkers(hiddenMarkers.isSelected());
3110 protected void scaleAbove_actionPerformed(ActionEvent e)
3112 viewport.setScaleAboveWrapped(scaleAbove.isSelected());
3113 alignPanel.paintAlignment(true);
3123 protected void scaleLeft_actionPerformed(ActionEvent e)
3125 viewport.setScaleLeftWrapped(scaleLeft.isSelected());
3126 alignPanel.paintAlignment(true);
3136 protected void scaleRight_actionPerformed(ActionEvent e)
3138 viewport.setScaleRightWrapped(scaleRight.isSelected());
3139 alignPanel.paintAlignment(true);
3149 public void viewBoxesMenuItem_actionPerformed(ActionEvent e)
3151 viewport.setShowBoxes(viewBoxesMenuItem.isSelected());
3152 alignPanel.paintAlignment(true);
3162 public void viewTextMenuItem_actionPerformed(ActionEvent e)
3164 viewport.setShowText(viewTextMenuItem.isSelected());
3165 alignPanel.paintAlignment(true);
3175 protected void renderGapsMenuItem_actionPerformed(ActionEvent e)
3177 viewport.setRenderGaps(renderGapsMenuItem.isSelected());
3178 alignPanel.paintAlignment(true);
3181 public FeatureSettings featureSettings;
3184 public FeatureSettingsControllerI getFeatureSettingsUI()
3186 return featureSettings;
3190 public void featureSettings_actionPerformed(ActionEvent e)
3192 if (featureSettings != null)
3194 featureSettings.close();
3195 featureSettings = null;
3197 if (!showSeqFeatures.isSelected())
3199 // make sure features are actually displayed
3200 showSeqFeatures.setSelected(true);
3201 showSeqFeatures_actionPerformed(null);
3203 featureSettings = new FeatureSettings(this);
3207 * Set or clear 'Show Sequence Features'
3213 public void showSeqFeatures_actionPerformed(ActionEvent evt)
3215 viewport.setShowSequenceFeatures(showSeqFeatures.isSelected());
3216 alignPanel.paintAlignment(true);
3217 if (alignPanel.getOverviewPanel() != null)
3219 alignPanel.getOverviewPanel().updateOverviewImage();
3224 * Action on toggle of the 'Show annotations' menu item. This shows or hides
3225 * the annotations panel as a whole.
3227 * The options to show/hide all annotations should be enabled when the panel
3228 * is shown, and disabled when the panel is hidden.
3233 public void annotationPanelMenuItem_actionPerformed(ActionEvent e)
3235 final boolean setVisible = annotationPanelMenuItem.isSelected();
3236 viewport.setShowAnnotation(setVisible);
3237 this.showAllSeqAnnotations.setEnabled(setVisible);
3238 this.hideAllSeqAnnotations.setEnabled(setVisible);
3239 this.showAllAlAnnotations.setEnabled(setVisible);
3240 this.hideAllAlAnnotations.setEnabled(setVisible);
3241 alignPanel.updateLayout();
3245 public void alignmentProperties()
3247 JEditorPane editPane = new JEditorPane("text/html", "");
3248 editPane.setEditable(false);
3249 StringBuffer contents = new AlignmentProperties(viewport.getAlignment())
3251 editPane.setText(MessageManager.formatMessage("label.html_content",
3252 new Object[] { contents.toString() }));
3253 JInternalFrame frame = new JInternalFrame();
3254 frame.getContentPane().add(new JScrollPane(editPane));
3256 Desktop.addInternalFrame(frame, MessageManager.formatMessage(
3257 "label.alignment_properties", new Object[] { getTitle() }),
3268 public void overviewMenuItem_actionPerformed(ActionEvent e)
3270 if (alignPanel.overviewPanel != null)
3275 JInternalFrame frame = new JInternalFrame();
3276 OverviewPanel overview = new OverviewPanel(alignPanel);
3277 frame.setContentPane(overview);
3278 Desktop.addInternalFrame(frame, MessageManager.formatMessage(
3279 "label.overview_params", new Object[] { this.getTitle() }),
3280 frame.getWidth(), frame.getHeight());
3282 frame.setLayer(JLayeredPane.PALETTE_LAYER);
3283 frame.addInternalFrameListener(new javax.swing.event.InternalFrameAdapter()
3286 public void internalFrameClosed(
3287 javax.swing.event.InternalFrameEvent evt)
3289 alignPanel.setOverviewPanel(null);
3293 alignPanel.setOverviewPanel(overview);
3297 public void textColour_actionPerformed()
3299 new TextColourChooser().chooseColour(alignPanel, null);
3303 * public void covariationColour_actionPerformed() {
3305 * CovariationColourScheme(viewport.getAlignment().getAlignmentAnnotation
3309 public void annotationColour_actionPerformed()
3311 new AnnotationColourChooser(viewport, alignPanel);
3315 public void annotationColumn_actionPerformed(ActionEvent e)
3317 new AnnotationColumnChooser(viewport, alignPanel);
3321 * Action on the user checking or unchecking the option to apply the selected
3322 * colour scheme to all groups. If unchecked, groups may have their own
3323 * independent colour schemes.
3328 public void applyToAllGroups_actionPerformed(boolean selected)
3330 viewport.setColourAppliesToAllGroups(selected);
3334 * Action on user selecting a colour from the colour menu
3337 * the name (not the menu item label!) of the colour scheme
3340 public void changeColour_actionPerformed(String name)
3343 * 'User Defined' opens a panel to configure or load a
3344 * user-defined colour scheme
3346 if (ResidueColourScheme.USER_DEFINED.equals(name))
3348 new UserDefinedColours(alignPanel);
3353 * otherwise set the chosen colour scheme (or null for 'None')
3355 ColourSchemeI cs = ColourSchemes.getInstance().getColourScheme(name,
3356 viewport.getAlignment(), viewport.getHiddenRepSequences());
3361 * Actions on setting or changing the alignment colour scheme
3366 public void changeColour(ColourSchemeI cs)
3368 // TODO: pull up to controller method
3369 ColourMenuHelper.setColourSelected(colourMenu, cs);
3371 viewport.setGlobalColourScheme(cs);
3373 alignPanel.paintAlignment(true);
3377 * Show the PID threshold slider panel
3380 protected void modifyPID_actionPerformed()
3382 SliderPanel.setPIDSliderSource(alignPanel,
3383 viewport.getResidueShading(), alignPanel.getViewName());
3384 SliderPanel.showPIDSlider();
3388 * Show the Conservation slider panel
3391 protected void modifyConservation_actionPerformed()
3393 SliderPanel.setConservationSlider(alignPanel,
3394 viewport.getResidueShading(), alignPanel.getViewName());
3395 SliderPanel.showConservationSlider();
3399 * Action on selecting or deselecting (Colour) By Conservation
3402 public void conservationMenuItem_actionPerformed(boolean selected)
3404 modifyConservation.setEnabled(selected);
3405 viewport.setConservationSelected(selected);
3406 viewport.getResidueShading().setConservationApplied(selected);
3408 changeColour(viewport.getGlobalColourScheme());
3411 modifyConservation_actionPerformed();
3415 SliderPanel.hideConservationSlider();
3420 * Action on selecting or deselecting (Colour) Above PID Threshold
3423 public void abovePIDThreshold_actionPerformed(boolean selected)
3425 modifyPID.setEnabled(selected);
3426 viewport.setAbovePIDThreshold(selected);
3429 viewport.getResidueShading().setThreshold(0,
3430 viewport.isIgnoreGapsConsensus());
3433 changeColour(viewport.getGlobalColourScheme());
3436 modifyPID_actionPerformed();
3440 SliderPanel.hidePIDSlider();
3451 public void sortPairwiseMenuItem_actionPerformed(ActionEvent e)
3453 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3454 AlignmentSorter.sortByPID(viewport.getAlignment(), viewport
3455 .getAlignment().getSequenceAt(0));
3456 addHistoryItem(new OrderCommand("Pairwise Sort", oldOrder,
3457 viewport.getAlignment()));
3458 alignPanel.paintAlignment(true);
3468 public void sortIDMenuItem_actionPerformed(ActionEvent e)
3470 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3471 AlignmentSorter.sortByID(viewport.getAlignment());
3472 addHistoryItem(new OrderCommand("ID Sort", oldOrder,
3473 viewport.getAlignment()));
3474 alignPanel.paintAlignment(true);
3484 public void sortLengthMenuItem_actionPerformed(ActionEvent e)
3486 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3487 AlignmentSorter.sortByLength(viewport.getAlignment());
3488 addHistoryItem(new OrderCommand("Length Sort", oldOrder,
3489 viewport.getAlignment()));
3490 alignPanel.paintAlignment(true);
3500 public void sortGroupMenuItem_actionPerformed(ActionEvent e)
3502 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3503 AlignmentSorter.sortByGroup(viewport.getAlignment());
3504 addHistoryItem(new OrderCommand("Group Sort", oldOrder,
3505 viewport.getAlignment()));
3507 alignPanel.paintAlignment(true);
3517 public void removeRedundancyMenuItem_actionPerformed(ActionEvent e)
3519 new RedundancyPanel(alignPanel, this);
3529 public void pairwiseAlignmentMenuItem_actionPerformed(ActionEvent e)
3531 if ((viewport.getSelectionGroup() == null)
3532 || (viewport.getSelectionGroup().getSize() < 2))
3534 JvOptionPane.showInternalMessageDialog(this, MessageManager
3535 .getString("label.you_must_select_least_two_sequences"),
3536 MessageManager.getString("label.invalid_selection"),
3537 JvOptionPane.WARNING_MESSAGE);
3541 JInternalFrame frame = new JInternalFrame();
3542 frame.setContentPane(new PairwiseAlignPanel(viewport));
3543 Desktop.addInternalFrame(frame,
3544 MessageManager.getString("action.pairwise_alignment"), 600,
3556 public void PCAMenuItem_actionPerformed(ActionEvent e)
3558 if (((viewport.getSelectionGroup() != null)
3559 && (viewport.getSelectionGroup().getSize() < 4) && (viewport
3560 .getSelectionGroup().getSize() > 0))
3561 || (viewport.getAlignment().getHeight() < 4))
3564 .showInternalMessageDialog(
3567 .getString("label.principal_component_analysis_must_take_least_four_input_sequences"),
3569 .getString("label.sequence_selection_insufficient"),
3570 JvOptionPane.WARNING_MESSAGE);
3575 new PCAPanel(alignPanel);
3579 public void autoCalculate_actionPerformed(ActionEvent e)
3581 viewport.autoCalculateConsensus = autoCalculate.isSelected();
3582 if (viewport.autoCalculateConsensus)
3584 viewport.firePropertyChange("alignment", null, viewport
3585 .getAlignment().getSequences());
3590 public void sortByTreeOption_actionPerformed(ActionEvent e)
3592 viewport.sortByTree = sortByTree.isSelected();
3596 protected void listenToViewSelections_actionPerformed(ActionEvent e)
3598 viewport.followSelection = listenToViewSelections.isSelected();
3602 * Constructs a tree panel and adds it to the desktop
3605 * tree type (NJ or AV)
3607 * distance or similarity score model used to compute the tree
3609 * parameters for the distance or similarity calculation
3611 void newTreePanel(String type, ScoreModelI sm, SimilarityParamsI options)
3613 String frameTitle = "";
3616 if (viewport.getSelectionGroup() != null
3617 && viewport.getSelectionGroup().getSize() > 0)
3619 if (viewport.getSelectionGroup().getSize() < 3)
3625 .getString("label.you_need_more_two_sequences_selected_build_tree"),
3627 .getString("label.not_enough_sequences"),
3628 JvOptionPane.WARNING_MESSAGE);
3632 SequenceGroup sg = viewport.getSelectionGroup();
3634 /* Decide if the selection is a column region */
3635 for (SequenceI _s : sg.getSequences())
3637 if (_s.getLength() < sg.getEndRes())
3643 .getString("label.selected_region_to_tree_may_only_contain_residues_or_gaps"),
3645 .getString("label.sequences_selection_not_aligned"),
3646 JvOptionPane.WARNING_MESSAGE);
3652 tp = new TreePanel(alignPanel, type, sm, options);
3653 frameTitle = tp.getPanelTitle() + " on region";
3657 if (viewport.getAlignment().getHeight() < 2)
3662 tp = new TreePanel(alignPanel, type, sm, options);
3663 frameTitle = tp.getPanelTitle();
3666 frameTitle += " from ";
3668 if (viewport.viewName != null)
3670 frameTitle += viewport.viewName + " of ";
3673 frameTitle += this.title;
3675 Desktop.addInternalFrame(tp, frameTitle, 600, 500);
3686 public void addSortByOrderMenuItem(String title,
3687 final AlignmentOrder order)
3689 final JMenuItem item = new JMenuItem(MessageManager.formatMessage(
3690 "action.by_title_param", new Object[] { title }));
3692 item.addActionListener(new java.awt.event.ActionListener()
3695 public void actionPerformed(ActionEvent e)
3697 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3699 // TODO: JBPNote - have to map order entries to curent SequenceI
3701 AlignmentSorter.sortBy(viewport.getAlignment(), order);
3703 addHistoryItem(new OrderCommand(order.getName(), oldOrder, viewport
3706 alignPanel.paintAlignment(true);
3712 * Add a new sort by annotation score menu item
3715 * the menu to add the option to
3717 * the label used to retrieve scores for each sequence on the
3720 public void addSortByAnnotScoreMenuItem(JMenu sort,
3721 final String scoreLabel)
3723 final JMenuItem item = new JMenuItem(scoreLabel);
3725 item.addActionListener(new java.awt.event.ActionListener()
3728 public void actionPerformed(ActionEvent e)
3730 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3731 AlignmentSorter.sortByAnnotationScore(scoreLabel,
3732 viewport.getAlignment());// ,viewport.getSelectionGroup());
3733 addHistoryItem(new OrderCommand("Sort by " + scoreLabel, oldOrder,
3734 viewport.getAlignment()));
3735 alignPanel.paintAlignment(true);
3741 * last hash for alignment's annotation array - used to minimise cost of
3744 protected int _annotationScoreVectorHash;
3747 * search the alignment and rebuild the sort by annotation score submenu the
3748 * last alignment annotation vector hash is stored to minimize cost of
3749 * rebuilding in subsequence calls.
3753 public void buildSortByAnnotationScoresMenu()
3755 if (viewport.getAlignment().getAlignmentAnnotation() == null)
3760 if (viewport.getAlignment().getAlignmentAnnotation().hashCode() != _annotationScoreVectorHash)
3762 sortByAnnotScore.removeAll();
3763 // almost certainly a quicker way to do this - but we keep it simple
3764 Hashtable scoreSorts = new Hashtable();
3765 AlignmentAnnotation aann[];
3766 for (SequenceI sqa : viewport.getAlignment().getSequences())
3768 aann = sqa.getAnnotation();
3769 for (int i = 0; aann != null && i < aann.length; i++)
3771 if (aann[i].hasScore() && aann[i].sequenceRef != null)
3773 scoreSorts.put(aann[i].label, aann[i].label);
3777 Enumeration labels = scoreSorts.keys();
3778 while (labels.hasMoreElements())
3780 addSortByAnnotScoreMenuItem(sortByAnnotScore,
3781 (String) labels.nextElement());
3783 sortByAnnotScore.setVisible(scoreSorts.size() > 0);
3786 _annotationScoreVectorHash = viewport.getAlignment()
3787 .getAlignmentAnnotation().hashCode();
3792 * Maintain the Order by->Displayed Tree menu. Creates a new menu item for a
3793 * TreePanel with an appropriate <code>jalview.analysis.AlignmentSorter</code>
3794 * call. Listeners are added to remove the menu item when the treePanel is
3795 * closed, and adjust the tree leaf to sequence mapping when the alignment is
3799 public void buildTreeSortMenu()
3801 sortByTreeMenu.removeAll();
3803 List<Component> comps = PaintRefresher.components.get(viewport
3804 .getSequenceSetId());
3805 List<TreePanel> treePanels = new ArrayList<TreePanel>();
3806 for (Component comp : comps)
3808 if (comp instanceof TreePanel)
3810 treePanels.add((TreePanel) comp);
3814 if (treePanels.size() < 1)
3816 sortByTreeMenu.setVisible(false);
3820 sortByTreeMenu.setVisible(true);
3822 for (final TreePanel tp : treePanels)
3824 final JMenuItem item = new JMenuItem(tp.getTitle());
3825 item.addActionListener(new java.awt.event.ActionListener()
3828 public void actionPerformed(ActionEvent e)
3830 tp.sortByTree_actionPerformed();
3831 addHistoryItem(tp.sortAlignmentIn(alignPanel));
3836 sortByTreeMenu.add(item);
3840 public boolean sortBy(AlignmentOrder alorder, String undoname)
3842 SequenceI[] oldOrder = viewport.getAlignment().getSequencesArray();
3843 AlignmentSorter.sortBy(viewport.getAlignment(), alorder);
3844 if (undoname != null)
3846 addHistoryItem(new OrderCommand(undoname, oldOrder,
3847 viewport.getAlignment()));
3849 alignPanel.paintAlignment(true);
3854 * Work out whether the whole set of sequences or just the selected set will
3855 * be submitted for multiple alignment.
3858 public jalview.datamodel.AlignmentView gatherSequencesForAlignment()
3860 // Now, check we have enough sequences
3861 AlignmentView msa = null;
3863 if ((viewport.getSelectionGroup() != null)
3864 && (viewport.getSelectionGroup().getSize() > 1))
3866 // JBPNote UGLY! To prettify, make SequenceGroup and Alignment conform to
3867 // some common interface!
3869 * SequenceGroup seqs = viewport.getSelectionGroup(); int sz; msa = new
3870 * SequenceI[sz = seqs.getSize(false)];
3872 * for (int i = 0; i < sz; i++) { msa[i] = (SequenceI)
3873 * seqs.getSequenceAt(i); }
3875 msa = viewport.getAlignmentView(true);
3877 else if (viewport.getSelectionGroup() != null
3878 && viewport.getSelectionGroup().getSize() == 1)
3880 int option = JvOptionPane.showConfirmDialog(this,
3881 MessageManager.getString("warn.oneseq_msainput_selection"),
3882 MessageManager.getString("label.invalid_selection"),
3883 JvOptionPane.OK_CANCEL_OPTION);
3884 if (option == JvOptionPane.OK_OPTION)
3886 msa = viewport.getAlignmentView(false);
3891 msa = viewport.getAlignmentView(false);
3897 * Decides what is submitted to a secondary structure prediction service: the
3898 * first sequence in the alignment, or in the current selection, or, if the
3899 * alignment is 'aligned' (ie padded with gaps), then the currently selected
3900 * region or the whole alignment. (where the first sequence in the set is the
3901 * one that the prediction will be for).
3903 public AlignmentView gatherSeqOrMsaForSecStrPrediction()
3905 AlignmentView seqs = null;
3907 if ((viewport.getSelectionGroup() != null)
3908 && (viewport.getSelectionGroup().getSize() > 0))
3910 seqs = viewport.getAlignmentView(true);
3914 seqs = viewport.getAlignmentView(false);
3916 // limit sequences - JBPNote in future - could spawn multiple prediction
3918 // TODO: viewport.getAlignment().isAligned is a global state - the local
3919 // selection may well be aligned - we preserve 2.0.8 behaviour for moment.
3920 if (!viewport.getAlignment().isAligned(false))
3922 seqs.setSequences(new SeqCigar[] { seqs.getSequences()[0] });
3923 // TODO: if seqs.getSequences().length>1 then should really have warned
3937 protected void loadTreeMenuItem_actionPerformed(ActionEvent e)
3939 // Pick the tree file
3940 JalviewFileChooser chooser = new JalviewFileChooser(
3941 jalview.bin.Cache.getProperty("LAST_DIRECTORY"));
3942 chooser.setFileView(new JalviewFileView());
3943 chooser.setDialogTitle(MessageManager
3944 .getString("label.select_newick_like_tree_file"));
3945 chooser.setToolTipText(MessageManager.getString("label.load_tree_file"));
3947 int value = chooser.showOpenDialog(null);
3949 if (value == JalviewFileChooser.APPROVE_OPTION)
3951 String filePath = chooser.getSelectedFile().getPath();
3952 Cache.setProperty("LAST_DIRECTORY", filePath);
3953 NewickFile fin = null;
3956 fin = new NewickFile(filePath, DataSourceType.FILE);
3957 viewport.setCurrentTree(showNewickTree(fin, filePath).getTree());
3958 } catch (Exception ex)
3965 .getString("label.problem_reading_tree_file"),
3966 JvOptionPane.WARNING_MESSAGE);
3967 ex.printStackTrace();
3969 if (fin != null && fin.hasWarningMessage())
3971 JvOptionPane.showMessageDialog(Desktop.desktop, fin
3972 .getWarningMessage(), MessageManager
3973 .getString("label.possible_problem_with_tree_file"),
3974 JvOptionPane.WARNING_MESSAGE);
3979 public TreePanel showNewickTree(NewickFile nf, String treeTitle)
3981 return showNewickTree(nf, treeTitle, 600, 500, 4, 5);
3984 public TreePanel showNewickTree(NewickFile nf, String treeTitle, int w,
3985 int h, int x, int y)
3987 return showNewickTree(nf, treeTitle, null, w, h, x, y);
3991 * Add a treeviewer for the tree extracted from a Newick file object to the
3992 * current alignment view
3999 * Associated alignment input data (or null)
4008 * @return TreePanel handle
4010 public TreePanel showNewickTree(NewickFile nf, String treeTitle,
4011 AlignmentView input, int w, int h, int x, int y)
4013 TreePanel tp = null;
4019 if (nf.getTree() != null)
4021 tp = new TreePanel(alignPanel, nf, treeTitle, input);
4027 tp.setLocation(x, y);
4030 Desktop.addInternalFrame(tp, treeTitle, w, h);
4032 } catch (Exception ex)
4034 ex.printStackTrace();
4040 private boolean buildingMenu = false;
4043 * Generates menu items and listener event actions for web service clients
4046 public void BuildWebServiceMenu()
4048 while (buildingMenu)
4052 System.err.println("Waiting for building menu to finish.");
4054 } catch (Exception e)
4058 final AlignFrame me = this;
4059 buildingMenu = true;
4060 new Thread(new Runnable()
4065 final List<JMenuItem> legacyItems = new ArrayList<JMenuItem>();
4068 // System.err.println("Building ws menu again "
4069 // + Thread.currentThread());
4070 // TODO: add support for context dependent disabling of services based
4072 // alignment and current selection
4073 // TODO: add additional serviceHandle parameter to specify abstract
4075 // class independently of AbstractName
4076 // TODO: add in rediscovery GUI function to restart discoverer
4077 // TODO: group services by location as well as function and/or
4079 // object broker mechanism.
4080 final Vector<JMenu> wsmenu = new Vector<JMenu>();
4081 final IProgressIndicator af = me;
4084 * do not i18n these strings - they are hard-coded in class
4085 * compbio.data.msa.Category, Jws2Discoverer.isRecalculable() and
4086 * SequenceAnnotationWSClient.initSequenceAnnotationWSClient()
4088 final JMenu msawsmenu = new JMenu("Alignment");
4089 final JMenu secstrmenu = new JMenu(
4090 "Secondary Structure Prediction");
4091 final JMenu seqsrchmenu = new JMenu("Sequence Database Search");
4092 final JMenu analymenu = new JMenu("Analysis");
4093 final JMenu dismenu = new JMenu("Protein Disorder");
4094 // JAL-940 - only show secondary structure prediction services from
4095 // the legacy server
4096 if (// Cache.getDefault("SHOW_JWS1_SERVICES", true)
4098 Discoverer.services != null && (Discoverer.services.size() > 0))
4100 // TODO: refactor to allow list of AbstractName/Handler bindings to
4102 // stored or retrieved from elsewhere
4103 // No MSAWS used any more:
4104 // Vector msaws = null; // (Vector)
4105 // Discoverer.services.get("MsaWS");
4106 Vector secstrpr = (Vector) Discoverer.services
4108 if (secstrpr != null)
4110 // Add any secondary structure prediction services
4111 for (int i = 0, j = secstrpr.size(); i < j; i++)
4113 final ext.vamsas.ServiceHandle sh = (ext.vamsas.ServiceHandle) secstrpr
4115 jalview.ws.WSMenuEntryProviderI impl = jalview.ws.jws1.Discoverer
4116 .getServiceClient(sh);
4117 int p = secstrmenu.getItemCount();
4118 impl.attachWSMenuEntry(secstrmenu, me);
4119 int q = secstrmenu.getItemCount();
4120 for (int litm = p; litm < q; litm++)
4122 legacyItems.add(secstrmenu.getItem(litm));
4128 // Add all submenus in the order they should appear on the web
4130 wsmenu.add(msawsmenu);
4131 wsmenu.add(secstrmenu);
4132 wsmenu.add(dismenu);
4133 wsmenu.add(analymenu);
4134 // No search services yet
4135 // wsmenu.add(seqsrchmenu);
4137 javax.swing.SwingUtilities.invokeLater(new Runnable()
4144 webService.removeAll();
4145 // first, add discovered services onto the webservices menu
4146 if (wsmenu.size() > 0)
4148 for (int i = 0, j = wsmenu.size(); i < j; i++)
4150 webService.add(wsmenu.get(i));
4155 webService.add(me.webServiceNoServices);
4157 // TODO: move into separate menu builder class.
4158 boolean new_sspred = false;
4159 if (Cache.getDefault("SHOW_JWS2_SERVICES", true))
4161 Jws2Discoverer jws2servs = Jws2Discoverer.getDiscoverer();
4162 if (jws2servs != null)
4164 if (jws2servs.hasServices())
4166 jws2servs.attachWSMenuEntry(webService, me);
4167 for (Jws2Instance sv : jws2servs.getServices())
4169 if (sv.description.toLowerCase().contains("jpred"))
4171 for (JMenuItem jmi : legacyItems)
4173 jmi.setVisible(false);
4179 if (jws2servs.isRunning())
4181 JMenuItem tm = new JMenuItem(
4182 "Still discovering JABA Services");
4183 tm.setEnabled(false);
4188 build_urlServiceMenu(me.webService);
4189 build_fetchdbmenu(webService);
4190 for (JMenu item : wsmenu)
4192 if (item.getItemCount() == 0)
4194 item.setEnabled(false);
4198 item.setEnabled(true);
4201 } catch (Exception e)
4204 .debug("Exception during web service menu building process.",
4209 } catch (Exception e)
4212 buildingMenu = false;
4219 * construct any groupURL type service menu entries.
4223 private void build_urlServiceMenu(JMenu webService)
4225 // TODO: remove this code when 2.7 is released
4226 // DEBUG - alignmentView
4228 * JMenuItem testAlView = new JMenuItem("Test AlignmentView"); final
4229 * AlignFrame af = this; testAlView.addActionListener(new ActionListener() {
4231 * @Override public void actionPerformed(ActionEvent e) {
4232 * jalview.datamodel.AlignmentView
4233 * .testSelectionViews(af.viewport.getAlignment(),
4234 * af.viewport.getColumnSelection(), af.viewport.selectionGroup); }
4236 * }); webService.add(testAlView);
4238 // TODO: refactor to RestClient discoverer and merge menu entries for
4239 // rest-style services with other types of analysis/calculation service
4240 // SHmmr test client - still being implemented.
4241 // DEBUG - alignmentView
4243 for (jalview.ws.rest.RestClient client : jalview.ws.rest.RestClient
4246 client.attachWSMenuEntry(
4247 JvSwingUtils.findOrCreateMenu(webService, client.getAction()),
4253 * Searches the alignment sequences for xRefs and builds the Show
4254 * Cross-References menu (formerly called Show Products), with database
4255 * sources for which cross-references are found (protein sources for a
4256 * nucleotide alignment and vice versa)
4258 * @return true if Show Cross-references menu should be enabled
4260 public boolean canShowProducts()
4262 SequenceI[] seqs = viewport.getAlignment().getSequencesArray();
4263 AlignmentI dataset = viewport.getAlignment().getDataset();
4265 showProducts.removeAll();
4266 final boolean dna = viewport.getAlignment().isNucleotide();
4268 if (seqs == null || seqs.length == 0)
4270 // nothing to see here.
4274 boolean showp = false;
4277 List<String> ptypes = new CrossRef(seqs, dataset)
4278 .findXrefSourcesForSequences(dna);
4280 for (final String source : ptypes)
4283 final AlignFrame af = this;
4284 JMenuItem xtype = new JMenuItem(source);
4285 xtype.addActionListener(new ActionListener()
4288 public void actionPerformed(ActionEvent e)
4290 showProductsFor(af.viewport.getSequenceSelection(), dna, source);
4293 showProducts.add(xtype);
4295 showProducts.setVisible(showp);
4296 showProducts.setEnabled(showp);
4297 } catch (Exception e)
4300 .warn("canShowProducts threw an exception - please report to help@jalview.org",
4308 * Finds and displays cross-references for the selected sequences (protein
4309 * products for nucleotide sequences, dna coding sequences for peptides).
4312 * the sequences to show cross-references for
4314 * true if from a nucleotide alignment (so showing proteins)
4316 * the database to show cross-references for
4318 protected void showProductsFor(final SequenceI[] sel,
4319 final boolean _odna, final String source)
4321 new Thread(CrossRefAction.showProductsFor(sel, _odna, source, this))
4326 * Construct and display a new frame containing the translation of this
4327 * frame's DNA sequences to their aligned protein (amino acid) equivalents.
4330 public void showTranslation_actionPerformed(ActionEvent e)
4332 AlignmentI al = null;
4335 Dna dna = new Dna(viewport, viewport.getViewAsVisibleContigs(true));
4337 al = dna.translateCdna();
4338 } catch (Exception ex)
4340 jalview.bin.Cache.log.error(
4341 "Exception during translation. Please report this !", ex);
4342 final String msg = MessageManager
4343 .getString("label.error_when_translating_sequences_submit_bug_report");
4344 final String errorTitle = MessageManager
4345 .getString("label.implementation_error")
4346 + MessageManager.getString("label.translation_failed");
4347 JvOptionPane.showMessageDialog(Desktop.desktop, msg, errorTitle,
4348 JvOptionPane.ERROR_MESSAGE);
4351 if (al == null || al.getHeight() == 0)
4353 final String msg = MessageManager
4354 .getString("label.select_at_least_three_bases_in_at_least_one_sequence_to_cDNA_translation");
4355 final String errorTitle = MessageManager
4356 .getString("label.translation_failed");
4357 JvOptionPane.showMessageDialog(Desktop.desktop, msg, errorTitle,
4358 JvOptionPane.WARNING_MESSAGE);
4362 AlignFrame af = new AlignFrame(al, DEFAULT_WIDTH, DEFAULT_HEIGHT);
4363 af.setFileFormat(this.currentFileFormat);
4364 final String newTitle = MessageManager.formatMessage(
4365 "label.translation_of_params",
4366 new Object[] { this.getTitle() });
4367 af.setTitle(newTitle);
4368 if (Cache.getDefault(Preferences.ENABLE_SPLIT_FRAME, true))
4370 final SequenceI[] seqs = viewport.getSelectionAsNewSequence();
4371 viewport.openSplitFrame(af, new Alignment(seqs));
4375 Desktop.addInternalFrame(af, newTitle, DEFAULT_WIDTH,
4382 * Set the file format
4386 public void setFileFormat(FileFormatI format)
4388 this.currentFileFormat = format;
4392 * Try to load a features file onto the alignment.
4395 * contents or path to retrieve file
4397 * access mode of file (see jalview.io.AlignFile)
4398 * @return true if features file was parsed correctly.
4400 public boolean parseFeaturesFile(String file, DataSourceType sourceType)
4402 return avc.parseFeaturesFile(file, sourceType,
4403 Cache.getDefault("RELAXEDSEQIDMATCHING", false));
4408 public void refreshFeatureUI(boolean enableIfNecessary)
4410 // note - currently this is only still here rather than in the controller
4411 // because of the featureSettings hard reference that is yet to be
4413 if (enableIfNecessary)
4415 viewport.setShowSequenceFeatures(true);
4416 showSeqFeatures.setSelected(true);
4422 public void dragEnter(DropTargetDragEvent evt)
4427 public void dragExit(DropTargetEvent evt)
4432 public void dragOver(DropTargetDragEvent evt)
4437 public void dropActionChanged(DropTargetDragEvent evt)
4442 public void drop(DropTargetDropEvent evt)
4444 // JAL-1552 - acceptDrop required before getTransferable call for
4445 // Java's Transferable for native dnd
4446 evt.acceptDrop(DnDConstants.ACTION_COPY_OR_MOVE);
4447 Transferable t = evt.getTransferable();
4448 List<String> files = new ArrayList<String>();
4449 List<DataSourceType> protocols = new ArrayList<DataSourceType>();
4453 Desktop.transferFromDropTarget(files, protocols, evt, t);
4454 } catch (Exception e)
4456 e.printStackTrace();
4462 // check to see if any of these files have names matching sequences in
4464 SequenceIdMatcher idm = new SequenceIdMatcher(viewport
4465 .getAlignment().getSequencesArray());
4467 * Object[] { String,SequenceI}
4469 ArrayList<Object[]> filesmatched = new ArrayList<Object[]>();
4470 ArrayList<String> filesnotmatched = new ArrayList<String>();
4471 for (int i = 0; i < files.size(); i++)
4473 String file = files.get(i).toString();
4475 DataSourceType protocol = FormatAdapter.checkProtocol(file);
4476 if (protocol == DataSourceType.FILE)
4478 File fl = new File(file);
4479 pdbfn = fl.getName();
4481 else if (protocol == DataSourceType.URL)
4483 URL url = new URL(file);
4484 pdbfn = url.getFile();
4486 if (pdbfn.length() > 0)
4488 // attempt to find a match in the alignment
4489 SequenceI[] mtch = idm.findAllIdMatches(pdbfn);
4490 int l = 0, c = pdbfn.indexOf(".");
4491 while (mtch == null && c != -1)
4496 } while ((c = pdbfn.indexOf(".", l)) > l);
4499 pdbfn = pdbfn.substring(0, l);
4501 mtch = idm.findAllIdMatches(pdbfn);
4505 FileFormatI type = null;
4508 type = new IdentifyFile().identify(file, protocol);
4509 } catch (Exception ex)
4513 if (type != null && type.isStructureFile())
4515 filesmatched.add(new Object[] { file, protocol, mtch });
4519 // File wasn't named like one of the sequences or wasn't a PDB file.
4520 filesnotmatched.add(file);
4524 if (filesmatched.size() > 0)
4526 if (Cache.getDefault("AUTOASSOCIATE_PDBANDSEQS", false)
4532 "label.automatically_associate_structure_files_with_sequences_same_name",
4533 new Object[] { Integer
4539 .getString("label.automatically_associate_structure_files_by_name"),
4540 JvOptionPane.YES_NO_OPTION) == JvOptionPane.YES_OPTION)
4543 for (Object[] fm : filesmatched)
4545 // try and associate
4546 // TODO: may want to set a standard ID naming formalism for
4547 // associating PDB files which have no IDs.
4548 for (SequenceI toassoc : (SequenceI[]) fm[2])
4550 PDBEntry pe = new AssociatePdbFileWithSeq()
4551 .associatePdbWithSeq((String) fm[0],
4552 (DataSourceType) fm[1], toassoc, false,
4556 System.err.println("Associated file : "
4557 + ((String) fm[0]) + " with "
4558 + toassoc.getDisplayId(true));
4562 alignPanel.paintAlignment(true);
4566 if (filesnotmatched.size() > 0)
4569 && (Cache.getDefault(
4570 "AUTOASSOCIATE_PDBANDSEQS_IGNOREOTHERS", false) || JvOptionPane
4576 "label.ignore_unmatched_dropped_files_info",
4577 new Object[] { Integer
4584 .getString("label.ignore_unmatched_dropped_files"),
4585 JvOptionPane.YES_NO_OPTION) == JvOptionPane.YES_OPTION))
4589 for (String fn : filesnotmatched)
4591 loadJalviewDataFile(fn, null, null, null);
4595 } catch (Exception ex)
4597 ex.printStackTrace();
4603 * Attempt to load a "dropped" file or URL string, by testing in turn for
4605 * <li>an Annotation file</li>
4606 * <li>a JNet file</li>
4607 * <li>a features file</li>
4608 * <li>else try to interpret as an alignment file</li>
4612 * either a filename or a URL string.
4614 public void loadJalviewDataFile(String file, DataSourceType sourceType,
4615 FileFormatI format, SequenceI assocSeq)
4619 if (sourceType == null)
4621 sourceType = FormatAdapter.checkProtocol(file);
4623 // if the file isn't identified, or not positively identified as some
4624 // other filetype (PFAM is default unidentified alignment file type) then
4625 // try to parse as annotation.
4626 boolean isAnnotation = (format == null || FileFormat.Pfam
4627 .equals(format)) ? new AnnotationFile()
4628 .annotateAlignmentView(viewport, file, sourceType) : false;
4632 // first see if its a T-COFFEE score file
4633 TCoffeeScoreFile tcf = null;
4636 tcf = new TCoffeeScoreFile(file, sourceType);
4639 if (tcf.annotateAlignment(viewport.getAlignment(), true))
4642 changeColour(new TCoffeeColourScheme(viewport.getAlignment()));
4643 isAnnotation = true;
4645 .setText(MessageManager
4646 .getString("label.successfully_pasted_tcoffee_scores_to_alignment"));
4650 // some problem - if no warning its probable that the ID matching
4651 // process didn't work
4655 tcf.getWarningMessage() == null ? MessageManager
4656 .getString("label.check_file_matches_sequence_ids_alignment")
4657 : tcf.getWarningMessage(),
4659 .getString("label.problem_reading_tcoffee_score_file"),
4660 JvOptionPane.WARNING_MESSAGE);
4667 } catch (Exception x)
4670 .debug("Exception when processing data source as T-COFFEE score file",
4676 // try to see if its a JNet 'concise' style annotation file *before*
4678 // try to parse it as a features file
4681 format = new IdentifyFile().identify(file, sourceType);
4683 if (FileFormat.ScoreMatrix == format)
4685 // load and register the score matrix
4686 ScoreMatrixFile sm = new ScoreMatrixFile(new FileParse(file,
4688 statusBar.setText(MessageManager.formatMessage(
4689 "label.successfully_loaded_file_type",
4690 format.getName(), sm.getMatrixName()));
4692 else if (FileFormat.Jnet.equals(format))
4694 JPredFile predictions = new JPredFile(file, sourceType);
4695 new JnetAnnotationMaker();
4696 JnetAnnotationMaker.add_annotation(predictions,
4697 viewport.getAlignment(), 0, false);
4698 SequenceI repseq = viewport.getAlignment().getSequenceAt(0);
4699 viewport.getAlignment().setSeqrep(repseq);
4700 ColumnSelection cs = new ColumnSelection();
4701 cs.hideInsertionsFor(repseq);
4702 viewport.setColumnSelection(cs);
4703 isAnnotation = true;
4705 // else if (IdentifyFile.FeaturesFile.equals(format))
4706 else if (FileFormat.Features.equals(format))
4708 if (parseFeaturesFile(file, sourceType))
4710 alignPanel.paintAlignment(true);
4715 new FileLoader().LoadFile(viewport, file, sourceType, format);
4722 alignPanel.adjustAnnotationHeight();
4723 viewport.updateSequenceIdColours();
4724 buildSortByAnnotationScoresMenu();
4725 alignPanel.paintAlignment(true);
4727 } catch (Exception ex)
4729 ex.printStackTrace();
4730 } catch (OutOfMemoryError oom)
4735 } catch (Exception x)
4740 + (sourceType != null ? (sourceType == DataSourceType.PASTE ? "from clipboard."
4741 : "using " + sourceType + " from " + file)
4743 + (format != null ? "(parsing as '" + format
4744 + "' file)" : ""), oom, Desktop.desktop);
4749 * Method invoked by the ChangeListener on the tabbed pane, in other words
4750 * when a different tabbed pane is selected by the user or programmatically.
4753 public void tabSelectionChanged(int index)
4757 alignPanel = alignPanels.get(index);
4758 viewport = alignPanel.av;
4759 avc.setViewportAndAlignmentPanel(viewport, alignPanel);
4760 setMenusFromViewport(viewport);
4764 * 'focus' any colour slider that is open to the selected viewport
4766 if (viewport.getConservationSelected())
4768 SliderPanel.setConservationSlider(alignPanel,
4769 viewport.getResidueShading(), alignPanel.getViewName());
4773 SliderPanel.hideConservationSlider();
4775 if (viewport.getAbovePIDThreshold())
4777 SliderPanel.setPIDSliderSource(alignPanel,
4778 viewport.getResidueShading(), alignPanel.getViewName());
4782 SliderPanel.hidePIDSlider();
4786 * If there is a frame linked to this one in a SplitPane, switch it to the
4787 * same view tab index. No infinite recursion of calls should happen, since
4788 * tabSelectionChanged() should not get invoked on setting the selected
4789 * index to an unchanged value. Guard against setting an invalid index
4790 * before the new view peer tab has been created.
4792 final AlignViewportI peer = viewport.getCodingComplement();
4795 AlignFrame linkedAlignFrame = ((AlignViewport) peer).getAlignPanel().alignFrame;
4796 if (linkedAlignFrame.tabbedPane.getTabCount() > index)
4798 linkedAlignFrame.tabbedPane.setSelectedIndex(index);
4804 * On right mouse click on view tab, prompt for and set new view name.
4807 public void tabbedPane_mousePressed(MouseEvent e)
4809 if (e.isPopupTrigger())
4811 String msg = MessageManager.getString("label.enter_view_name");
4812 String reply = JvOptionPane.showInternalInputDialog(this, msg, msg,
4813 JvOptionPane.QUESTION_MESSAGE);
4817 viewport.viewName = reply;
4818 // TODO warn if reply is in getExistingViewNames()?
4819 tabbedPane.setTitleAt(tabbedPane.getSelectedIndex(), reply);
4824 public AlignViewport getCurrentView()
4830 * Open the dialog for regex description parsing.
4833 protected void extractScores_actionPerformed(ActionEvent e)
4835 ParseProperties pp = new jalview.analysis.ParseProperties(
4836 viewport.getAlignment());
4837 // TODO: verify regex and introduce GUI dialog for version 2.5
4838 // if (pp.getScoresFromDescription("col", "score column ",
4839 // "\\W*([-+]?\\d*\\.?\\d*e?-?\\d*)\\W+([-+]?\\d*\\.?\\d*e?-?\\d*)",
4841 if (pp.getScoresFromDescription("description column",
4842 "score in description column ", "\\W*([-+eE0-9.]+)", true) > 0)
4844 buildSortByAnnotationScoresMenu();
4852 * jalview.jbgui.GAlignFrame#showDbRefs_actionPerformed(java.awt.event.ActionEvent
4856 protected void showDbRefs_actionPerformed(ActionEvent e)
4858 viewport.setShowDBRefs(showDbRefsMenuitem.isSelected());
4864 * @seejalview.jbgui.GAlignFrame#showNpFeats_actionPerformed(java.awt.event.
4868 protected void showNpFeats_actionPerformed(ActionEvent e)
4870 viewport.setShowNPFeats(showNpFeatsMenuitem.isSelected());
4874 * find the viewport amongst the tabs in this alignment frame and close that
4879 public boolean closeView(AlignViewportI av)
4883 this.closeMenuItem_actionPerformed(false);
4886 Component[] comp = tabbedPane.getComponents();
4887 for (int i = 0; comp != null && i < comp.length; i++)
4889 if (comp[i] instanceof AlignmentPanel)
4891 if (((AlignmentPanel) comp[i]).av == av)
4894 closeView((AlignmentPanel) comp[i]);
4902 protected void build_fetchdbmenu(JMenu webService)
4904 // Temporary hack - DBRef Fetcher always top level ws entry.
4905 // TODO We probably want to store a sequence database checklist in
4906 // preferences and have checkboxes.. rather than individual sources selected
4908 final JMenu rfetch = new JMenu(
4909 MessageManager.getString("action.fetch_db_references"));
4910 rfetch.setToolTipText(MessageManager
4911 .getString("label.retrieve_parse_sequence_database_records_alignment_or_selected_sequences"));
4912 webService.add(rfetch);
4914 final JCheckBoxMenuItem trimrs = new JCheckBoxMenuItem(
4915 MessageManager.getString("option.trim_retrieved_seqs"));
4916 trimrs.setToolTipText(MessageManager
4917 .getString("label.trim_retrieved_sequences"));
4918 trimrs.setSelected(Cache.getDefault("TRIM_FETCHED_DATASET_SEQS", true));
4919 trimrs.addActionListener(new ActionListener()
4922 public void actionPerformed(ActionEvent e)
4924 trimrs.setSelected(trimrs.isSelected());
4925 Cache.setProperty("TRIM_FETCHED_DATASET_SEQS",
4926 Boolean.valueOf(trimrs.isSelected()).toString());
4930 JMenuItem fetchr = new JMenuItem(
4931 MessageManager.getString("label.standard_databases"));
4932 fetchr.setToolTipText(MessageManager
4933 .getString("label.fetch_embl_uniprot"));
4934 fetchr.addActionListener(new ActionListener()
4938 public void actionPerformed(ActionEvent e)
4940 new Thread(new Runnable()
4945 boolean isNucleotide = alignPanel.alignFrame.getViewport()
4946 .getAlignment().isNucleotide();
4947 DBRefFetcher dbRefFetcher = new DBRefFetcher(alignPanel.av
4948 .getSequenceSelection(), alignPanel.alignFrame, null,
4949 alignPanel.alignFrame.featureSettings, isNucleotide);
4950 dbRefFetcher.addListener(new FetchFinishedListenerI()
4953 public void finished()
4955 AlignFrame.this.setMenusForViewport();
4958 dbRefFetcher.fetchDBRefs(false);
4966 final AlignFrame me = this;
4967 new Thread(new Runnable()
4972 final jalview.ws.SequenceFetcher sf = jalview.gui.SequenceFetcher
4973 .getSequenceFetcherSingleton(me);
4974 javax.swing.SwingUtilities.invokeLater(new Runnable()
4979 String[] dbclasses = sf.getOrderedSupportedSources();
4980 // sf.getDbInstances(jalview.ws.dbsources.DasSequenceSource.class);
4981 // jalview.util.QuickSort.sort(otherdb, otherdb);
4982 List<DbSourceProxy> otherdb;
4983 JMenu dfetch = new JMenu();
4984 JMenu ifetch = new JMenu();
4985 JMenuItem fetchr = null;
4986 int comp = 0, icomp = 0, mcomp = 15;
4987 String mname = null;
4989 for (String dbclass : dbclasses)
4991 otherdb = sf.getSourceProxy(dbclass);
4992 // add a single entry for this class, or submenu allowing 'fetch
4994 if (otherdb == null || otherdb.size() < 1)
4998 // List<DbSourceProxy> dbs=otherdb;
4999 // otherdb=new ArrayList<DbSourceProxy>();
5000 // for (DbSourceProxy db:dbs)
5002 // if (!db.isA(DBRefSource.ALIGNMENTDB)
5006 mname = "From " + dbclass;
5008 if (otherdb.size() == 1)
5010 final DbSourceProxy[] dassource = otherdb
5011 .toArray(new DbSourceProxy[0]);
5012 DbSourceProxy src = otherdb.get(0);
5013 fetchr = new JMenuItem(src.getDbSource());
5014 fetchr.addActionListener(new ActionListener()
5018 public void actionPerformed(ActionEvent e)
5020 new Thread(new Runnable()
5026 boolean isNucleotide = alignPanel.alignFrame
5027 .getViewport().getAlignment()
5029 DBRefFetcher dbRefFetcher = new DBRefFetcher(
5030 alignPanel.av.getSequenceSelection(),
5031 alignPanel.alignFrame, dassource,
5032 alignPanel.alignFrame.featureSettings,
5035 .addListener(new FetchFinishedListenerI()
5038 public void finished()
5040 AlignFrame.this.setMenusForViewport();
5043 dbRefFetcher.fetchDBRefs(false);
5049 fetchr.setToolTipText(JvSwingUtils.wrapTooltip(true,
5050 MessageManager.formatMessage(
5051 "label.fetch_retrieve_from",
5052 new Object[] { src.getDbName() })));
5058 final DbSourceProxy[] dassource = otherdb
5059 .toArray(new DbSourceProxy[0]);
5061 DbSourceProxy src = otherdb.get(0);
5062 fetchr = new JMenuItem(MessageManager.formatMessage(
5063 "label.fetch_all_param",
5064 new Object[] { src.getDbSource() }));
5065 fetchr.addActionListener(new ActionListener()
5068 public void actionPerformed(ActionEvent e)
5070 new Thread(new Runnable()
5076 boolean isNucleotide = alignPanel.alignFrame
5077 .getViewport().getAlignment()
5079 DBRefFetcher dbRefFetcher = new DBRefFetcher(
5080 alignPanel.av.getSequenceSelection(),
5081 alignPanel.alignFrame, dassource,
5082 alignPanel.alignFrame.featureSettings,
5085 .addListener(new FetchFinishedListenerI()
5088 public void finished()
5090 AlignFrame.this.setMenusForViewport();
5093 dbRefFetcher.fetchDBRefs(false);
5099 fetchr.setToolTipText(JvSwingUtils.wrapTooltip(true,
5100 MessageManager.formatMessage(
5101 "label.fetch_retrieve_from_all_sources",
5103 Integer.valueOf(otherdb.size())
5104 .toString(), src.getDbSource(),
5105 src.getDbName() })));
5108 // and then build the rest of the individual menus
5109 ifetch = new JMenu(MessageManager.formatMessage(
5110 "label.source_from_db_source",
5111 new Object[] { src.getDbSource() }));
5113 String imname = null;
5115 for (DbSourceProxy sproxy : otherdb)
5117 String dbname = sproxy.getDbName();
5118 String sname = dbname.length() > 5 ? dbname.substring(0,
5119 5) + "..." : dbname;
5120 String msname = dbname.length() > 10 ? dbname.substring(
5121 0, 10) + "..." : dbname;
5124 imname = MessageManager.formatMessage(
5125 "label.from_msname", new Object[] { sname });
5127 fetchr = new JMenuItem(msname);
5128 final DbSourceProxy[] dassrc = { sproxy };
5129 fetchr.addActionListener(new ActionListener()
5133 public void actionPerformed(ActionEvent e)
5135 new Thread(new Runnable()
5141 boolean isNucleotide = alignPanel.alignFrame
5142 .getViewport().getAlignment()
5144 DBRefFetcher dbRefFetcher = new DBRefFetcher(
5145 alignPanel.av.getSequenceSelection(),
5146 alignPanel.alignFrame, dassrc,
5147 alignPanel.alignFrame.featureSettings,
5150 .addListener(new FetchFinishedListenerI()
5153 public void finished()
5155 AlignFrame.this.setMenusForViewport();
5158 dbRefFetcher.fetchDBRefs(false);
5164 fetchr.setToolTipText("<html>"
5165 + MessageManager.formatMessage(
5166 "label.fetch_retrieve_from", new Object[]
5170 if (++icomp >= mcomp || i == (otherdb.size()))
5172 ifetch.setText(MessageManager.formatMessage(
5173 "label.source_to_target", imname, sname));
5175 ifetch = new JMenu();
5183 if (comp >= mcomp || dbi >= (dbclasses.length))
5185 dfetch.setText(MessageManager.formatMessage(
5186 "label.source_to_target", mname, dbclass));
5188 dfetch = new JMenu();
5201 * Left justify the whole alignment.
5204 protected void justifyLeftMenuItem_actionPerformed(ActionEvent e)
5206 AlignmentI al = viewport.getAlignment();
5208 viewport.firePropertyChange("alignment", null, al);
5212 * Right justify the whole alignment.
5215 protected void justifyRightMenuItem_actionPerformed(ActionEvent e)
5217 AlignmentI al = viewport.getAlignment();
5219 viewport.firePropertyChange("alignment", null, al);
5223 public void setShowSeqFeatures(boolean b)
5225 showSeqFeatures.setSelected(b);
5226 viewport.setShowSequenceFeatures(b);
5233 * jalview.jbgui.GAlignFrame#showUnconservedMenuItem_actionPerformed(java.
5234 * awt.event.ActionEvent)
5237 protected void showUnconservedMenuItem_actionPerformed(ActionEvent e)
5239 viewport.setShowUnconserved(showNonconservedMenuItem.getState());
5240 alignPanel.paintAlignment(true);
5247 * jalview.jbgui.GAlignFrame#showGroupConsensus_actionPerformed(java.awt.event
5251 protected void showGroupConsensus_actionPerformed(ActionEvent e)
5253 viewport.setShowGroupConsensus(showGroupConsensus.getState());
5254 alignPanel.updateAnnotation(applyAutoAnnotationSettings.getState());
5262 * jalview.jbgui.GAlignFrame#showGroupConservation_actionPerformed(java.awt
5263 * .event.ActionEvent)
5266 protected void showGroupConservation_actionPerformed(ActionEvent e)
5268 viewport.setShowGroupConservation(showGroupConservation.getState());
5269 alignPanel.updateAnnotation(applyAutoAnnotationSettings.getState());
5276 * jalview.jbgui.GAlignFrame#showConsensusHistogram_actionPerformed(java.awt
5277 * .event.ActionEvent)
5280 protected void showConsensusHistogram_actionPerformed(ActionEvent e)
5282 viewport.setShowConsensusHistogram(showConsensusHistogram.getState());
5283 alignPanel.updateAnnotation(applyAutoAnnotationSettings.getState());
5290 * jalview.jbgui.GAlignFrame#showConsensusProfile_actionPerformed(java.awt
5291 * .event.ActionEvent)
5294 protected void showSequenceLogo_actionPerformed(ActionEvent e)
5296 viewport.setShowSequenceLogo(showSequenceLogo.getState());
5297 alignPanel.updateAnnotation(applyAutoAnnotationSettings.getState());
5301 protected void normaliseSequenceLogo_actionPerformed(ActionEvent e)
5303 showSequenceLogo.setState(true);
5304 viewport.setShowSequenceLogo(true);
5305 viewport.setNormaliseSequenceLogo(normaliseSequenceLogo.getState());
5306 alignPanel.updateAnnotation(applyAutoAnnotationSettings.getState());
5310 protected void applyAutoAnnotationSettings_actionPerformed(ActionEvent e)
5312 alignPanel.updateAnnotation(applyAutoAnnotationSettings.getState());
5319 * jalview.jbgui.GAlignFrame#makeGrpsFromSelection_actionPerformed(java.awt
5320 * .event.ActionEvent)
5323 protected void makeGrpsFromSelection_actionPerformed(ActionEvent e)
5325 if (avc.makeGroupsFromSelection())
5327 PaintRefresher.Refresh(this, viewport.getSequenceSetId());
5328 alignPanel.updateAnnotation();
5329 alignPanel.paintAlignment(true);
5333 public void clearAlignmentSeqRep()
5335 // TODO refactor alignmentseqrep to controller
5336 if (viewport.getAlignment().hasSeqrep())
5338 viewport.getAlignment().setSeqrep(null);
5339 PaintRefresher.Refresh(this, viewport.getSequenceSetId());
5340 alignPanel.updateAnnotation();
5341 alignPanel.paintAlignment(true);
5346 protected void createGroup_actionPerformed(ActionEvent e)
5348 if (avc.createGroup())
5350 alignPanel.alignmentChanged();
5355 protected void unGroup_actionPerformed(ActionEvent e)
5359 alignPanel.alignmentChanged();
5364 * make the given alignmentPanel the currently selected tab
5366 * @param alignmentPanel
5368 public void setDisplayedView(AlignmentPanel alignmentPanel)
5370 if (!viewport.getSequenceSetId().equals(
5371 alignmentPanel.av.getSequenceSetId()))
5375 .getString("error.implementation_error_cannot_show_view_alignment_frame"));
5377 if (tabbedPane != null
5378 && tabbedPane.getTabCount() > 0
5379 && alignPanels.indexOf(alignmentPanel) != tabbedPane
5380 .getSelectedIndex())
5382 tabbedPane.setSelectedIndex(alignPanels.indexOf(alignmentPanel));
5387 * Action on selection of menu options to Show or Hide annotations.
5390 * @param forSequences
5391 * update sequence-related annotations
5392 * @param forAlignment
5393 * update non-sequence-related annotations
5396 protected void setAnnotationsVisibility(boolean visible,
5397 boolean forSequences, boolean forAlignment)
5399 AlignmentAnnotation[] anns = alignPanel.getAlignment()
5400 .getAlignmentAnnotation();
5405 for (AlignmentAnnotation aa : anns)
5408 * don't display non-positional annotations on an alignment
5410 if (aa.annotations == null)
5414 boolean apply = (aa.sequenceRef == null && forAlignment)
5415 || (aa.sequenceRef != null && forSequences);
5418 aa.visible = visible;
5421 alignPanel.validateAnnotationDimensions(true);
5422 alignPanel.alignmentChanged();
5426 * Store selected annotation sort order for the view and repaint.
5429 protected void sortAnnotations_actionPerformed()
5431 this.alignPanel.av.setSortAnnotationsBy(getAnnotationSortOrder());
5433 .setShowAutocalculatedAbove(isShowAutoCalculatedAbove());
5434 alignPanel.paintAlignment(true);
5439 * @return alignment panels in this alignment frame
5441 public List<? extends AlignmentViewPanel> getAlignPanels()
5443 return alignPanels == null ? Arrays.asList(alignPanel) : alignPanels;
5447 * Open a new alignment window, with the cDNA associated with this (protein)
5448 * alignment, aligned as is the protein.
5450 protected void viewAsCdna_actionPerformed()
5452 // TODO no longer a menu action - refactor as required
5453 final AlignmentI alignment = getViewport().getAlignment();
5454 List<AlignedCodonFrame> mappings = alignment.getCodonFrames();
5455 if (mappings == null)
5459 List<SequenceI> cdnaSeqs = new ArrayList<SequenceI>();
5460 for (SequenceI aaSeq : alignment.getSequences())
5462 for (AlignedCodonFrame acf : mappings)
5464 SequenceI dnaSeq = acf.getDnaForAaSeq(aaSeq.getDatasetSequence());
5468 * There is a cDNA mapping for this protein sequence - add to new
5469 * alignment. It will share the same dataset sequence as other mapped
5470 * cDNA (no new mappings need to be created).
5472 final Sequence newSeq = new Sequence(dnaSeq);
5473 newSeq.setDatasetSequence(dnaSeq);
5474 cdnaSeqs.add(newSeq);
5478 if (cdnaSeqs.size() == 0)
5480 // show a warning dialog no mapped cDNA
5483 AlignmentI cdna = new Alignment(cdnaSeqs.toArray(new SequenceI[cdnaSeqs
5485 GAlignFrame alignFrame = new AlignFrame(cdna, AlignFrame.DEFAULT_WIDTH,
5486 AlignFrame.DEFAULT_HEIGHT);
5487 cdna.alignAs(alignment);
5488 String newtitle = "cDNA " + MessageManager.getString("label.for") + " "
5490 Desktop.addInternalFrame(alignFrame, newtitle,
5491 AlignFrame.DEFAULT_WIDTH, AlignFrame.DEFAULT_HEIGHT);
5495 * Set visibility of dna/protein complement view (available when shown in a
5501 protected void showComplement_actionPerformed(boolean show)
5503 SplitContainerI sf = getSplitViewContainer();
5506 sf.setComplementVisible(this, show);
5511 * Generate the reverse (optionally complemented) of the selected sequences,
5512 * and add them to the alignment
5515 protected void showReverse_actionPerformed(boolean complement)
5517 AlignmentI al = null;
5520 Dna dna = new Dna(viewport, viewport.getViewAsVisibleContigs(true));
5521 al = dna.reverseCdna(complement);
5522 viewport.addAlignment(al, "");
5523 addHistoryItem(new EditCommand(
5524 MessageManager.getString("label.add_sequences"),
5525 Action.PASTE, al.getSequencesArray(), 0, al.getWidth(),
5526 viewport.getAlignment()));
5527 } catch (Exception ex)
5529 System.err.println(ex.getMessage());
5535 * Try to run a script in the Groovy console, having first ensured that this
5536 * AlignFrame is set as currentAlignFrame in Desktop, to allow the script to
5537 * be targeted at this alignment.
5540 protected void runGroovy_actionPerformed()
5542 Jalview.setCurrentAlignFrame(this);
5543 groovy.ui.Console console = Desktop.getGroovyConsole();
5544 if (console != null)
5548 console.runScript();
5549 } catch (Exception ex)
5551 System.err.println((ex.toString()));
5553 .showInternalMessageDialog(Desktop.desktop, MessageManager
5554 .getString("label.couldnt_run_groovy_script"),
5556 .getString("label.groovy_support_failed"),
5557 JvOptionPane.ERROR_MESSAGE);
5562 System.err.println("Can't run Groovy script as console not found");
5567 * Hides columns containing (or not containing) a specified feature, provided
5568 * that would not leave all columns hidden
5570 * @param featureType
5571 * @param columnsContaining
5574 public boolean hideFeatureColumns(String featureType,
5575 boolean columnsContaining)
5577 boolean notForHiding = avc.markColumnsContainingFeatures(
5578 columnsContaining, false, false, featureType);
5581 if (avc.markColumnsContainingFeatures(!columnsContaining, false,
5582 false, featureType))
5584 getViewport().hideSelectedColumns();
5592 protected void selectHighlightedColumns_actionPerformed(
5593 ActionEvent actionEvent)
5595 // include key modifier check in case user selects from menu
5596 avc.markHighlightedColumns(
5597 (actionEvent.getModifiers() & ActionEvent.ALT_MASK) != 0,
5599 (actionEvent.getModifiers() & (ActionEvent.META_MASK | ActionEvent.CTRL_MASK)) != 0);
5603 * Rebuilds the Colour menu, including any user-defined colours which have
5604 * been loaded either on startup or during the session
5606 public void buildColourMenu()
5608 colourMenu.removeAll();
5610 colourMenu.add(applyToAllGroups);
5611 colourMenu.add(textColour);
5612 colourMenu.addSeparator();
5614 ColourMenuHelper.addMenuItems(colourMenu, this,
5615 viewport.getAlignment(), false);
5617 colourMenu.addSeparator();
5618 colourMenu.add(conservationMenuItem);
5619 colourMenu.add(modifyConservation);
5620 colourMenu.add(abovePIDThreshold);
5621 colourMenu.add(modifyPID);
5622 colourMenu.add(annotationColour);
5624 ColourSchemeI colourScheme = viewport.getGlobalColourScheme();
5625 ColourMenuHelper.setColourSelected(colourMenu, colourScheme);
5629 * Open a dialog (if not already open) that allows the user to select and
5630 * calculate PCA or Tree analysis
5632 protected void openTreePcaDialog()
5634 if (alignPanel.getCalculationDialog() == null)
5636 new CalculationChooser(AlignFrame.this);
5641 class PrintThread extends Thread
5645 public PrintThread(AlignmentPanel ap)
5650 static PageFormat pf;
5655 PrinterJob printJob = PrinterJob.getPrinterJob();
5659 printJob.setPrintable(ap, pf);
5663 printJob.setPrintable(ap);
5666 if (printJob.printDialog())
5671 } catch (Exception PrintException)
5673 PrintException.printStackTrace();