Uses of Interface
com.amalgamasimulation.desktop.ui.editor.builders.EmfTableSectionBuilder.ToolBarBuilder
Packages that use EmfTableSectionBuilder.ToolBarBuilder
-
Uses of EmfTableSectionBuilder.ToolBarBuilder in com.amalgamasimulation.desktop.ui.editor.builders
Classes in com.amalgamasimulation.desktop.ui.editor.builders that implement EmfTableSectionBuilder.ToolBarBuilderModifier and TypeClassDescriptionstatic classEmfTableSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V> Methods in com.amalgamasimulation.desktop.ui.editor.builders that return EmfTableSectionBuilder.ToolBarBuilderModifier and TypeMethodDescriptionEmfTableSectionBuilder.Builder.customAddElementAction(Function<Table<V>, V> customAction) EmfTableSectionBuilder.Builder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) EmfTableSectionBuilder.Builder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) EmfTableSectionBuilder.Builder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) EmfTableSectionBuilder.Builder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) EmfTableSectionBuilder.Builder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) EmfTableSectionBuilder.Builder.customToolItem(ToolItemProperties<?> customToolItemProperties) EmfTableSectionBuilder.Builder.defaultAddElementAction(Supplier<V> createNewElement) EmfTableSectionBuilder.Builder.defaultCopyElementAction(UnaryOperator<V> defaultCopyElementAction) EmfTableSectionBuilder.Builder.defaultMoveDownElementAction()EmfTableSectionBuilder.Builder.defaultMoveUpElementAction()EmfTableSectionBuilder.Builder.defaultRefreshTableAction()EmfTableSectionBuilder.Builder.defaultRemoveElementAction()EmfTableSectionBuilder.Builder.selectElementsFromGefToolItem(SelectElementsFromGefToolItemProperties<?> selectElements) EmfTableSectionBuilder.Builder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsProperties) EmfTableSectionBuilder.Builder.showTextAndIcon()EmfTableSectionBuilder.Builder.toolbar()