/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/menu/assets/ |
H A D | menu-core.css | 45 PLEASE NOTE: The <DIV> element used for a menu's shadow is appended 47 code that creates the shadow lives in the menu's public "onRender" 49 Implementers wishing to remove a menu's shadow or add any other markup 50 required for a given skin for menu should override the "onRender" method. 53 .yui-menu-shadow { 132 .yuimenu.hide-scrollbars .yui-menu-shadow { 138 .yuimenu.show-scrollbars .yui-menu-shadow {
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/menu/assets/ |
H A D | menu-core.css | 45 PLEASE NOTE: The <DIV> element used for a menu's shadow is appended 47 code that creates the shadow lives in the menu's public "onRender" 49 Implementers wishing to remove a menu's shadow or add any other markup 50 required for a given skin for menu should override the "onRender" method. 53 .yui-menu-shadow { 132 .yuimenu.hide-scrollbars .yui-menu-shadow { 138 .yuimenu.show-scrollbars .yui-menu-shadow {
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/ |
H A D | MechanismLayout.java | 69 * Get the resource for the menu displayed for this Mechanism. 75 * Hook for enabling or disabling menu elements 77 * @param menu Menu used to populate action buttons 79 protected void onPrepareContextualActionBar(ActionMode mode, Menu menu) { argument 102 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument 104 inflater.inflate(getContextMenu(), menu); 109 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument 110 onPrepareContextualActionBar(mode, menu);
|
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/ |
H A D | topology.js | 10 function openTopoMenu(form,id,menu) { 13 window.showMenu(menu);
|
H A D | popup.js | 27 this.version = "020903 [Menu; menu.js]"; 128 var menu = container.menus[i]; 129 proto = menu.prototypeStyles || this.prototypeStyles || menu; 136 for (var i=0; i<menu.items.length; i++) { 137 var item = menu.items[i]; 160 } else if (i == 0) { // menu title 193 var menu = container.document.layers[i]; 194 container.menus[i].menuLayer = menu; 197 var body = menu [all...] |
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/ |
H A D | topology.js | 10 function openTopoMenu(form,id,menu) { 13 window.showMenu(menu);
|
H A D | popup.js | 27 this.version = "020903 [Menu; menu.js]"; 128 var menu = container.menus[i]; 129 proto = menu.prototypeStyles || this.prototypeStyles || menu; 136 for (var i=0; i<menu.items.length; i++) { 137 var item = menu.items[i]; 160 } else if (i == 0) { // menu title 193 var menu = container.document.layers[i]; 194 container.menus[i].menuLayer = menu; 197 var body = menu [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericMenuBar.java | 50 * An abstract class that the different menu bars in the Control Panel extend. 75 * Constructor of the menu bar. 93 * Creates the Help menu bar. 94 * @return the Help menu bar. 98 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_HELP_MENU.get(), 100 menu.setMnemonic(KeyEvent.VK_H); 110 menu.add(menuItem); 120 menu.add(menuItem); 121 return menu;
|
H A D | MainMenuBar.java | 50 * The menu bar that appears on the main panel. 120 * Creates the File menu bar. 121 * @return the File menu bar. 125 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 127 menu.setMnemonic(KeyEvent.VK_F); 137 menu.add(menuItem); 152 menu.add(menuItem); 154 return menu; 158 * Creates the View menu bar. 159 * @return the View menu ba [all...] |
H A D | BrowseEntriesPanel.java | 100 * It contains its own menu bar with all the actions to edit the entries. 315 // Update menu items 683 * Adds a pop up menu to the tree. 1184 * The specific menu bar of this panel. 1218 * Creates the file menu bar. 1219 * @return the file menu bar. 1223 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 1225 menu.setMnemonic(KeyEvent.VK_F); 1238 menu.add(newWindow); 1239 menu [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericMenuBar.java | 49 * An abstract class that the different menu bars in the Control Panel extend. 74 * Constructor of the menu bar. 92 * Creates the Help menu bar. 93 * @return the Help menu bar. 97 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_HELP_MENU.get(), 99 menu.setMnemonic(KeyEvent.VK_H); 109 menu.add(menuItem); 119 menu.add(menuItem); 120 return menu;
|
H A D | MainMenuBar.java | 49 * The menu bar that appears on the main panel. 119 * Creates the File menu bar. 120 * @return the File menu bar. 124 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 126 menu.setMnemonic(KeyEvent.VK_F); 136 menu.add(menuItem); 151 menu.add(menuItem); 153 return menu; 157 * Creates the View menu bar. 158 * @return the View menu ba [all...] |
H A D | BrowseEntriesPanel.java | 99 * It contains its own menu bar with all the actions to edit the entries. 314 // Update menu items 682 * Adds a pop up menu to the tree. 1183 * The specific menu bar of this panel. 1217 * Creates the file menu bar. 1218 * @return the file menu bar. 1222 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 1224 menu.setMnemonic(KeyEvent.VK_F); 1237 menu.add(newWindow); 1238 menu [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericMenuBar.java | 50 * An abstract class that the different menu bars in the Control Panel extend. 75 * Constructor of the menu bar. 93 * Creates the Help menu bar. 94 * @return the Help menu bar. 98 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_HELP_MENU.get(), 100 menu.setMnemonic(KeyEvent.VK_H); 110 menu.add(menuItem); 120 menu.add(menuItem); 121 return menu;
|
H A D | MainMenuBar.java | 50 * The menu bar that appears on the main panel. 120 * Creates the File menu bar. 121 * @return the File menu bar. 125 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 127 menu.setMnemonic(KeyEvent.VK_F); 137 menu.add(menuItem); 152 menu.add(menuItem); 154 return menu; 158 * Creates the View menu bar. 159 * @return the View menu ba [all...] |
H A D | BrowseEntriesPanel.java | 100 * It contains its own menu bar with all the actions to edit the entries. 315 // Update menu items 683 * Adds a pop up menu to the tree. 1184 * The specific menu bar of this panel. 1218 * Creates the file menu bar. 1219 * @return the file menu bar. 1223 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 1225 menu.setMnemonic(KeyEvent.VK_F); 1238 menu.add(newWindow); 1239 menu [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericMenuBar.java | 49 * An abstract class that the different menu bars in the Control Panel extend. 74 * Constructor of the menu bar. 92 * Creates the Help menu bar. 93 * @return the Help menu bar. 97 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_HELP_MENU.get(), 99 menu.setMnemonic(KeyEvent.VK_H); 109 menu.add(menuItem); 119 menu.add(menuItem); 120 return menu;
|
H A D | MainMenuBar.java | 49 * The menu bar that appears on the main panel. 119 * Creates the File menu bar. 120 * @return the File menu bar. 124 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 126 menu.setMnemonic(KeyEvent.VK_F); 136 menu.add(menuItem); 151 menu.add(menuItem); 153 return menu; 157 * Creates the View menu bar. 158 * @return the View menu ba [all...] |
H A D | BrowseEntriesPanel.java | 99 * It contains its own menu bar with all the actions to edit the entries. 314 // Update menu items 682 * Adds a pop up menu to the tree. 1183 * The specific menu bar of this panel. 1217 * Creates the file menu bar. 1218 * @return the file menu bar. 1222 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 1224 menu.setMnemonic(KeyEvent.VK_F); 1237 menu.add(newWindow); 1238 menu [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | GenericMenuBar.java | 50 * An abstract class that the different menu bars in the Control Panel extend. 75 * Constructor of the menu bar. 93 * Creates the Help menu bar. 94 * @return the Help menu bar. 98 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_HELP_MENU.get(), 100 menu.setMnemonic(KeyEvent.VK_H); 110 menu.add(menuItem); 120 menu.add(menuItem); 121 return menu;
|
H A D | MainMenuBar.java | 50 * The menu bar that appears on the main panel. 120 * Creates the File menu bar. 121 * @return the File menu bar. 125 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 127 menu.setMnemonic(KeyEvent.VK_F); 137 menu.add(menuItem); 152 menu.add(menuItem); 154 return menu; 158 * Creates the View menu bar. 159 * @return the View menu ba [all...] |
H A D | BrowseEntriesPanel.java | 100 * It contains its own menu bar with all the actions to edit the entries. 315 // Update menu items 683 * Adds a pop up menu to the tree. 1184 * The specific menu bar of this panel. 1218 * Creates the file menu bar. 1219 * @return the file menu bar. 1223 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 1225 menu.setMnemonic(KeyEvent.VK_F); 1238 menu.add(newWindow); 1239 menu [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | GenericMenuBar.java | 50 * An abstract class that the different menu bars in the Control Panel extend. 75 * Constructor of the menu bar. 93 * Creates the Help menu bar. 94 * @return the Help menu bar. 98 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_HELP_MENU.get(), 100 menu.setMnemonic(KeyEvent.VK_H); 110 menu.add(menuItem); 120 menu.add(menuItem); 121 return menu;
|
H A D | MainMenuBar.java | 51 * The menu bar that appears on the main panel. 121 * Creates the File menu bar. 122 * @return the File menu bar. 126 JMenu menu = Utilities.createMenu(INFO_CTRL_PANEL_FILE_MENU.get(), 128 menu.setMnemonic(KeyEvent.VK_F); 138 menu.add(menuItem); 151 menu.add(menuItem); 153 return menu; 157 * Creates the View menu bar. 158 * @return the View menu ba [all...] |
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ |
H A D | IdentityActivity.java | 67 private Menu menu; field in class:IdentityActivity 120 if (menu != null) { 121 menu.findItem(R.id.action_scan).setVisible(settings.isCameraEnabled()); 140 return menu; 144 public boolean onCreateOptionsMenu(Menu menu) { argument 145 super.onCreateOptionsMenu(menu); 146 this.menu = menu; 147 getMenuInflater().inflate(R.menu.main, menu); [all...] |