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 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 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.addListenerWithProvider(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.