Interface IKeyConflictContext

All Known Implementing Classes:
KeyConflictContext

public interface IKeyConflictContext
Defines the context that a KeyMapping is used. Key conflicts occur when a KeyMapping has the same IKeyConflictContext and has conflicting modifiers and keyCodes.
  • Method Details Link icon

    • isActive Link icon

      boolean isActive()
      Returns:
      true if conditions are met to activate KeyMappings with this context
    • conflicts Link icon

      boolean conflicts(IKeyConflictContext other)
      Returns:
      true if the other context can have KeyMapping conflicts with this one. This will be called on both contexts to check for conflicts.