Public Member Functions | |
ErrorBrowserDlg () | |
void | addErrorTab (LogEntryTableModelBase sourceModel, String stackId) |
void | close () |
Private Member Functions | |
void | initialize () |
Private Attributes | |
JTabbedPane | tabbedPane = new JTabbedPane() |
The dialog has one tab for each stack trace whose title is the stack ID.
|
Constructor |
|
Add a new error tab. The tab is added by a separate thread.
|
|
Close the dialog |
|
Init the GUI. The dialog is composed of a set of tabs, one for each stack trace. |
|
The pane showing the error tabs |