Uses of Interface
org.evoludo.ui.FullscreenChangeHandler
Packages that use FullscreenChangeHandler
Package
Description
Extensions to the GWT user interface elements.
Utility classes and functions.
-
Uses of FullscreenChangeHandler in org.evoludo.simulator.ui
Classes in org.evoludo.simulator.ui that implement FullscreenChangeHandlerModifier and TypeClassDescriptionclassManages fullscreen handling and GUI sizing for EvoLudoWeb instances. -
Uses of FullscreenChangeHandler in org.evoludo.ui
Classes in org.evoludo.ui that implement FullscreenChangeHandlerModifier and TypeClassDescriptionclassContext menu extension to GWT's user interface.classTooltip extension to GWT's user interface.Subclasses with type arguments of type FullscreenChangeHandler in org.evoludo.uiModifier and TypeClassDescriptionclassRepresents a native fullscreenchange event.Fields in org.evoludo.ui with type parameters of type FullscreenChangeHandlerModifier and TypeFieldDescriptionprivate static final DomEvent.Type<FullscreenChangeHandler> FullscreenChangeEvent.TYPEEvent type for fullscreenchange events.Methods in org.evoludo.ui that return types with arguments of type FullscreenChangeHandlerModifier and TypeMethodDescriptionFullscreenChangeEvent.getAssociatedType()static DomEvent.Type<FullscreenChangeHandler> FullscreenChangeEvent.getType()Gets the event type associated with fullscreenchange events.Methods in org.evoludo.ui with parameters of type FullscreenChangeHandlerModifier and TypeMethodDescriptionContextMenu.addFullscreenChangeHandler(FullscreenChangeHandler handler) HasFullscreenChangeHandlers.addFullscreenChangeHandler(FullscreenChangeHandler handler) Adds aFullscreenChangeEventhandler.Tooltip.addFullscreenChangeHandler(FullscreenChangeHandler handler) protected voidFullscreenChangeEvent.dispatch(FullscreenChangeHandler handler) -
Uses of FullscreenChangeHandler in org.evoludo.util
Methods in org.evoludo.util with parameters of type FullscreenChangeHandlerModifier and TypeMethodDescriptionstatic final voidNativeJS.addFullscreenChangeHandler(String eventname, FullscreenChangeHandler handler) JSNI method: Add a fullscreen change handler.static final voidNativeJS.removeFullscreenChangeHandler(String eventname, FullscreenChangeHandler handler) JSNI method: Remove the fullscreen change handler.