Uses of Class
org.evoludo.ui.ContextMenuCheckBoxItem
Packages that use ContextMenuCheckBoxItem
Package
Description
The views to visualize results and interact with evolutionary models.
-
Uses of ContextMenuCheckBoxItem in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as ContextMenuCheckBoxItemModifier and TypeFieldDescription(package private) ContextMenuCheckBoxItem[]Distribution.TraitCommand.traitItemsThe list of traits to toggle.(package private) ContextMenuCheckBoxItem[]Phase2D.TraitCommand.traitItemsThe list of traits to toggle.Methods in org.evoludo.simulator.views with parameters of type ContextMenuCheckBoxItemModifier and TypeMethodDescriptionprivate voidPhase2D.populateTraitItems(List<? extends Module<?>> species, boolean isMultispecies, ContextMenu traitXMenu, ContextMenu traitYMenu, ContextMenuCheckBoxItem[] traitXItems, ContextMenuCheckBoxItem[] traitYItems) Populate the trait menu items and optional species headers.(package private) int[]Phase2D.TraitCommand.toggleState(int[] states, ContextMenuCheckBoxItem[] items) Toggle the inclusion of traits that are selected initemson 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 axes.TraitCommand(ContextMenuCheckBoxItem[] traitItems, int trait, int axis) Construct a new command to toggle the inclusion of a trait on either one of the phase plane axes.