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 TypeClassDescriptionclassThe base class for all graphical representations.classGenericPopGraph<T,N extends Network> The base class for population graphs.classHistogram graph for displaying data in bins.classGraph to visualize time series data.classParametric graph for displaying trajectories in phase plane.classThe graphical representation of 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.