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