| Package | Description | 
|---|---|
| oracle.ide.util | 
 Contains utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MnemonicSolver.removeMenuLabel(MnemonicSolver.MenuLabel label)
Unregister the specified menu  
label. |