Uses of Class
com.sun.electric.tool.user.ui.KeyBindings

Packages that use KeyBindings
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.menus   
 

Uses of KeyBindings in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return KeyBindings
 KeyBindings KeyBindingManager.getKeyBindings(java.lang.String actionDesc)
          Get bindings for action string
 

Methods in com.sun.electric.tool.user that return types with arguments of type KeyBindings
 java.util.List<KeyBindings> KeyBindingManager.getConflictingKeyBindings(KeyStrokePair pair)
          Get a list of KeyBindings that conflict with the key combo prefixStroke, stroke.
static java.util.List<KeyBindings> KeyBindingManager.getConflictsAllManagers(KeyStrokePair pair)
          Get a list of conflicting key bindings from all KeyBindingManagers.
 

Uses of KeyBindings in com.sun.electric.tool.user.menus
 

Methods in com.sun.electric.tool.user.menus that return KeyBindings
 KeyBindings EMenuBar.getKeyBindings(EMenuItem item)
          Get the key bindings for the menu item.