Uses of Class
org.evoludo.ui.ContextMenuItem
Packages that use ContextMenuItem
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 ContextMenuItem in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ContextMenuItemModifier and TypeFieldDescriptionprivate ContextMenuItemAbstractGraph.bufferSizeTriggerThe context menu item which triggers the buffer size context menu.private ContextMenuItemGenericPopGraph.clearMenuThe context menu item to clear the canvas.private ContextMenuItemLineGraph.clearMenuThe context menu item to clear the graph.private ContextMenuItemParaGraph.clearMenuThe context menu item to clear the canvas.private ContextMenuItemS3Graph.clearMenuThe context menu item to clear the canvas.private ContextMenuItemGenericPopGraph.debugNodeMenuThe context menu item for updating the current node.private ContextMenuItemGenericPopGraph.debugSubmenuTriggerThe context menu item for attaching the debug submenu.private ContextMenuItemGenericPopGraph.shakeMenuThe context menu item for rearranging networks through random shifts of node positions.private ContextMenuItemS3Graph.swapOrderMenuThe context menu item to swap the order of the traits along the closest edge.(package private) ContextMenuItemAbstractGraph.zoomInMenuThe context menu item to zoom in (enlarge) by a factor of2.(package private) ContextMenuItemAbstractGraph.zoomOutMenuThe context menu item to zoom out (reduce) by a factor of1/2.(package private) ContextMenuItemAbstractGraph.zoomResetMenuThe context menu item to reset the zoom level. -
Uses of ContextMenuItem in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as ContextMenuItemModifier and TypeFieldDescriptionprivate ContextMenuItemConsole.clearMenuThe context menu item to clear the console.private ContextMenuItemHistogram.clearMenuThe clear context menu.protected ContextMenuItemAbstractView.exportSubmenuTriggerThe field to store the export submenu trigger.protected ContextMenuItemAbstractView.restoreMenuThe field to store the restore context menu. -
Uses of ContextMenuItem in org.evoludo.ui
Subclasses of ContextMenuItem in org.evoludo.uiModifier and TypeClassDescriptionclassComponent of the context menu extension to GWT's user interface.Methods in org.evoludo.ui that return ContextMenuItemModifier and TypeMethodDescriptionContextMenu.add(String name, ContextMenu submenu) Add new submenu to context menu.