Uses of Interface
org.evoludo.ui.ContextMenu.Listener
Packages that use ContextMenu.Listener
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.Listener in org.evoludo.graphics
Classes in org.evoludo.graphics that implement ContextMenu.ListenerModifier 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.Listener in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement ContextMenu.Listener -
Uses of ContextMenu.Listener in org.evoludo.ui
Fields in org.evoludo.ui declared as ContextMenu.ListenerModifier and TypeFieldDescriptionprivate ContextMenu.ListenerContextMenu.Registration.listenerListener widget for context menu requests.(package private) ContextMenu.ListenerContextMenu.TouchTimer.listenerListening widget that triggered the scheduling for the context menu.Fields in org.evoludo.ui with type parameters of type ContextMenu.ListenerModifier and TypeFieldDescriptionprotected HashMap<ContextMenu.Listener, ContextMenu.Registration> ContextMenu.participantsLookup table of listener widgets sporting context menus and their corresponding providers of the context menu contents.Methods in org.evoludo.ui that return ContextMenu.ListenerModifier and TypeMethodDescriptionContextMenu.Registration.getListener()Get the listener widget for context menu events.Methods in org.evoludo.ui with parameters of type ContextMenu.ListenerModifier and TypeMethodDescriptionvoidContextMenu.add(ContextMenu.Listener listener, ContextMenu.Provider provider) Register a newlistenerwidget for context menu requests and associate with theproviderof the context menu.voidContextMenu.TouchTimer.save(ContextMenu.Listener ref, int x, int y) Save the listener widget as well as the position (relative to browser window) where the context menu will be displayed when (and if) the timer fires.voidContextMenu.showAt(ContextMenu.Listener listener, int x, int y) Prepares context menu (or submenu) for showing at position(x, y)relative to browser window.Constructors in org.evoludo.ui with parameters of type ContextMenu.ListenerModifierConstructorDescriptionRegistration(ContextMenu.Listener listener, ContextMenu.Provider provider) Register all event handlers relevant for handling context menus withlistenerwidget and associate with the context menuprovider.