Uses of Interface
com.amalgamasimulation.desktop.ui.editor.builders.TableSectionBuilder.ToolBarBuilder
Packages that use TableSectionBuilder.ToolBarBuilder
-
Uses of TableSectionBuilder.ToolBarBuilder in com.amalgamasimulation.desktop.ui.editor.builders
Classes in com.amalgamasimulation.desktop.ui.editor.builders that implement TableSectionBuilder.ToolBarBuilderMethods in com.amalgamasimulation.desktop.ui.editor.builders that return TableSectionBuilder.ToolBarBuilderModifier and TypeMethodDescriptionTableSectionBuilder.Builder.customAddElementAction(Function<Table<V>, V> customAction) TableSectionBuilder.Builder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) TableSectionBuilder.Builder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) TableSectionBuilder.Builder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) TableSectionBuilder.Builder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) TableSectionBuilder.Builder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) TableSectionBuilder.Builder.customToolItem(ToolItemProperties<?> customToolItemProperties) TableSectionBuilder.Builder.defaultAddElementAction(Supplier<V> createNewElement) TableSectionBuilder.Builder.defaultCopyElementAction(UnaryOperator<V> defaultCopyElementAction) TableSectionBuilder.Builder.defaultMoveDownElementAction()TableSectionBuilder.Builder.defaultMoveUpElementAction()TableSectionBuilder.Builder.defaultRefreshTableAction()TableSectionBuilder.Builder.defaultRemoveElementAction()TableSectionBuilder.Builder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsProperties) TableSectionBuilder.Builder.showTextAndIcon()TableSectionBuilder.Builder.toolbar()