Uses of Interface
org.evoludo.ui.ContextMenu.Provider
Packages that use ContextMenu.Provider
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
Extensions to the GWT user interface elements.
-
Uses of ContextMenu.Provider in org.evoludo.graphics
Classes in org.evoludo.graphics that implement ContextMenu.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 ContextMenu.Provider in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement ContextMenu.Provider -
Uses of ContextMenu.Provider in org.evoludo.ui
Fields in org.evoludo.ui declared as ContextMenu.ProviderModifier and TypeFieldDescriptionprivate ContextMenu.ProviderContextMenu.Registration.providerProvider of context menu entries for this listener widget.Methods in org.evoludo.ui that return ContextMenu.ProviderModifier and TypeMethodDescriptionContextMenu.Registration.getProvider()Get the provider of entries of context menu for this listener widget.Methods in org.evoludo.ui with parameters of type ContextMenu.ProviderModifier and TypeMethodDescriptionvoidContextMenu.add(ContextMenu.Listener listener, ContextMenu.Provider provider) Register a newlistenerwidget for context menu requests and associate with theproviderof the context menu.Constructors in org.evoludo.ui with parameters of type ContextMenu.ProviderModifierConstructorDescriptionRegistration(ContextMenu.Listener listener, ContextMenu.Provider provider) Register all event handlers relevant for handling context menus withlistenerwidget and associate with the context menuprovider.