Collaboration diagram for org::gel::mauve::gui::sequence::MatchPopupMenu:

Public Member Functions | |
| void | actionPerformed (ActionEvent e) |
| void | addLCBOptions (int lcb_id) |
| void | addMatch (Match m) |
| void | itemStateChanged (ItemEvent e) |
| this gets called when the "Keep LCB" item is selected | |
| MatchPopupMenu (RearrangementPanel rrpanel, BaseViewerModel model, Genome g) | |
Package Attributes | |
| Genome | g |
| int | keep_item = Integer.MAX_VALUE |
| int | lcb_id |
| LinkedList | match_list |
| BaseViewerModel | model |
| int | remove_item = Integer.MAX_VALUE |
| RearrangementPanel | rrpanel |
Static Package Attributes | |
| final String | keep_string = "Keep this LCB" |
| final String | remove_string = "Remove this LCB" |
Definition at line 23 of file MatchPopupMenu.java.
|
||||||||||||||||
|
Definition at line 42 of file MatchPopupMenu.java. References match_list. |
|
|
Definition at line 68 of file MatchPopupMenu.java. References org::gel::mauve::BaseViewerModel::alignView(), keep_item, match_list, and remove_item. |
|
|
Definition at line 50 of file MatchPopupMenu.java. References keep_item, and keep_string. |
|
|
Definition at line 60 of file MatchPopupMenu.java. References match_list. |
|
|
this gets called when the "Keep LCB" item is selected
Definition at line 90 of file MatchPopupMenu.java. |
|
|
Definition at line 28 of file MatchPopupMenu.java. |
|
|
Definition at line 36 of file MatchPopupMenu.java. Referenced by actionPerformed(), and addLCBOptions(). |
|
|
Definition at line 40 of file MatchPopupMenu.java. Referenced by addLCBOptions(). |
|
|
Definition at line 32 of file MatchPopupMenu.java. |
|
|
Definition at line 24 of file MatchPopupMenu.java. Referenced by actionPerformed(), addMatch(), and MatchPopupMenu(). |
|
|
Definition at line 30 of file MatchPopupMenu.java. |
|
|
Definition at line 34 of file MatchPopupMenu.java. Referenced by actionPerformed(). |
|
|
Definition at line 38 of file MatchPopupMenu.java. |
|
|
Definition at line 26 of file MatchPopupMenu.java. |
1.3.6