Uses of Class
org.evoludo.EvoLudoWeb
Packages that use EvoLudoWeb
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
The toolkit to explore interactive evolutionary models.
Utility classes and functions.
-
Uses of EvoLudoWeb in org.evoludo
Subinterfaces with type arguments of type EvoLudoWeb in org.evoludoModifier and TypeInterfaceDescription(package private) static interfaceGWT magic to define GUI elements (see EvoLudoWeb.ui.xml). -
Uses of EvoLudoWeb in org.evoludo.simulator
Fields in org.evoludo.simulator declared as EvoLudoWebModifier and TypeFieldDescription(package private) EvoLudoWebEvoLudoGWT.guiThe reference to the GUI.Constructors in org.evoludo.simulator with parameters of type EvoLudoWebModifierConstructorDescriptionEvoLudoGWT(EvoLudoWeb gui) Construct EvoLudo controller for GWT applications (web or ePub). -
Uses of EvoLudoWeb in org.evoludo.simulator.ui
Fields in org.evoludo.simulator.ui declared as EvoLudoWebModifier and TypeFieldDescriptionprivate final EvoLudoWebKeyHandler.guiThe EvoLudoWeb instance that owns this controller.private final EvoLudoWebWebListener.guiThe associated EvoLudoWeb instance.private static EvoLudoWebSettingsController.runningLabReference to the currently running lab in ePub mode.Methods in org.evoludo.simulator.ui with parameters of type EvoLudoWebModifier and TypeMethodDescriptionstatic voidSettingsController.onModelRunning(EvoLudoWeb lab) Marks the supplied lab as the currently running ePub instance.static voidSettingsController.onModelStopped(EvoLudoWeb lab) Clears the running lab marker once execution stops.Constructors in org.evoludo.simulator.ui with parameters of type EvoLudoWebModifierConstructorDescriptionKeyHandler(EvoLudoWeb gui) Initializes the key event handler.WebListener(EvoLudoWeb gui, EvoLudoGWT engine, KeyHandler keyController) Creates a new web listener. -
Uses of EvoLudoWeb in org.evoludo.util
Methods in org.evoludo.util with parameters of type EvoLudoWebModifier and TypeMethodDescriptionstatic final voidNativeJS.handleDnD(JavaScriptObject dataTransfer, EvoLudoWeb gui) JSNI method: the HTML5 File API enables reading of files.static final voidNativeJS.restoreFromFile(EvoLudoWeb gui) JSNI method: opens javascript file chooser and attempts to restore state from selected file