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, removeEventDispatcherdispatchBubblingEvent, dispatchEvent, getNextDispatcher, getPreviousDispatcher, insertNextDispatcherprivate static final KeyCombination ESCAPE_KEY_COMBINATION
private final PopupWindow popupWindow
public PopupEventRedirector(PopupWindow popupWindow)
protected void handleRedirectedEvent(java.lang.Object eventSource,
Event event)
EventRedirectorhandleRedirectedEvent in class EventRedirectoreventSource - 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)