Uses of Interface
org.evoludo.ui.Tooltip.Provider
Packages that use Tooltip.Provider
-
Uses of Tooltip.Provider in org.evoludo.graphics
Classes in org.evoludo.graphics that implement Tooltip.ProviderModifier and TypeClassDescriptionclass
The base class for all graphical representations.class
GenericPopGraph<T,
N extends Network> The base class for population graphs.class
Histogram graph for displaying data in bins.class
Graph to visualize time series data.class
Parametric graph for displaying trajectories in phase plane.class
The graphical representation of network structures in 2D.class
The graphical representation of network structures in 3D.class
Graph 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.Provider
Tooltip.Registration.provider
Provider of tooltips for this listener widget.Methods in org.evoludo.ui with parameters of type Tooltip.ProviderModifier and TypeMethodDescriptionvoid
Tooltip.add
(FocusPanel listener, Tooltip.Provider provider) Register a newlistener
widget for tooltips and associate with theprovider
of 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 withlistener
widget and associate with the tooltipprovider
.