public interface IKeyConflictContext
KeyBinding is used.
 Key conflicts occur when a KeyBinding has the same IKeyConflictContext and has conflicting modifiers and keyCodes.| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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.