public interface IKeyConflictContext
KeyBinding is used.
 Key conflicts occur when a KeyBinding has the same IKeyConflictContext and has conflicting modifiers and keyCodes.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
conflicts(IKeyConflictContext other)  | 
boolean | 
isActive()  | 
boolean isActive()
KeyBindings with this contextboolean conflicts(IKeyConflictContext other)
KeyBinding conflicts with this one.
 This will be called on both contexts to check for conflicts.