Public Member Functions | |
LogMenuBar () | |
JMenu | getSearchMenu () |
JMenu | getZoomMenu () |
JMenuItem | getConnectMenuItem () |
JMenuItem | getLoadDBMenuItem () |
JMenuItem | getLoadURLMenuItem () |
JMenuItem | getFieldsMenuItem () |
JMenuItem | getFiltersMenuItem () |
JMenuItem | getLoadMenuItem () |
JMenuItem | getExitMenuItem () |
JMenuItem | getSaveFileMenuItem () |
JMenuItem | getClearLogsMenuItem () |
JMenuItem | getSearchMenuItem () |
JMenuItem | getSearchNextMenuItem () |
void | setEventHandler (ActionListener actionListener, MenuListener menuListener) |
JCheckBoxMenuItem | getViewToolbarMenuItem () |
JCheckBoxMenuItem | getViewDetailedInfoMenuItem () |
JCheckBoxMenuItem | getViewStatusAreaMenuItem () |
JCheckBoxMenuItem | getShortDateViewMenuItem () |
JCheckBoxMenuItem | getLogTypeDescriptionViewMenuItem () |
JCheckBoxMenuItem | getAutoReconnectMenuItem () |
JMenuItem | getSuspendMenuItem () |
JMenuItem | getPrefsMenuItem () |
JMenuItem | getStatisticsMenuItem () |
JMenuItem | getViewErrorLogMenuItem () |
JMenuItem | getViewErrorBrowserMenuItem () |
Override void | setEnabled (boolean enabled) |
void | hideExitMenu (boolean hide) |
JRadioButtonMenuItem | getOperatorMode () |
JRadioButtonMenuItem | getEngineeringMode () |
JMenuItem | getEngineFiltersMenuItem () |
JMenuItem | getManualZoomMI () |
JMenuItem | getZoomPrefsMI () |
Private Member Functions | |
void | setupMenuBar () |
Private Attributes | |
JMenuItem | connectMenuItem = null |
JMenuItem | loadMenuItem = null |
JMenuItem | loadURLMenuItem = null |
JMenuItem | loadDBMenuItem = null |
JMenuItem | saveFileMenuItem = null |
JMenuItem | clearLogsMI = null |
JMenuItem | exitMenuItem = null |
JSeparator | exitSeparator = new JSeparator() |
boolean | exitHided |
JMenuItem | statisticsMenuItem = null |
JMenuItem | viewErrorLogMI |
JMenuItem | viewErrorBrowserMI |
JMenuItem | filtersMenuItem |
JMenuItem | fieldsMenuItem = null |
JMenuItem | searchMenuItem |
JMenuItem | searchNextMenuItem |
JMenu | fileMenu |
JMenu | viewMenu |
JMenu | searchMenu |
JMenu | zoomMenu |
JMenu | expertMenu |
JMenuItem | suspendMI |
JMenuItem | prefsMI |
JCheckBoxMenuItem | viewToolbarMI |
JCheckBoxMenuItem | autoReconnectMI |
JCheckBoxMenuItem | viewDetailedInfoMI |
JCheckBoxMenuItem | viewStatusAreaMI |
JRadioButtonMenuItem | operatorMode |
JRadioButtonMenuItem | engineeringMode |
JMenuItem | engineFiltersMI |
JCheckBoxMenuItem | shortDateViewMI |
JCheckBoxMenuItem | logTypeDescritptionViewMI |
JMenuItem | zoomPrefsMI |
JMenuItem | manualZoomMI |
|
Constructor |
|
Getter
|
|
Returns the ClearAllMenuItem property value.
|
|
Returns the NewMenuItem property value.
|
|
|
|
|
|
Returns the ExitMenuItem property value.
|
|
Returns the Fields menu item.
|
|
Return the editFiltersMenuItem
|
|
Returns the LoadDB menu item
|
|
Returns the LoadMenuItem property value.
|
|
Return the LoadURL menu item
|
|
Getter
|
|
|
|
|
|
Getter
|
|
Returns the SaveFileMenuItem property value.
|
|
Build the search menu
|
|
|
|
|
|
Getter
|
|
Getter
|
|
Getter
|
|
Getter
|
|
Getter
|
|
Getter
|
|
Getter
|
|
Getter
|
|
Build the zoom menu.
|
|
|
|
Hide the Exit menu item
|
|
Enable/Disable all the controls in the GUI that could trigger the invalidation of the logs
|
|
Set the event handler for the menus
|
|
Builds the menu bar |
|
The menu item to show/hide the toolbar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The menu item to show the filters control panel |
|
|
|
|
|
|
|
The menu item to select to show only the icon in the renderer of the type of log i.e. the description is hidden |
|
The menu for performing the zoom of an interval selected by the user |
|
|
|
|
|
|
|
|
|
|
|
|
|
The menu item to select the format of the date column in the table of logs If it is true, the date appear as hh:mm:ss otherwise it's shown with a complete longest format shortDateViewMI defaults to true |
|
The menu item to show the statistics dialog |
|
|
|
The menu item to show/hide the Detailed log info panel |
|
The menu item to show the error browser |
|
The menu item to show the error log window |
|
|
|
The menu item to show/hide the Detailed log info panel |
|
The menu item to show/hide the toolbar |
|
|
|
The preferences for zooming |