Uses of Class
org.evoludo.ui.ContextMenu
Packages that use ContextMenu
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
The views to visualize results and interact with evolutionary models.
Extensions to the GWT user interface elements.
-
Uses of ContextMenu in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ContextMenuModifier and TypeFieldDescriptionprivate ContextMenuAbstractGraph.bufferSizeMenuThe context menu to set the buffer size for graphs with historical data.protected ContextMenuAbstractGraph.contextMenuThe reference to the (shared) context menu.private ContextMenuGenericPopGraph.debugSubmenuThe context menu for visually exploring (or debugging) the updating process.private ContextMenuS3Graph.setTraitMenuThe context menu to select the trait in the closest corner.Methods in org.evoludo.graphics with parameters of type ContextMenuModifier and TypeMethodDescriptiondefault voidAbstractGraph.Controller.populateContextMenu(ContextMenu menu) Opportunity for the controller to add functionality to the context menu (optional implementation).voidAbstractGraph.populateContextMenuAt(ContextMenu menu, int x, int y) Populate context menumenuin listening widget at (relative) position(x,y).default voidGenericPopGraph.PopGraphController.populateContextMenuAt(ContextMenu menu, int node) Opportunity for the controller to add functionality to the context menu (optional implementation).voidGenericPopGraph.populateContextMenuAt(ContextMenu menu, int x, int y) voidHistoGraph.populateContextMenuAt(ContextMenu menu, int x, int y) voidLineGraph.populateContextMenuAt(ContextMenu menu, int x, int y) voidParaGraph.populateContextMenuAt(ContextMenu menu, int x, int y) voidS3Graph.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 TypeMethodDescriptionvoidEvoLudoGWT.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 ContextMenuConsole.bufferSizeMenuThe context menu to set the buffer size for graphs with historical data.protected ContextMenuConsole.contextMenuThe context menu for the console.protected ContextMenuAbstractView.exportSubmenuThe field to store the export context submenu.private ContextMenuDistribution.traitXMenuThe context menu trigger for selecting traits to display on the horizontal axis.private ContextMenuPhase2D.traitXMenuThe context menu trigger for selecting traits to display on the horizontal axis.private ContextMenuDistribution.traitYMenuThe context menu trigger for selecting traits to display on the vertical axis.private ContextMenuPhase2D.traitYMenuThe context menu trigger for selecting traits to display on the vertical axis.Methods in org.evoludo.simulator.views with parameters of type ContextMenuModifier and TypeMethodDescriptionvoidAbstractView.populateContextMenu(ContextMenu contextMenu) voidHistogram.populateContextMenu(ContextMenu menu) voidPhase2D.populateContextMenu(ContextMenu menu) voidPop3D.populateContextMenu(ContextMenu menu) voidConsole.populateContextMenuAt(ContextMenu menu, int x, int y) voidDistribution.populateContextMenuAt(ContextMenu menu, int node) -
Uses of ContextMenu in org.evoludo.ui
Fields in org.evoludo.ui declared as ContextMenuModifier and TypeFieldDescriptionprotected ContextMenuContextMenu.childMenuReference to current child menu ornullif no child menu is visible.private ContextMenuContextMenuItem.childMenuReference to submenu if this menu item controls one andnullotherwise.protected static ContextMenuContextMenu.contextMenuShared instance of context menu.protected ContextMenuContextMenu.parentMenuReference to the parent menu.Methods in org.evoludo.ui that return ContextMenuModifier and TypeMethodDescriptionContextMenu.getParentMenu()Get the parent menu.static ContextMenuContextMenu.sharedContextMenu()The context menu is added to theRootPanelof 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.voidContextMenu.openChildMenu(ContextMenu child) Open submenuchild.voidContextMenu.Provider.populateContextMenuAt(ContextMenu menu, int x, int y) Populate context menumenuin listening widget at (relative) position(x,y).Constructors in org.evoludo.ui with parameters of type ContextMenuModifierConstructorDescriptionContextMenu(ContextMenu parent) Create new context submenu forparentmenu.ContextMenuItem(String name, ContextMenu child) Create a new context menu item with the titlenamethat controls the submenuchild.