Package | Description |
---|---|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.menus |
Modifier and Type | Method and Description |
---|---|
KeyBindings |
KeyBindingManager.getKeyBindings(java.lang.String actionDesc)
Get bindings for action string
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
KeyBindings |
EMenuBar.getKeyBindings(EMenuItem item)
Get the key bindings for the menu item.
|