Inheritance diagram for DisplayGUI.GuiMenus:


Public Member Functions | |
| GuiMenus (gui guiControl) | |
| JMenu | getMenu (int menu) |
| javax.swing.JPopupMenu | getPopupMenu (int menu) |
| void | resetTestListFilter () |
| void | rebuildTestMenus () |
| void | enableSubMenuItems (JMenu menu, boolean enabled) |
Public Attributes | |
| boolean | autoSelectMode = false |
Static Public Attributes | |
| static final int | PANEL_PROBE = 0 |
| static final int | MODULE_BOC = 1 |
| static final int | MODULE_PROBE = 2 |
| static final int | PANEL_DISPLAY = 3 |
| static final int | MENUBAR_DISPLAY = 4 |
| static final int | MENUBAR_SYSTEM = 5 |
| static final int | MODULE_DCS = 6 |
| static final int | PANEL_DCS = 7 |
| static final int | MODULE_RESULTS = 8 |
| static final int | MENUBAR_PREFERENCES = 9 |
| static final int | MENUBAR_HELP = 10 |
| static final int | MODULE_SCTDB = 11 |
| static final int | MODULE_DATA_MANAGER = 12 |
| static final int | MODULE_IVSCAN = 13 |
| static final int | PANEL_TESTMENU = 14 |
| static final int | MENUBAR_TESTMENU = 15 |
| static final int | MENUBAR_TOOLS = 16 |
| static final int | OPTIONS_DISPLAY = 17 |
| static final int | TEST_FILTER = 18 |
| static final int | OPTIONS_IVSCAN = 19 |
| static final int | OPTIONS_CONFIG = 20 |
| static final int | PANEL_TESTDATA = 21 |
Protected Attributes | |
| ISTree | isTree |
Package Attributes | |
| gui | guiControl |
Private Member Functions | |
| JMenu | getPanelTestMenu () |
| JMenu | getConfigsOptionMenu () |
| JMenu | getIVScanOptionMenu () |
| JMenu | getTestFilterMenu () |
| void | setAutoSelectItem () |
| JMenu | getDisplayOptionMenu () |
| JMenu | getToolsMenu () |
| JMenu | getTestMenu (int mindex) |
| JMenu | getIVScanMenu () |
| JMenu | getModuleDataManagerMenu () |
| JMenu | getModuleSCTDBMenu () |
| JMenu | getSctHelpMenu () |
| JMenu | getPreferencesMenu () |
| JMenu | getModuleResultMenu () |
| JMenu | getDCSPanelMenu () |
| JMenu | getDDCModuleMenu () |
| JMenu | getSystemMenu () |
| JMenu | getDisplayMenu () |
| JMenu | getModuleProbeMenu () |
| JMenu | getProbeMenu () |
| JMenu | getModuleBOCMenu () |
| void | showToolBar () |
| void | updateToolBar (int display) |
| void | showModuleCommentPrompt (String serialNo) |
Private Attributes | |
| DisplayChoiceToolbar | displayChoiceToolbar = null |
| javax.swing.JFrame | hardwareWindow = null |
| ServiceStatusFrame | serviceStatusFrame = null |
| ModuleCommentPrompt | moduleCommentPrompt = null |
| ManualConfiguration | manualConfiguration |
| javax.swing.JCheckBox[] | testFilterButtons = new javax.swing.JCheckBox[testMenuNames.length+1] |
| JMenuItem | autoSelectModeItem = new JMenuItem() |
| TestsMenu[] | testsMenu = new TestsMenu[2] |
| JMenuItem[] | testDataOptions = new JMenuItem[3] |
| int | N_MENUS = 22 |
| JMenu[] | guiMenu |
Definition at line 24 of file GuiMenus.java.
1.4.6