Searched refs:removedKeys (Results 1 – 2 of 2) sorted by relevance
57 HashSet<ShortcutKey> removedKeys = new HashSet<>(); in execute() local86 removedKeys.add(key); in execute()100 removedKeys.addAll(keyToShortcutInfo.keySet()); in execute()104 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys(removedKeys)); in execute()
74 HashSet<ShortcutKey> removedKeys = new HashSet<>(); in execute() local86 removedKeys.add(key); in execute()99 if (!removedKeys.isEmpty()) { in execute()100 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys(removedKeys)); in execute()