Uses of Interface
com.amalgamasimulation.desktop.ui.columndescriptors.IColumn
Packages that use IColumn
Package
Description
-
Uses of IColumn in com.amalgamasimulation.desktop.ui.columndescriptors
Classes in com.amalgamasimulation.desktop.ui.columndescriptors with type parameters of type IColumnModifier and TypeClassDescriptionclassClass that implements a set of functions for displaying datainterfaceColumn interface for displaying data.Subinterfaces of IColumn in com.amalgamasimulation.desktop.ui.columndescriptorsModifier and TypeInterfaceDescriptioninterfaceIEditableColumn<T,V, R extends IEditableColumn<T, V, R>> Column interface for editing data.interfaceIEMFColumn<T,V, R extends IEMFColumn<T, V, R>> Column interface for editing EObject data.Classes in com.amalgamasimulation.desktop.ui.columndescriptors that implement IColumnModifier and TypeClassDescriptionclassClass that implements a set of functions for displaying dataclassEditableColumn<T,V, R extends IEditableColumn<T, V, R>> Class that implements a set of functions for editing dataclassEmfColumn<T,V, R extends IEMFColumn<T, V, R>> Class that implements the special set of functions for editing EObject data.classTableColumn<T,V> classTreeColumn<T,V> -
Uses of IColumn in com.amalgamasimulation.desktop.ui.tables
Methods in com.amalgamasimulation.desktop.ui.tables with type parameters of type IColumnModifier and TypeMethodDescriptionTable.removeColumn(R viewerColumnDescriptor) Removes the specified column from the table.Methods in com.amalgamasimulation.desktop.ui.tables that return IColumnModifier and TypeMethodDescriptionCreates a new column with the specified value extractor function.Creates a new column with the specified value extractor function at the given index.Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type IColumnModifier and TypeMethodDescriptionTable.getViewerColumnDescriptors()Tree.getViewerColumnDescriptors()Methods in com.amalgamasimulation.desktop.ui.tables with parameters of type IColumnModifier and TypeMethodDescriptionprotected List<ColumnViewAdapter.MenuItemDescriptor> EMFTable.getEditingMenuItems(IColumn<T, ?, ?> column, T clickedElement) protected List<ColumnViewAdapter.MenuItemDescriptor> Table.getEditingMenuItems(IColumn<T, ?, ?> column, T clickedElement) protected List<ColumnViewAdapter.MenuItemDescriptor> TableViewAdapter.getEditingTableMenuItems(IColumn<T, ?, ?> column, T clickedElement) -
Uses of IColumn in com.amalgamasimulation.desktop.ui.views
Classes in com.amalgamasimulation.desktop.ui.views that implement IColumnModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0classDeprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0classViewerColumnDescriptor<T,E, R extends ViewerColumnDescriptor<T, E, R>> Deprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0Methods in com.amalgamasimulation.desktop.ui.views with type parameters of type IColumnModifier and TypeMethodDescriptionColumnViewAdapter.addColumn(R viewerColumnDescriptor, BiFunction<T, E, String> labelExtractor) ColumnViewAdapter.addColumn(R viewerColumnDescriptor, BiFunction<T, E, String> labelExtractor, int index) Methods in com.amalgamasimulation.desktop.ui.views that return IColumnModifier and TypeMethodDescriptionColumnViewAdapter.ContextMenuArgs.column()Returns the value of thecolumnrecord component.Methods in com.amalgamasimulation.desktop.ui.views that return types with arguments of type IColumnModifier and TypeMethodDescriptionColumnViewAdapter.getViewerColumnDescriptors()ColumnViewAdapter.getVisibleColumns()Methods in com.amalgamasimulation.desktop.ui.views with parameters of type IColumnModifier and TypeMethodDescriptionprotected List<ColumnViewAdapter.MenuItemDescriptor> TableView.getEditingMenuItems(IColumn<T, ?, ?> column, T clickedElement) Deprecated, for removal: This API element is subject to removal in a future version.protected List<ColumnViewAdapter.MenuItemDescriptor> ColumnViewAdapter.getEditingTableMenuItems(IColumn<T, ?, ?> column, T clickedElement) voidColumnViewAdapter.invalidatePseudoHistogram(IColumn<T, ?, ?> viewerColumnDescriptor) voidColumnViewAdapter.removeColumn(IColumn<T, ?, ?> viewerColumnDescriptor) Constructors in com.amalgamasimulation.desktop.ui.views with parameters of type IColumnModifierConstructorDescriptionContextMenuArgs(org.eclipse.swt.widgets.Menu menu, T item, IColumn<T, ?, ?> column) Creates an instance of aContextMenuArgsrecord class.