Uses of Class
com.amalgamasimulation.desktop.ui.tables.Table
Packages that use Table
Package
Description
-
Uses of Table in com.amalgamasimulation.desktop.html.ui
Constructors in com.amalgamasimulation.desktop.html.ui with parameters of type TableModifierConstructorDescriptionHTMLTableFromUITable(Table<T> table) Constructs a new HTMLTable instance from the givenTabledesktop UI component. -
Uses of Table in com.amalgamasimulation.desktop.ui.builders
Method parameters in com.amalgamasimulation.desktop.ui.builders with type arguments of type TableModifier and TypeMethodDescriptionEMFMultiObjectsSelectionDialogEditingSupport.Builder.columns(BiConsumer<T, Table<W>> columns) EMFMultiObjectsSelectionDialogEditingSupport.ColumnsBuilder.columns(BiConsumer<T, Table<W>> columns) Set function that create columns in table in dialogSet function that create columns in table in dialogEMFObjectSelectionDialogEditingSupport.Builder.columns(BiConsumer<T, Table<E>> columns) EMFObjectSelectionDialogEditingSupport.ColumnsBuilder.columns(BiConsumer<T, Table<E>> columns) Set function that create columns in table in dialogSet function that create columns in table in dialogMultiObjectsSelectionDialogEditingSupport.Builder.columns(BiConsumer<T, Table<W>> columns) MultiObjectsSelectionDialogEditingSupport.ColumnsBuilder.columns(BiConsumer<T, Table<W>> columns) Set function that create columns in table in dialogSet function that create columns in table in dialogObjectSelectionDialogEditingSupport.Builder.columns(BiConsumer<T, Table<E>> columns) ObjectSelectionDialogEditingSupport.ColumnsBuilder.columns(BiConsumer<T, Table<E>> columns) Set function that create columns in table in dialogSet function that create columns in table in dialog -
Uses of Table in com.amalgamasimulation.desktop.ui.columndescriptors
Constructors in com.amalgamasimulation.desktop.ui.columndescriptors with parameters of type TableModifierConstructorDescriptionTableColumn(Class<TableColumn<T, V>> cl, Table<T> tableView, Function<T, V> valueExtractor) -
Uses of Table in com.amalgamasimulation.desktop.ui.editor.builders
Method parameters in com.amalgamasimulation.desktop.ui.editor.builders with type arguments of type TableModifier and TypeMethodDescriptionEmfTableSectionBuilder.Builder.customAddElementAction(Function<Table<V>, V> customAction) EmfTwoTablesSectionBuilder.Builder.customAddElementAction(Function<Table<V>, V> customAction) TableSectionBuilder.Builder.customAddElementAction(Function<Table<V>, V> customAction) TwoTablesSectionBuilder.Builder.customAddElementAction(Function<Table<V>, V> customAction) EmfTableSectionBuilder.Builder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) EmfTwoTablesSectionBuilder.Builder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) TableSectionBuilder.Builder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) TwoTablesSectionBuilder.Builder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) EmfTableSectionBuilder.Builder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) EmfTwoTablesSectionBuilder.Builder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) TableSectionBuilder.Builder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) TwoTablesSectionBuilder.Builder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) EmfTableSectionBuilder.Builder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) EmfTwoTablesSectionBuilder.Builder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) TableSectionBuilder.Builder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) TwoTablesSectionBuilder.Builder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) EmfTableSectionBuilder.Builder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) EmfTwoTablesSectionBuilder.Builder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) TableSectionBuilder.Builder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) TwoTablesSectionBuilder.Builder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) EmfTableSectionBuilder.Builder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) EmfTwoTablesSectionBuilder.Builder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) TableSectionBuilder.Builder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) TwoTablesSectionBuilder.Builder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) EmfAutoCompleteSectionBuilder.Builder.selectFromTableButton(Consumer<Table<V>> columns) EmfComboboxSectionBuilder.Builder.selectFromTableButton(Consumer<Table<V>> columns) -
Uses of Table in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Classes in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with type parameters of type TableMethod parameters in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with type arguments of type TableModifier and TypeMethodDescriptionIToolBarBuilder.customAddElementAction(Function<Table<V>, V> customAction) IToolBarBuilder.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) IToolBarBuilder.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) IToolBarBuilder.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) IToolBarBuilder.customRefreshTableAction(Consumer<Table<V>> customRefreshAction) IToolBarBuilder.customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) ISelectFromTableButtonBuilder.selectFromTableButton(Consumer<Table<V>> columns) -
Uses of Table in com.amalgamasimulation.desktop.ui.editor.common
Classes in com.amalgamasimulation.desktop.ui.editor.common with type parameters of type TableMethods in com.amalgamasimulation.desktop.ui.editor.common that return TableModifier and TypeMethodDescriptionITwoTableSection.getMainTable()ITwoTableSection.getSecondTable() -
Uses of Table in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Classes in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with type parameters of type TableModifier and TypeClassDescriptionclassTableProperties<T,V, E extends Table<V>> A builder class for configuring properties of SWT Table controls. -
Uses of Table in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons that return types with arguments of type TableModifier and TypeMethodDescriptionSelectElementFromTableButtonProperties.getColumns()SelectElementsFromTableButtonProperties.getColumns()SelectEmfElementFromTableButtonProperties.getColumns()Method parameters in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons with type arguments of type TableModifier and TypeMethodDescription -
Uses of Table in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return types with arguments of type TableModifier and TypeMethodDescriptionSelectElementsFromTableToolItemProperties.getColumnsForDialog()Returns the column configuration consumer for the selection dialog table.BiFunction<Table<V>, V, V> CopyElementToolItemProperties.getCustomCopyElementAction()Returns the custom copy element action function.CreateElementToolItemProperties.getCustomCreateElementAction()Returns the custom create element action function.BiConsumer<Table<V>, V> MoveDownElementToolItemProperties.getCustomMoveDownElementAction()Returns the custom move down element action consumer.BiConsumer<Table<V>, V> MoveUpElementToolItemProperties.getCustomMoveUpElementAction()Returns the custom move up element action consumer.RefreshToolItemProperties.getCustomRefreshAction()Returns the custom refresh action consumer.BiConsumer<Table<V>, List<V>> RemoveElementToolItemProperties.getCustomRemoveElementsAction()Returns the custom remove elements action consumer.BiConsumer<Table<V>, List<V>> TableCustomToolItemProperties.getHandler()Returns the custom handler function for this tool item.Method parameters in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems with type arguments of type TableModifier and TypeMethodDescriptionSets the column configuration for the selection dialog table.CopyElementToolItemProperties.customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) Sets a custom copy element action using a BiFunction that includes table context.CreateElementToolItemProperties.customCreateElementAction(Function<Table<V>, V> customCreateElementAction) Sets a custom create element action using a Function that includes table context.MoveDownElementToolItemProperties.customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) Sets a custom move down element action using a BiConsumer that includes table context.MoveUpElementToolItemProperties.customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) Sets a custom move up element action using a BiConsumer that includes table context.RefreshToolItemProperties.customRefreshAction(Consumer<Table<V>> customRefreshAction) Sets a custom refresh action using a Consumer that includes table context.RemoveElementToolItemProperties.customRemoveElementsAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) Sets a custom remove elements action using a BiConsumer that includes table context.Sets the custom handler function for this tool item. -
Uses of Table in com.amalgamasimulation.desktop.ui.tables
Subclasses of Table in com.amalgamasimulation.desktop.ui.tablesModifier and TypeClassDescriptionclassTable with editable dataclassEMFTable<T>Table with editable data and a special set of functions for editing EMF data (EObject)Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type TableModifier and TypeMethodDescriptionstatic <T> Tables.ParentBuilder<T, Table<T>> Creates and returns a table without the ability to edit dataConstructors in com.amalgamasimulation.desktop.ui.tables with parameters of type TableModifierConstructorDescriptionTableViewAdapter(Table<T> tableView, org.eclipse.swt.widgets.Display display, List<T> data, ColumnViewAdapter.TypeCheckBox typeCheckBox, boolean syncUpdate, boolean virtual, boolean showRowHeader, UnaryOperator<Object[]> filter) -
Uses of Table in com.amalgamasimulation.desktop.ui.views
Subclasses of Table in com.amalgamasimulation.desktop.ui.viewsModifier and TypeClassDescriptionclassTableView<T>Deprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0Fields in com.amalgamasimulation.desktop.ui.views declared as TableModifier and TypeFieldDescriptionprotected Table<com.amalgamasimulation.emf.excel.ExcelDiagnostic> ResourceErrorsView.tableViewMethods in com.amalgamasimulation.desktop.ui.views that return TableModifier and TypeMethodDescriptionTable<com.amalgamasimulation.emf.excel.ExcelDiagnostic> ResourceErrorsView.getTableView()Method parameters in com.amalgamasimulation.desktop.ui.views with type arguments of type TableModifier and TypeMethodDescriptionViewerColumnDescriptor.setSelectionButtonEditingSupport(String title, org.eclipse.core.databinding.observable.list.IObservableList<E> values, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, Consumer<Table<E>> columns) Deprecated.Use the builder object returned by theEmfColumn.emfObjectSelectionDialogEditor()method insteadViewerColumnDescriptor.setSelectionButtonEditingSupport(String title, org.eclipse.core.databinding.observable.list.IObservableList<E> values, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, Consumer<Table<E>> columns, BiConsumer<T, E> setter) Deprecated.Use the builder object returned by theEmfColumn.emfObjectSelectionDialogEditor()method insteadViewerColumnDescriptor.setSelectionButtonEditingSupport(String title, org.eclipse.core.databinding.observable.list.IObservableList<E> values, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, Consumer<Table<E>> columns, Predicate<T> canEdit, BiConsumer<T, E> setter) Deprecated.Use the builder object returned by theEmfColumn.emfObjectSelectionDialogEditor()method insteadConstructors in com.amalgamasimulation.desktop.ui.views with parameters of type TableModifierConstructorDescriptionTableViewerColumnDescriptor(Class<TableViewerColumnDescriptor<T, E>> cl, Table<T> tableView, String name, int width, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor(Class<TableViewerColumnDescriptor<T, E>> cl, Table<T> tableView, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.