Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.RemoveElementToolItemProperties
Packages that use RemoveElementToolItemProperties
Package
Description
-
Uses of RemoveElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return RemoveElementToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.addRemoveElemProp()Adds a remove element tool item to the toolbar. -
Uses of RemoveElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return RemoveElementToolItemPropertiesModifier and TypeMethodDescriptionRemoveElementToolItemProperties.customRemoveElementsAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) Sets a custom remove elements action using a BiConsumer that includes table context.RemoveElementToolItemProperties.defaultRemoveAction()Enables the default remove action for elements.