Inheritance diagram for org::gel::mauve::gui::AlignFrame:


Public Member Functions | |
| void | addButtonActionPerformed (java.awt.event.ActionEvent e) |
| void | addNotify () |
| void | alignButtonActionPerformed (java.awt.event.ActionEvent evt) |
| Read the user's genome alignment parameters and start the alignment using the command line mauveAligner tool. | |
| AlignFrame (Mauve mauve, boolean gui) | |
| AlignFrame (Mauve mauve) | |
| void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | collinearCheckBoxActionPerformed (java.awt.event.ActionEvent e) |
| void | completeAlignment (int retcode) |
| void | defaultSeedCheckBoxActionPerformed (java.awt.event.ActionEvent e) |
| void | determineLCBsCheckBoxActionPerformed (java.awt.event.ActionEvent e) |
| boolean | getCollinear () |
| int | getMinLcbWeight () |
| String | getOutput () |
| boolean | getRecursive () |
| int | getSeedWeight () |
| String[] | getSequences () |
| void | initComponents () |
| boolean | isLCBSearchEnabled () |
| void | outputButtonActionPerformed (java.awt.event.ActionEvent e) |
| void | removeButtonActionPerformed (java.awt.event.ActionEvent e) |
| void | setOutput (String filename) |
| void | setVisible (boolean show) |
Static Public Member Functions | |
| String | getBinaryPath (String name) |
| void | printCommand (String[] cmd, PrintStream out) |
| Prints an aligner command in an easily readable format. | |
Public Attributes | |
| JButton | alignButton = new JButton() |
| JButton | cancelButton = new JButton() |
Protected Member Functions | |
| String[] | makeAlignerCommand () |
| void | printCommand (String[] mauve_cmd) |
Protected Attributes | |
| JButton | addButton = new JButton() |
| JFileChooser | fc |
| < contains the various parameter panels | |
| java.awt.Frame | frame |
| JScrollPane | listScrollPane = new JScrollPane() |
| Mauve | mauve |
| JTextField | minLcbWeightText = new JTextField() |
| JButton | outputButton = new JButton() |
| JTextField | outputFileText = new JTextField() |
| JLabel | outputLabel = new JLabel() |
| String | read_filename |
| JButton | removeButton = new JButton() |
| JSlider | seedLengthSlider = new JSlider() |
| JList | sequenceList = null |
| DefaultListModel | sequenceListModel = new DefaultListModel() |
| JPanel | sequencesPanel = new JPanel() |
| AlignWorker | worker |
Package Functions | |
| File | getDefaultFile () throws IOException |
| void | thisWindowClosed (java.awt.event.WindowEvent e) |
| void | thisWindowClosing (java.awt.event.WindowEvent e) |
Package Attributes | |
| JTabbedPane | alignmentOptionPane = new JTabbedPane() |
| JCheckBox | collinearCheckBox = new JCheckBox() |
| Dimension | d |
| JCheckBox | defaultSeedCheckBox = new JCheckBox() |
| JCheckBox | determineLCBsCheckBox = new JCheckBox() |
| JLabel | minLcbWeightLabel = new JLabel() |
| JPanel | parameterPanel = new JPanel() |
| JPanel | parentPanel = new JPanel() |
| JCheckBox | recursiveCheckBox = new JCheckBox() |
| JLabel | seedLengthLabel = new JLabel() |
| JLabel | sequencesLabel = new JLabel() |
Private Attributes | |
| boolean | mShown = false |
Allows the user to manipulate various alignment options. Originally created with Metrowerks java gui designer.
Definition at line 41 of file AlignFrame.java.
|
|
Definition at line 84 of file AlignFrame.java. |
|
||||||||||||
|
Definition at line 88 of file AlignFrame.java. |
|
|
Definition at line 608 of file AlignFrame.java. References sequenceList, and sequenceListModel. Referenced by initComponents(). |
|
|
Definition at line 518 of file AlignFrame.java. References mShown. |
|
|
Read the user's genome alignment parameters and start the alignment using the command line mauveAligner tool. This function translates information entered into the GUI aligner front-end into a command line for mauveAligner. Definition at line 428 of file AlignFrame.java. References alignButton, cancelButton, getOutput(), makeAlignerCommand(), org::gel::mauve::gui::AlignWorker::mauve_cmd, outputFileText, org::gel::mauve::gui::SwingWorker::start(), and worker. Referenced by initComponents(). |
|
|
Definition at line 491 of file AlignFrame.java. References alignButton, cancelButton, org::gel::mauve::gui::AlignWorker::interrupt(), and worker. Referenced by initComponents(). |
|
|
Reimplemented in org::gel::mauve::gui::ProgressiveMauveAlignFrame. Definition at line 592 of file AlignFrame.java. References collinearCheckBox, determineLCBsCheckBox, minLcbWeightLabel, and minLcbWeightText. Referenced by initComponents(). |
|
|
Implements org::gel::mauve::gui::AlignmentProcessListener. Definition at line 465 of file AlignFrame.java. References alignButton, cancelButton, org::gel::mauve::gui::AlignWorker::getKilled(), org::gel::mauve::gui::Mauve::loadFile(), mauve, read_filename, setVisible(), and worker. |
|
|
Definition at line 557 of file AlignFrame.java. References defaultSeedCheckBox, seedLengthLabel, and seedLengthSlider. Referenced by initComponents(). |
|
|
Reimplemented in org::gel::mauve::gui::MauveAlignFrame, and org::gel::mauve::gui::ProgressiveMauveAlignFrame. Definition at line 571 of file AlignFrame.java. References collinearCheckBox, determineLCBsCheckBox, minLcbWeightLabel, minLcbWeightText, and recursiveCheckBox. Referenced by initComponents(). |
|
|
Definition at line 357 of file AlignFrame.java. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
Definition at line 655 of file AlignFrame.java. References collinearCheckBox. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
Reimplemented in org::gel::mauve::gui::ProgressiveMauveAlignFrame. Definition at line 348 of file AlignFrame.java. |
|
|
Definition at line 673 of file AlignFrame.java. References minLcbWeightText. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
Definition at line 685 of file AlignFrame.java. References outputFileText. Referenced by alignButtonActionPerformed(), org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
Definition at line 650 of file AlignFrame.java. References recursiveCheckBox. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
Definition at line 660 of file AlignFrame.java. References defaultSeedCheckBox, and seedLengthSlider. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
Definition at line 696 of file AlignFrame.java. References sequenceListModel. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(), and org::gel::mauve::gui::MauveAlignFrame::makeAlignerCommand(). |
|
|
|
Reimplemented in org::gel::mauve::gui::MauveAlignFrame. Definition at line 668 of file AlignFrame.java. References determineLCBsCheckBox. Referenced by org::gel::mauve::gui::ProgressiveMauveAlignFrame::makeAlignerCommand(). |
|
|
Reimplemented in org::gel::mauve::gui::MauveAlignFrame, and org::gel::mauve::gui::ProgressiveMauveAlignFrame. Definition at line 498 of file AlignFrame.java. Referenced by alignButtonActionPerformed(). |
|
|
Definition at line 636 of file AlignFrame.java. References outputFileText. Referenced by initComponents(). |
|
|
Definition at line 503 of file AlignFrame.java. |
|
||||||||||||
|
Prints an aligner command in an easily readable format.
Definition at line 413 of file AlignFrame.java. |
|
|
Definition at line 627 of file AlignFrame.java. References sequenceList, and sequenceListModel. Referenced by initComponents(). |
|
|
Definition at line 690 of file AlignFrame.java. References outputFileText. |
|
|
Definition at line 703 of file AlignFrame.java. Referenced by completeAlignment(), org::gel::mauve::gui::MauveFrame::doAlign(), and org::gel::mauve::gui::MauveFrame::doProgressiveAlign(). |
|
|
Definition at line 551 of file AlignFrame.java. References cancelButton, org::gel::mauve::gui::AlignWorker::interrupt(), and worker. Referenced by org::gel::mauve::gui::MauveFrame::doAlign(), org::gel::mauve::gui::MauveFrame::doProgressiveAlign(), and initComponents(). |
|
|
Definition at line 539 of file AlignFrame.java. References cancelButton. Referenced by initComponents(). |
|
|
Definition at line 64 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 60 of file AlignFrame.java. Referenced by alignButtonActionPerformed(), cancelButtonActionPerformed(), completeAlignment(), and initComponents(). |
|
|
Definition at line 73 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 61 of file AlignFrame.java. Referenced by alignButtonActionPerformed(), cancelButtonActionPerformed(), completeAlignment(), initComponents(), thisWindowClosed(), and thisWindowClosing(). |
|
|
Definition at line 58 of file AlignFrame.java. Referenced by collinearCheckBoxActionPerformed(), determineLCBsCheckBoxActionPerformed(), getCollinear(), and initComponents(). |
|
|
Reimplemented in org::gel::mauve::gui::MauveAlignFrame, and org::gel::mauve::gui::ProgressiveMauveAlignFrame. Definition at line 79 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 51 of file AlignFrame.java. Referenced by defaultSeedCheckBoxActionPerformed(), getSeedWeight(), and initComponents(). |
|
|
Definition at line 52 of file AlignFrame.java. Referenced by collinearCheckBoxActionPerformed(), determineLCBsCheckBoxActionPerformed(), initComponents(), and isLCBSearchEnabled(). |
|
|
< contains the various parameter panels
Definition at line 76 of file AlignFrame.java. |
|
|
Definition at line 47 of file AlignFrame.java. |
|
|
Definition at line 77 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 81 of file AlignFrame.java. Referenced by completeAlignment(). |
|
|
Definition at line 56 of file AlignFrame.java. Referenced by collinearCheckBoxActionPerformed(), determineLCBsCheckBoxActionPerformed(), and initComponents(). |
|
|
Definition at line 57 of file AlignFrame.java. Referenced by collinearCheckBoxActionPerformed(), determineLCBsCheckBoxActionPerformed(), getMinLcbWeight(), and initComponents(). |
|
|
Definition at line 516 of file AlignFrame.java. Referenced by addNotify(). |
|
|
Definition at line 67 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 66 of file AlignFrame.java. Referenced by alignButtonActionPerformed(), getOutput(), initComponents(), outputButtonActionPerformed(), and setOutput(). |
|
|
Definition at line 69 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 50 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 72 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 44 of file AlignFrame.java. Referenced by completeAlignment(). |
|
|
Definition at line 55 of file AlignFrame.java. Referenced by determineLCBsCheckBoxActionPerformed(), getRecursive(), and initComponents(). |
|
|
Definition at line 65 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 54 of file AlignFrame.java. Referenced by defaultSeedCheckBoxActionPerformed(), and initComponents(). |
|
|
Definition at line 53 of file AlignFrame.java. Referenced by defaultSeedCheckBoxActionPerformed(), getSeedWeight(), and initComponents(). |
|
|
Definition at line 68 of file AlignFrame.java. Referenced by addButtonActionPerformed(), initComponents(), and removeButtonActionPerformed(). |
|
|
Definition at line 78 of file AlignFrame.java. Referenced by addButtonActionPerformed(), getSequences(), initComponents(), and removeButtonActionPerformed(). |
|
|
Definition at line 70 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 63 of file AlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 82 of file AlignFrame.java. Referenced by alignButtonActionPerformed(), cancelButtonActionPerformed(), completeAlignment(), and thisWindowClosed(). |
1.3.6