Modifier and Type | Class and Description |
---|---|
public static enum | EventFilter.
Enumeration for possible values for |
Modifier and Type | Method and Description |
---|---|
public EventFilter. |
acceptEvent | back to summary |
---|---|
public EventFilter. |
acceptEvent(AWTEvent ev)
method.
Modifier and Type | Field and Description |
---|---|
public static final EventFilter. | ACCEPT
ACCEPT means that this filter do not filter the event and allows other active filters to proceed it. |
public static final EventFilter. | ACCEPT_IMMEDIATELY
ACCEPT_IMMEDIATELY means that this filter do not filter the event, no other
filters are queried and to proceed it, and it is dispatched by the
|
public static final EventFilter. | REJECT
REJECT means that this filter filter the event. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static EventFilter. | |
public static EventFilter. |
ACCEPT | back to summary |
---|---|
public static final EventFilter. ACCEPT means that this filter do not filter the event and allows other
active filters to proceed it. If all the active filters accept the event, it
is dispatched by the |
ACCEPT_IMMEDIATELY | back to summary |
---|---|
public static final EventFilter. ACCEPT_IMMEDIATELY means that this filter do not filter the event, no other
filters are queried and to proceed it, and it is dispatched by the
|
REJECT | back to summary |
---|---|
public static final EventFilter. REJECT means that this filter filter the event. No other filters are queried,
and the event is not dispatched by the |
FilterAction | back to summary |
---|---|
private FilterAction() |
valueOf | back to summary |
---|---|
public static EventFilter. |
values | back to summary |
---|---|
public static EventFilter. |