InputEventHandler
that blocks all InputEvent
s originating in a given component tree. When installed, all such events will be consumed before they are processed by the originating component. To activate a ComponentTreeInputEventBlocker
, its {@link #install()} method mustbe called.
This class is thread-safe. @see InputEventHandler @see ComponentTreeInputEventHandler @author Torgil Zethson @since 1.3
|
|