Uses of Interface
org.evoludo.ui.FullscreenChangeHandler
Packages that use FullscreenChangeHandler
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
Extensions to the GWT user interface elements.
Utility classes and functions.
-
Uses of FullscreenChangeHandler in org.evoludo
Classes in org.evoludo that implement FullscreenChangeHandlerMethods in org.evoludo with parameters of type FullscreenChangeHandlerModifier and TypeMethodDescriptionEvoLudoWeb.addFullscreenChangeHandler(FullscreenChangeHandler handler) -
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.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.