Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.CreateElementToolItemProperties
Packages that use CreateElementToolItemProperties
Package
Description
-
Uses of CreateElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return CreateElementToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.addCreateElemProp()Adds a create element tool item to the toolbar. -
Uses of CreateElementToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return CreateElementToolItemPropertiesModifier and TypeMethodDescriptionCreateElementToolItemProperties.customCreateElementAction(Function<Table<V>, V> customCreateElementAction) Sets a custom create element action using a Function that includes table context.CreateElementToolItemProperties.defaultCreateElementAction(Supplier<V> defaultCreateElementAction) Sets a default create element action using a Supplier.