Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.MoveDownElementToolItemProperties
Packages that use MoveDownElementToolItemProperties
Package
Description
-
Uses of MoveDownElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return MoveDownElementToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.addMoveDownElemProp()Adds a move element down tool item to the toolbar. -
Uses of MoveDownElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return MoveDownElementToolItemPropertiesModifier and TypeMethodDescriptionMoveDownElementToolItemProperties.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) Sets a custom move down element action using a BiConsumer that includes table context.MoveDownElementToolItemProperties.defaultMoveDownAction()Enables the default move down action for elements.