Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Class
oracle.ide.util.MnemonicSolver.MenuLabel

Packages that use MnemonicSolver.MenuLabel
oracle.ide.util Contains utility classes. 
 

Uses of MnemonicSolver.MenuLabel in oracle.ide.util
 

Methods in oracle.ide.util that return MnemonicSolver.MenuLabel
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(javax.swing.AbstractButton menuItem)
          Adds a new menuItem to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(javax.swing.AbstractButton menuItem, boolean fixed)
          Adds a new menuItem to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(javax.swing.AbstractButton menuItem, java.lang.String text, boolean fixed)
          Adds a new menuItem to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(java.awt.Component component, boolean fixed)
          If the specified component is a AbstractButton it adds it to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(java.awt.Component component, java.lang.String text, boolean fixed)
          If the specified component is a AbstractButton it adds it to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(javax.swing.JMenuItem menuItem)
          Adds a new menuItem to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(javax.swing.JMenuItem menuItem, boolean fixed)
          Adds a new menuItem to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(javax.swing.JMenuItem menuItem, java.lang.String text, boolean fixed)
          Adds a new menuItem to the list of menu items whose mnemonic needs be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(java.lang.String text)
          Adds a new menu label to the list of labels whose mnemonics need to be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(java.lang.String text, int mnemonic)
          Adds a new menu label to the list of labels whose mnemonic needs to be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.addMenuLabel(java.lang.String text, int mnemonic, boolean fixed)
          Adds a new menu label to the list of labels whose mnemonic needs to be resolved.
 MnemonicSolver.MenuLabel MnemonicSolver.findMenuLabel(javax.swing.AbstractButton menuItem)
          Returns the MnemonicSolver.MenuLabel associated with the specified menuItem.
 MnemonicSolver.MenuLabel MnemonicSolver.findMenuLabel(javax.swing.JMenuItem menuItem)
          Returns the MnemonicSolver.MenuLabel associated with the specified menuItem.
 

Methods in oracle.ide.util with parameters of type MnemonicSolver.MenuLabel
 void MnemonicSolver.removeMenuLabel(MnemonicSolver.MenuLabel label)
          Unregister the specified menu label.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.