

Public Member Functions | |
| void | collinearCheckBoxActionPerformed (java.awt.event.ActionEvent e) |
| void | determineLCBsCheckBoxActionPerformed (java.awt.event.ActionEvent e) |
| String | getGapExtend () |
| String | getGapOpen () |
| boolean | getRefine () |
| String[][] | getScoreMatrix () |
| String | getScoreMatrixName () |
| boolean | getSeedFamilies () |
| boolean | getSumOfPairs () |
| void | initComponents () |
| void | matrixChoiceActionPerformed (java.awt.event.ActionEvent e) |
| ProgressiveMauveAlignFrame (Mauve mauve, boolean gui) | |
| ProgressiveMauveAlignFrame (Mauve mauve) | |
| void | recursiveCheckBoxActionPerformed (java.awt.event.ActionEvent e) |
| void | scoreTextActionPerformed (java.awt.event.ActionEvent e) |
| void | setMatrixValues (String[][] mat) |
| void | setScoreEditable (boolean edit) |
| void | stateChanged (ChangeEvent e) |
| void | updateEnabledStates () |
Protected Member Functions | |
| String[] | makeAlignerCommand () |
Protected Attributes | |
| JLabel | breakpointWeightScaleLabel = new JLabel() |
| JSlider | breakpointWeightScaleSlider = new JSlider() |
| JTextField | breakpointWeightScaleText = new JTextField(5) |
| JLabel | conservationWeightScaleLabel = new JLabel() |
| JSlider | conservationWeightScaleSlider = new JSlider() |
| JTextField | conservationWeightScaleText = new JTextField(5) |
| Dimension | d |
| JLabel | gapExtendLabel = new JLabel() |
| JTextField | gapExtendText = new JTextField() |
| JLabel | gapOpenLabel = new JLabel() |
| JTextField | gapOpenText = new JTextField() |
| String | hoxd_ge = "-30" |
| String | hoxd_go = "-400" |
| String[][] | hoxd_matrix |
| JComboBox | matrixChoice = new JComboBox(new String[] {"HOXD (default)", "Custom"}) |
| JLabel | matrixChoiceLabel = new JLabel() |
| JCheckBox | refineCheckBox = new JCheckBox() |
| JLabel[] | scoreLabelCol = new JLabel[4] |
| JLabel[] | scoreLabelRow = new JLabel[4] |
| String[] | scoreLabels = {"A", "C", "G", "T"} |
| JPanel | scorePanel = new JPanel() |
| JTextField[][] | scoreText = new JTextField[4][4] |
| JCheckBox | seedFamiliesCheckBox = new JCheckBox() |
| JCheckBox | sumOfPairsCheckBox = new JCheckBox() |
Package Functions | |
| File | getDefaultFile () throws IOException |
|
|
Definition at line 69 of file ProgressiveMauveAlignFrame.java. |
|
||||||||||||
|
Definition at line 73 of file ProgressiveMauveAlignFrame.java. |
|
|
Reimplemented from org::gel::mauve::gui::AlignFrame. Definition at line 518 of file ProgressiveMauveAlignFrame.java. References updateEnabledStates(). Referenced by initComponents(). |
|
|
Reimplemented from org::gel::mauve::gui::AlignFrame. Definition at line 512 of file ProgressiveMauveAlignFrame.java. References updateEnabledStates(). Referenced by initComponents(). |
|
|
Reimplemented from org::gel::mauve::gui::AlignFrame. Definition at line 328 of file ProgressiveMauveAlignFrame.java. |
|
|
Definition at line 598 of file ProgressiveMauveAlignFrame.java. References gapExtendText. Referenced by makeAlignerCommand(). |
|
|
Definition at line 594 of file ProgressiveMauveAlignFrame.java. References gapOpenText. Referenced by makeAlignerCommand(). |
|
|
Definition at line 568 of file ProgressiveMauveAlignFrame.java. References refineCheckBox. Referenced by makeAlignerCommand(). |
|
|
Definition at line 586 of file ProgressiveMauveAlignFrame.java. References scoreText. Referenced by makeAlignerCommand(). |
|
|
Definition at line 582 of file ProgressiveMauveAlignFrame.java. References matrixChoice. Referenced by makeAlignerCommand(). |
|
|
Definition at line 561 of file ProgressiveMauveAlignFrame.java. References seedFamiliesCheckBox. Referenced by makeAlignerCommand(). |
|
|
Definition at line 575 of file ProgressiveMauveAlignFrame.java. References sumOfPairsCheckBox. Referenced by makeAlignerCommand(). |
|
|
|
|
Definition at line 541 of file ProgressiveMauveAlignFrame.java. References gapExtendText, gapOpenText, hoxd_ge, hoxd_go, hoxd_matrix, matrixChoice, setMatrixValues(), and setScoreEditable(). Referenced by initComponents(). |
|
|
Definition at line 523 of file ProgressiveMauveAlignFrame.java. References updateEnabledStates(). Referenced by initComponents(). |
|
|
Definition at line 556 of file ProgressiveMauveAlignFrame.java. References matrixChoice. Referenced by initComponents(). |
|
|
Definition at line 527 of file ProgressiveMauveAlignFrame.java. References scoreText. Referenced by initComponents(), and matrixChoiceActionPerformed(). |
|
|
Definition at line 533 of file ProgressiveMauveAlignFrame.java. References gapExtendText, gapOpenText, and scoreText. Referenced by initComponents(), and matrixChoiceActionPerformed(). |
|
|
Definition at line 333 of file ProgressiveMauveAlignFrame.java. References breakpointWeightScaleSlider, and breakpointWeightScaleText. |
|
|
Definition at line 482 of file ProgressiveMauveAlignFrame.java. References breakpointWeightScaleLabel, breakpointWeightScaleSlider, breakpointWeightScaleText, conservationWeightScaleLabel, conservationWeightScaleSlider, conservationWeightScaleText, refineCheckBox, and sumOfPairsCheckBox. Referenced by collinearCheckBoxActionPerformed(), determineLCBsCheckBoxActionPerformed(), and recursiveCheckBoxActionPerformed(). |
|
|
Definition at line 42 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and updateEnabledStates(). |
|
|
Definition at line 41 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), stateChanged(), and updateEnabledStates(). |
|
|
Definition at line 43 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), stateChanged(), and updateEnabledStates(). |
|
|
Definition at line 45 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and updateEnabledStates(). |
|
|
Definition at line 44 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and updateEnabledStates(). |
|
|
Definition at line 46 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and updateEnabledStates(). |
|
|
Reimplemented from org::gel::mauve::gui::AlignFrame. Definition at line 36 of file ProgressiveMauveAlignFrame.java. |
|
|
Definition at line 67 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 66 of file ProgressiveMauveAlignFrame.java. Referenced by getGapExtend(), initComponents(), matrixChoiceActionPerformed(), and setScoreEditable(). |
|
|
Definition at line 65 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 64 of file ProgressiveMauveAlignFrame.java. Referenced by getGapOpen(), initComponents(), matrixChoiceActionPerformed(), and setScoreEditable(). |
|
|
Definition at line 63 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and matrixChoiceActionPerformed(). |
|
|
Definition at line 62 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and matrixChoiceActionPerformed(). |
|
|
Initial value: {
{"91", "-114", "-31", "-123"},
{"-114", "100", "-125", "-31" },
{"-31", "-125", "100", "-114"},
{"-123", "-31", "-114", "91" }
}
Definition at line 56 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and matrixChoiceActionPerformed(). |
|
|
Definition at line 50 of file ProgressiveMauveAlignFrame.java. Referenced by getScoreMatrixName(), initComponents(), matrixChoiceActionPerformed(), and scoreTextActionPerformed(). |
|
|
Definition at line 51 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 37 of file ProgressiveMauveAlignFrame.java. Referenced by getRefine(), initComponents(), and updateEnabledStates(). |
|
|
Definition at line 54 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 53 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 55 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(), and makeAlignerCommand(). |
|
|
Definition at line 49 of file ProgressiveMauveAlignFrame.java. Referenced by initComponents(). |
|
|
Definition at line 52 of file ProgressiveMauveAlignFrame.java. Referenced by getScoreMatrix(), initComponents(), setMatrixValues(), and setScoreEditable(). |
|
|
Definition at line 38 of file ProgressiveMauveAlignFrame.java. Referenced by getSeedFamilies(), and initComponents(). |
|
|
Definition at line 40 of file ProgressiveMauveAlignFrame.java. Referenced by getSumOfPairs(), initComponents(), and updateEnabledStates(). |
1.3.6