Uses of Interface
org.loboevolution.events.UIEvent
Packages that use UIEvent
-
Uses of UIEvent in org.loboevolution.events
Subinterfaces of UIEvent in org.loboevolution.eventsModifier and TypeInterfaceDescriptioninterfaceThe DOM CompositionEvent represents events that occur due to the user indirectly entering text.interfaceA DragEvent represents a drag and drop interaction.interfaceThe FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.interfaceThe InputEvent interface represents an event notifying the user of editable content changes.interfaceKeyboardEvent objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.interfaceThe MouseEvent interface represents events that occur due to the user interacting with a pointing device (such as a mouse).interfaceThe PointerEvent interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.interfaceinterfaceThe WheelEvent interface represents events that occur due to the user moving a mouse wheel or similar input device. -
Uses of UIEvent in org.loboevolution.html.js.events
Classes in org.loboevolution.html.js.events that implement UIEventModifier and TypeClassDescriptionclassAnimationEventImpl class.classAudioProcessingEventImpl class.classBeforeInstallPromptEventImpl class.classBeforeUnloadEventImpl class.classclassclassclassInputEventImpl class.classclassMouseEventImpl class.classclassStorageEventImpl class.classclassUIEventImpl class.classWheelEventImpl class. -
Uses of UIEvent in org.loboevolution.svg
Subinterfaces of UIEvent in org.loboevolution.svg