Inheritance diagram for DisplayGUI.MenuActions:


Public Member Functions | |
| MenuActions (gui parent) | |
| JMenuBar | createMenuBar () |
| void | enableTaggedMenus (boolean enabled) |
| void | enableDisplayMenuItems (boolean enabled) |
| void | showTablesPopupMenu (int clickedTable, MouseEvent e) |
| void | showRODMenu (MouseEvent e) |
| void | showTIMRegisterMenu (MouseEvent e) |
| void | showPopupMenu (MouseEvent e) |
| void | updateMenuStates () |
| void | plotIVScanData (String serialNo) |
| void | makeComparisonReport (boolean isSCTDAQ) |
| void | showRodDiagnosticWindow () |
| boolean | canProbeModules () |
| void | tagMenu (JMenuItem item) |
Public Attributes | |
| boolean | enableAutoUpload = false |
Protected Member Functions | |
| boolean | addNewConsole (Interpreter interpreter, String suffix) |
Package Attributes | |
| gui | guiControl |
| String | option |
| JMenuItem | autoAssemblyUploadItem |
| int | itemIndex |
| java.util.Set | taggedMenuSet |
Private Member Functions | |
| JMenu | getBookkeepingMenu () |
| JMenu | getTable0Menu () |
| void | setAssemblyUploadItem () |
| JMenu | getAssemblyOptionMenu () |
| JMenu | getDBSCTDAQDataOptionMenu (boolean isPanel) |
| JMenu | getDBRODDAQDataOptionMenu (boolean isPanel) |
| java.util.Vector | checkBOCRxThresholds (int shift) |
Private Attributes | |
| SystemInterface | si |
| JMenu | sctdbSCTDAQOptionMenu |
| JMenu | sctdbRODDAQOptionMenu |
| JMenu | panelsctdbSCTDAQOptionMenu |
| JMenu | panelsctdbRODDAQOptionMenu |
| JMenuItem | testReportItem |
| TimRegisterGui | timRegisterGui |
| boolean | taggedMenuState = false |
Definition at line 27 of file MenuActions.java.
1.4.6