Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.MoveUpElementToolItemProperties
Packages that use MoveUpElementToolItemProperties
Package
Description
-
Uses of MoveUpElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return MoveUpElementToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.addMoveUpElemProp()Adds a move element up tool item to the toolbar. -
Uses of MoveUpElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return MoveUpElementToolItemPropertiesModifier and TypeMethodDescriptionMoveUpElementToolItemProperties.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) Sets a custom move up element action using a BiConsumer that includes table context.MoveUpElementToolItemProperties.defaultMoveUpAction()Enables the default move up action for elements.