Uses of Interface
org.evoludo.ui.Tooltip.Provider
Packages that use Tooltip.Provider
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
Extensions to the GWT user interface elements.
-
Uses of Tooltip.Provider in org.evoludo.graphics
Classes in org.evoludo.graphics that implement Tooltip.ProviderModifier and TypeClassDescriptionclassAbstract base class for 2D graphs rendered into a Canvas within the UI.classGenericPopGraph<T, N extends Network<?>>Abstract base class for visualizing a population as a graph.classA histogram graph used to render and interact with binned data.classLineGraph visualizes time series data as one or more line plots inside a resizable, pannable and zoomable canvas.classParaGraph is a specialized 2D parametric/phase-plane graph component for visualizing trajectories produced by a simulation module.classThe graphical representation of lattices and network structures in 2D.classThe graphical representation of network structures in 3D.classGraph for the simplex \(S_3\). -
Uses of Tooltip.Provider in org.evoludo.ui
Fields in org.evoludo.ui declared as Tooltip.ProviderModifier and TypeFieldDescription(package private) Tooltip.ProviderTooltip.Registration.providerProvider of tooltips for this listener widget.Methods in org.evoludo.ui with parameters of type Tooltip.ProviderModifier and TypeMethodDescriptionvoidTooltip.add(FocusPanel listener, Tooltip.Provider provider) Register a newlistenerwidget for tooltips and associate with theproviderof the tooltip.Constructors in org.evoludo.ui with parameters of type Tooltip.ProviderModifierConstructorDescriptionRegistration(FocusPanel listener, Tooltip.Provider provider) Register all event handlers relevant for handling tooltips withlistenerwidget and associate with the tooltipprovider.