
Public Member Functions | |
| JTextArea | addContentPanel (String cmd, String desc, boolean setTop) |
| Adds a text pane to this display window. | |
| DefaultTableModel | addContentTable (String cmd, String desc, boolean setTop) |
| Adds a table pane to this display window. | |
| AnalysisDisplayWindow (String name, int width, int height) | |
| void | closeWindow () |
| void | showWindow () |
Private Attributes | |
| JPanel | botBar |
| CardLayout | cardMngr |
| ContentManager | cc |
| HashMap< String, JComponent > | components |
| JPanel | content |
| int | contentCount |
| Font | font |
| JFrame | frame |
| int | height |
| String | name |
| JButton | saveBtn |
| JPanel | topBar |
| int | width |
Static Private Attributes | |
| int | xMax = Toolkit.getDefaultToolkit().getScreenSize().width |
|
||||||||||||||||
|
Definition at line 62 of file AnalysisDisplayWindow.java. References botBar, cardMngr, cc, components, content, contentCount, font, saveBtn, topBar, and xMax. |
|
||||||||||||||||
|
Adds a text pane to this display window.
Definition at line 128 of file AnalysisDisplayWindow.java. References org::gel::mauve::gui::AnalysisDisplayWindow::ContentManager::addCard(), botBar, cardMngr, cc, components, content, contentCount, and font. Referenced by org::gel::mauve::dcjx::DCJDistance::DCJDistance(), and org::gel::mauve::assembly::ScoreAssembly::initWithJTables(). |
|
||||||||||||||||
|
Adds a table pane to this display window.
Definition at line 155 of file AnalysisDisplayWindow.java. References org::gel::mauve::gui::AnalysisDisplayWindow::ContentManager::addCard(), botBar, cardMngr, cc, components, and content. |
|
|
Definition at line 116 of file AnalysisDisplayWindow.java. |
|
|
Definition at line 100 of file AnalysisDisplayWindow.java. References botBar, components, height, width, and xMax. Referenced by org::gel::mauve::dcjx::DCJDistance::DCJDistance(). |
|
|
Definition at line 44 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), addContentTable(), AnalysisDisplayWindow(), and showWindow(). |
|
|
Definition at line 58 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), addContentTable(), and AnalysisDisplayWindow(). |
|
|
Definition at line 60 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), addContentTable(), and AnalysisDisplayWindow(). |
|
|
Definition at line 50 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), addContentTable(), AnalysisDisplayWindow(), and showWindow(). |
|
|
Definition at line 42 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), addContentTable(), and AnalysisDisplayWindow(). |
|
|
Definition at line 36 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), and AnalysisDisplayWindow(). |
|
|
Definition at line 48 of file AnalysisDisplayWindow.java. Referenced by addContentPanel(), and AnalysisDisplayWindow(). |
|
|
Definition at line 46 of file AnalysisDisplayWindow.java. |
|
|
Definition at line 56 of file AnalysisDisplayWindow.java. Referenced by showWindow(). |
|
|
Definition at line 52 of file AnalysisDisplayWindow.java. |
|
|
Definition at line 40 of file AnalysisDisplayWindow.java. Referenced by AnalysisDisplayWindow(). |
|
|
Definition at line 38 of file AnalysisDisplayWindow.java. Referenced by AnalysisDisplayWindow(). |
|
|
Definition at line 54 of file AnalysisDisplayWindow.java. Referenced by showWindow(). |
|
|
Definition at line 34 of file AnalysisDisplayWindow.java. Referenced by AnalysisDisplayWindow(), and showWindow(). |
1.3.6