Uses of Interface
org.evoludo.ui.ContextMenu.Listener
Packages that use ContextMenu.Listener
-
Uses of ContextMenu.Listener in org.evoludo.graphics
Classes in org.evoludo.graphics that implement ContextMenu.ListenerModifier 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 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.Listener
ContextMenu.Registration.listener
Listener widget for context menu requests.(package private) ContextMenu.Listener
ContextMenu.TouchTimer.listener
Listening 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.participants
Lookup 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 TypeMethodDescriptionvoid
ContextMenu.add
(ContextMenu.Listener listener, ContextMenu.Provider provider) Register a newlistener
widget for context menu requests and associate with theprovider
of the context menu.void
ContextMenu.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.void
ContextMenu.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 withlistener
widget and associate with the context menuprovider
.