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 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 ContextMenuItemHistoGraph.fullRangeMenuThe context menu item to reset percent axes to full range.private ContextMenuItemLineGraph.fullXRangeMenuThe context menu item to show the full x-range of the buffer.private ContextMenuItemLineGraph.fullYRangeMenuThe context menu item to reset percent axes to full range.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.private ContextMenuItemLineGraph.zoomFitMenuThe context menu item to fit the y-axis to the visible data.private ContextMenuItemParaGraph.zoomFitMenuThe context menu item to zoom to fit the buffered data.(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.private ContextMenuItemPhase2D.fullRangeMenuThe context menu item to set the full frequency range.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.