Uses of Class
org.evoludo.simulator.ui.KeyHandler
Packages that use KeyHandler
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
-
Uses of KeyHandler in org.evoludo
Fields in org.evoludo declared as KeyHandlerModifier and TypeFieldDescriptionprivate final KeyHandlerEvoLudoWeb.keyControllerHelper that centralizes keyboard handling. -
Uses of KeyHandler in org.evoludo.simulator.ui
Fields in org.evoludo.simulator.ui declared as KeyHandlerModifier and TypeFieldDescriptionprivate static KeyHandlerKeyHandler.activeController that currently has priority (typically the popup lab).private final KeyHandlerWebListener.keyControllerThe key controller used to manage keyboard events.Fields in org.evoludo.simulator.ui with type parameters of type KeyHandlerModifier and TypeFieldDescriptionprivate static final List<KeyHandler> KeyHandler.keyHandlersAll handlers that have requested global registration.Methods in org.evoludo.simulator.ui with parameters of type KeyHandlerModifier and TypeMethodDescriptionprivate static voidKeyHandler.registerGlobal(KeyHandler handler) Registers a handler for global key event handling.private static voidKeyHandler.setActive(KeyHandler handler) Sets the active handler that receives priority for key events.private static voidKeyHandler.unregisterGlobal(KeyHandler handler) Unregisters a handler from global key event handling.Constructors in org.evoludo.simulator.ui with parameters of type KeyHandlerModifierConstructorDescriptionWebListener(EvoLudoWeb gui, EvoLudoGWT engine, KeyHandler keyController) Creates a new web listener.