Uses of Class
org.evoludo.ui.ContextMenuItem
Packages that use ContextMenuItem
-
Uses of ContextMenuItem in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ContextMenuItemModifier and TypeFieldDescriptionprivate ContextMenuItem
ParaGraph.autoscaleMenu
The context menu item to autoscale the axis.private ContextMenuItem
AbstractGraph.bufferSizeTrigger
The context menu item which triggers the buffer size context menu.private ContextMenuItem
GenericPopGraph.clearMenu
The context menu item to clear the canvas.private ContextMenuItem
LineGraph.clearMenu
The context menu item to clear the graph.private ContextMenuItem
ParaGraph.clearMenu
The context menu item to clear the canvas.private ContextMenuItem
S3Graph.clearMenu
The context menu item to clear the canvas.private ContextMenuItem
GenericPopGraph.debugNodeMenu
The context menu item for updating the current node.private ContextMenuItem
GenericPopGraph.debugSubmenuTrigger
The context menu item for attaching the debug submenu.private ContextMenuItem
GenericPopGraph.shakeMenu
The context menu item for rearranging networks through random shifts of node positions.private ContextMenuItem
S3Graph.swapOrderMenu
The context menu item to swap the order of the traits along the closest edge.(package private) ContextMenuItem
AbstractGraph.zoomInMenu
The context menu item to zoom in (enlarge) by a factor of2
.(package private) ContextMenuItem
AbstractGraph.zoomOutMenu
The context menu item to zoom out (reduce) by a factor of1/2
.(package private) ContextMenuItem
AbstractGraph.zoomResetMenu
The 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 ContextMenuItem
Console.clearMenu
The context menu item to clear the console.private ContextMenuItem
Histogram.clearMenu
The clear context menu.protected ContextMenuItem
AbstractView.exportSubmenuTrigger
The field to store the export submenu trigger.protected ContextMenuItem
AbstractView.restoreMenu
The field to store the restore context menu. -
Uses of ContextMenuItem in org.evoludo.ui
Subclasses of ContextMenuItem in org.evoludo.uiModifier and TypeClassDescriptionclass
Component 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.