Lines Matching defs:events

116      * retargeting the events to lightweight components contained
222 * retargeting the events to lightweight components contained
527 * and generating unneccessary events. This function intended to perform optimized
2100 * Adds the specified container listener to receive container events
2121 * container events from this container.
2214 * Processes events on this container. If the event is a
2233 * Processes container events occurring on this container by
2235 * NOTE: This method will not be called unless container events
2241 * <li>Container events are enabled via <code>enableEvents</code>
2266 * Create ANCESTOR_RESIZED and ANCESTOR_MOVED events in response to
2267 * COMPONENT_RESIZED and COMPONENT_MOVED events. We have to do this
2316 * in receiving mouse events.
2472 * windowed parent to enable some kind of events on their behalf.
2473 * This is needed for events that are normally only dispatched to
2477 void proxyEnableEvents(long events) {
2482 parent.proxyEnableEvents(events);
2491 dispatcher.enableEvents(events);
2848 * to tell it that it should block Mouse events for all LW
4393 * Enables events to subcomponents.
4395 void enableEvents(long events) {
4396 eventMask |= events;
4465 * where to route the event, since mouse movement events tend to
4470 Component mouseOver = // sensitive to mouse events
4515 // retarget the event to a parent that DOES have the events enabled.
4524 //Consuming of wheel events is implemented in "retargetMouseEvent".
4555 Component mouseOver = // not necessarily sensitive to mouse events
4575 * Generates enter/exit events as mouse moves over lw components
4631 * Listens to global mouse drag events so even drags originating
4633 * events in this container
4664 * Listen for drag events posted in other hw components so we can
4837 //In "processMouseEvent" total event consuming for wheel events is skipped.
4838 //Protection from bubbling of Java-accepted wheel events.
4847 * The windowed container that might be hosting events for
4859 * component that has events being forwarded to it. If this
4860 * is null, there are currently no events being forwarded to
4883 * events. This separate mask indicates events that have been
4890 * The kind of events routed to lightweight components from windowed