Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.RefreshToolItemProperties
Packages that use RefreshToolItemProperties
Package
Description
-
Uses of RefreshToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return RefreshToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.addRefreshProp()Adds a refresh tool item to the toolbar. -
Uses of RefreshToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return RefreshToolItemPropertiesModifier and TypeMethodDescriptionRefreshToolItemProperties.customRefreshAction(Consumer<Table<V>> customRefreshAction) Sets a custom refresh action using a Consumer that includes table context.RefreshToolItemProperties.defaultRefreshAction()Enables the default refresh action for the table.