static class PopupWindow.PopupEventRedirector extends EventRedirector
Modifier and Type | Field and Description |
---|---|
private static KeyCombination |
ESCAPE_KEY_COMBINATION |
private PopupWindow |
popupWindow |
Constructor and Description |
---|
PopupEventRedirector(PopupWindow popupWindow) |
Modifier and Type | Method and Description |
---|---|
private void |
handleAutoHidingEvents(java.lang.Object eventSource,
Event event) |
private void |
handleEscapeKeyPressedEvent(Event event) |
private void |
handleFocusUngrabEvent() |
private void |
handleKeyEvent(KeyEvent event) |
protected void |
handleRedirectedEvent(java.lang.Object eventSource,
Event event)
Called when a redirected event is received by this instance.
|
private boolean |
isOwnerNodeEvent(Event event) |
addEventDispatcher, dispatchCapturingEvent, removeEventDispatcher
dispatchBubblingEvent, dispatchEvent, getNextDispatcher, getPreviousDispatcher, insertNextDispatcher
private static final KeyCombination ESCAPE_KEY_COMBINATION
private final PopupWindow popupWindow
public PopupEventRedirector(PopupWindow popupWindow)
protected void handleRedirectedEvent(java.lang.Object eventSource, Event event)
EventRedirector
handleRedirectedEvent
in class EventRedirector
eventSource
- the object from which the event has been redirectedevent
- the event which has been redirectedprivate void handleKeyEvent(KeyEvent event)
private void handleEscapeKeyPressedEvent(Event event)
private void handleAutoHidingEvents(java.lang.Object eventSource, Event event)
private void handleFocusUngrabEvent()
private boolean isOwnerNodeEvent(Event event)