Uses of Class
org.evoludo.ui.ContextMenu
Packages that use ContextMenu
Package
Description
-
Uses of ContextMenu in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ContextMenuModifier and TypeFieldDescriptionprivate ContextMenu
AbstractGraph.bufferSizeMenu
The context menu to set the buffer size for graphs with historical data.protected ContextMenu
AbstractGraph.contextMenu
The reference to the (shared) context menu.private ContextMenu
GenericPopGraph.debugSubmenu
The context menu for visually exploring (or debugging) the updating process.private ContextMenu
S3Graph.setTraitMenu
The context menu to select the trait in the closest corner.Methods in org.evoludo.graphics with parameters of type ContextMenuModifier and TypeMethodDescriptiondefault void
AbstractGraph.Controller.populateContextMenu
(ContextMenu menu) Opportunity for the controller to add functionality to the context menu (optional implementation).void
AbstractGraph.populateContextMenuAt
(ContextMenu menu, int x, int y) Populate context menumenu
in listening widget at (relative) position(x,y)
.default void
GenericPopGraph.PopGraphController.populateContextMenuAt
(ContextMenu menu, int node) Opportunity for the controller to add functionality to the context menu (optional implementation).void
GenericPopGraph.populateContextMenuAt
(ContextMenu menu, int x, int y) void
HistoGraph.populateContextMenuAt
(ContextMenu menu, int x, int y) void
LineGraph.populateContextMenuAt
(ContextMenu menu, int x, int y) void
ParaGraph.populateContextMenuAt
(ContextMenu menu, int x, int y) void
S3Graph.populateContextMenuAt
(ContextMenu menu, int x, int y) -
Uses of ContextMenu in org.evoludo.simulator
Methods in org.evoludo.simulator with parameters of type ContextMenuModifier and TypeMethodDescriptionvoid
EvoLudoGWT.populateContextMenu
(ContextMenu menu) Opportunity to contribute entries to the context menu for models. -
Uses of ContextMenu in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as ContextMenuModifier and TypeFieldDescriptionprivate ContextMenu
Console.bufferSizeMenu
The context menu to set the buffer size for graphs with historical data.protected ContextMenu
Console.contextMenu
The context menu for the console.protected ContextMenu
AbstractView.exportSubmenu
The field to store the export context submenu.private ContextMenu
Distribution.traitXMenu
The context menu trigger for selecting traits to display on the horizontal axis.private ContextMenu
Phase2D.traitXMenu
The context menu trigger for selecting traits to display on the horizontal axis.private ContextMenu
Distribution.traitYMenu
The context menu trigger for selecting traits to display on the vertical axis.private ContextMenu
Phase2D.traitYMenu
The context menu trigger for selecting traits to display on the vertical axis.Methods in org.evoludo.simulator.views with parameters of type ContextMenuModifier and TypeMethodDescriptionvoid
AbstractView.populateContextMenu
(ContextMenu contextMenu) void
Histogram.populateContextMenu
(ContextMenu menu) void
Phase2D.populateContextMenu
(ContextMenu menu) void
Pop3D.populateContextMenu
(ContextMenu menu) void
Console.populateContextMenuAt
(ContextMenu menu, int x, int y) void
Distribution.populateContextMenuAt
(ContextMenu menu, int node) -
Uses of ContextMenu in org.evoludo.ui
Fields in org.evoludo.ui declared as ContextMenuModifier and TypeFieldDescriptionprotected ContextMenu
ContextMenu.childMenu
Reference to current child menu ornull
if no child menu is visible.private ContextMenu
ContextMenuItem.childMenu
Reference to submenu if this menu item controls one andnull
otherwise.protected static ContextMenu
ContextMenu.contextMenu
Shared instance of context menu.protected ContextMenu
ContextMenu.parentMenu
Reference to the parent menu.Methods in org.evoludo.ui that return ContextMenuModifier and TypeMethodDescriptionContextMenu.getParentMenu()
Get the parent menu.static ContextMenu
ContextMenu.sharedContextMenu()
The context menu is added to theRootPanel
of the GWT application and shared among all elements that sport a context menu.Methods in org.evoludo.ui with parameters of type ContextMenuModifier and TypeMethodDescriptionContextMenu.add
(String name, ContextMenu submenu) Add new submenu to context menu.void
ContextMenu.openChildMenu
(ContextMenu child) Open submenuchild
.void
ContextMenu.Provider.populateContextMenuAt
(ContextMenu menu, int x, int y) Populate context menumenu
in listening widget at (relative) position(x,y)
.Constructors in org.evoludo.ui with parameters of type ContextMenuModifierConstructorDescriptionContextMenu
(ContextMenu parent) Create new context submenu forparent
menu.ContextMenuItem
(String name, ContextMenu child) Create a new context menu item with the titlename
that controls the submenuchild
.