Uses of Class
org.evoludo.ui.ContextMenuCheckBoxItem
Packages that use ContextMenuCheckBoxItem
-
Uses of ContextMenuCheckBoxItem in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ContextMenuCheckBoxItemModifier and TypeFieldDescriptionprivate ContextMenuCheckBoxItem
GenericPopGraph.animateMenu
The context menu item for animating the layouting process.private ContextMenuCheckBoxItem
HistoGraph.autoscaleYMenu
The context menu to select autoscaling of the y-axis. -
Uses of ContextMenuCheckBoxItem in org.evoludo.simulator
Fields in org.evoludo.simulator declared as ContextMenuCheckBoxItemModifier and TypeFieldDescriptionprotected ContextMenuCheckBoxItem
EvoLudoGWT.fullscreenMenu
The field to store the fullscreen context menu.private ContextMenuCheckBoxItem
EvoLudoGWT.symDiffMenu
The context menu item for symmetrical diffusion (only applies to PDE models).private ContextMenuCheckBoxItem
EvoLudoGWT.timeReverseMenu
The context menu item to reverse time. -
Uses of ContextMenuCheckBoxItem in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as ContextMenuCheckBoxItemModifier and TypeFieldDescriptionprivate ContextMenuCheckBoxItem
Pop3D.anaglyphMenu
The context menu item for selecting anaglyph projection of the 3D space for a reperesentation of the graph suitable for colored 3D glasses.private ContextMenuCheckBoxItem
Pop3D.projectionMenu
The context menu item for selecting parallel projection of the graph instead of the default perspective projection.(package private) ContextMenuCheckBoxItem[]
Distribution.TraitCommand.traitItems
The list of traits to toggle.private ContextMenuCheckBoxItem[]
Distribution.traitXItems
The context menu for selecting traits to display on the horizontal axis.private ContextMenuCheckBoxItem[]
Phase2D.traitXItems
The context menu for selecting traits to display on the horizontal axis.private ContextMenuCheckBoxItem[]
Distribution.traitYItems
The context menu for selecting traits to display on the vertical axis.private ContextMenuCheckBoxItem[]
Phase2D.traitYItems
The context menu for selecting traits to display on the vertical axis.private ContextMenuCheckBoxItem
Pop3D.vrMenu
The context menu item for selecting stereo projection of the 3D space for a virtual reality representation of the graph.Methods in org.evoludo.simulator.views with parameters of type ContextMenuCheckBoxItemModifier and TypeMethodDescription(package private) int[]
Phase2D.TraitCommand.toggleState
(int[] states, ContextMenuCheckBoxItem[] items) Toggle the inclusion of traits that are selected initems
on the current axis.Constructors in org.evoludo.simulator.views with parameters of type ContextMenuCheckBoxItemModifierConstructorDescriptionTraitCommand
(ContextMenuCheckBoxItem[] traitItems, int idx, int axis) Construct a new command to toggle the inclusion of a trait on either one of the phase plane axis.