| Class | Description |
|---|---|
| FieldChooserDialog |
Serves the purpose of selecting the right fields (Timestamp, File, Thread,
etc.) to be displayed in the table according to the user's preferences.
|
| FieldClassChooser |
Specific helper class used to allow selection of different editors for
different classes of parameters.
|
| FilterChooserDialog |
Serves the purpose of selecting the right filters.
|
| FilterDatePanel |
Serves the purpose of filtering according to the date.
|
| FilterIntegerPanel |
Serves the purpose of filtering according to the integer value.
|
| FilterParameterDialog |
Serves the purpose of filtering according to the parameter.
|
| FilterParameterPanel |
Serves the purpose of filtering according to the parameter.
|
| FilterStringPanel |
Serves the purpose of filtering according to a string.
|
| FilterTypePanel |
A class to edit a filter based on the type of the log
(the type is an Integer but we wish to show the type as
a string with an icon to avoid confusion while
selecting)
|
| LogTypeRenderer |
The renderer for the item in the listbox
It is needed in order to show the labels together with
the icons.
|
| UserInfoDlg |
The class to add info (
|
| Enum | Description |
|---|---|
| FieldChooserDialog.DialogExitAction |
The exit code depends on the button pressed by the user: Ok, Cancel.
|
| Exception | Description |
|---|---|
| FilterParameterException |
Implements Exception thrown when a contraint is overstrained.
|