Interface IKeyConflictContext
- All Known Implementing Classes:
KeyConflictContext
public interface IKeyConflictContext
Defines the context that a
KeyBinding is used.
Key conflicts occur when a KeyBinding has the same IKeyConflictContext and has conflicting modifiers and keyCodes.-
Method Summary
Modifier and TypeMethodDescriptionbooleanconflicts(IKeyConflictContext other) booleanisActive()
-
Method Details
-
isActive
boolean isActive()- Returns:
- true if conditions are met to activate
KeyBindings with this context
-
conflicts
- Returns:
- true if the other context can have
KeyBindingconflicts with this one. This will be called on both contexts to check for conflicts.
-