Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.CopyElementToolItemProperties
Packages that use CopyElementToolItemProperties
Package
Description
-
Uses of CopyElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return CopyElementToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.addCopyElemProp()Adds a copy element tool item to the toolbar. -
Uses of CopyElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return CopyElementToolItemPropertiesModifier and TypeMethodDescriptionCopyElementToolItemProperties.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) Sets a custom copy element action using a BiFunction that includes table context.CopyElementToolItemProperties.defaultCopyElementAction(UnaryOperator<V> defaultCopyElementAction) Sets a default copy element action using a UnaryOperator.