Uses of Interface
org.eclipse.nebula.widgets.nattable.config.IConfigRegistry
Packages that use IConfigRegistry
Package
Description
-
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable
Methods in org.eclipse.nebula.widgets.nattable that return IConfigRegistryMethods in org.eclipse.nebula.widgets.nattable with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidNatTable.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) NatTable.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) voidNatTable.setConfigRegistry(IConfigRegistry configRegistry) Sets theIConfigRegistrythat should be used to hold the configurations. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.blink
Methods in org.eclipse.nebula.widgets.nattable.blink with parameters of type IConfigRegistryModifier and TypeMethodDescriptionString[]BlinkingCellResolver.resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue) String[]IBlinkingCellResolver.resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue) Constructors in org.eclipse.nebula.widgets.nattable.blink with parameters of type IConfigRegistryModifierConstructorDescriptionBlinkLayer(IUniqueIndexLayer dataLayer, IRowDataProvider<T> listDataProvider, IRowIdAccessor<T> rowIdAccessor, IColumnPropertyResolver columnPropertyResolver, IConfigRegistry configRegistry) BlinkLayer(IUniqueIndexLayer dataLayer, IRowDataProvider<T> listDataProvider, IRowIdAccessor<T> rowIdAccessor, IColumnPropertyResolver columnPropertyResolver, IConfigRegistry configRegistry, boolean triggerBlinkOnRowUpdate) BlinkLayer(IUniqueIndexLayer dataLayer, IRowDataProvider<T> listDataProvider, IRowIdAccessor<T> rowIdAccessor, IColumnPropertyResolver columnPropertyResolver, IConfigRegistry configRegistry, boolean triggerBlinkOnRowUpdate, ScheduledExecutorService scheduler) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.config
Classes in org.eclipse.nebula.widgets.nattable.config that implement IConfigRegistryMethods in org.eclipse.nebula.widgets.nattable.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidAbstractLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) voidAbstractUiBindingConfiguration.configureRegistry(IConfigRegistry configRegistry) voidAggregateConfiguration.configureRegistry(IConfigRegistry configRegistry) voidDefaultNatTableStyleConfiguration.configureRegistry(IConfigRegistry configRegistry) voidIConfiguration.configureRegistry(IConfigRegistry configRegistry) Configure NatTable'sIConfigRegistryupon receiving this callback.abstract booleanContextualEditableRule.isEditable(ILayerCell cell, IConfigRegistry configRegistry) booleanEditableRule.isEditable(ILayerCell cell, IConfigRegistry configRegistry) booleanIEditableRule.isEditable(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.copy.command
Fields in org.eclipse.nebula.widgets.nattable.copy.command declared as IConfigRegistryMethods in org.eclipse.nebula.widgets.nattable.copy.command that return IConfigRegistryMethods in org.eclipse.nebula.widgets.nattable.copy.command with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected booleanInternalPasteDataCommandHandler.isPasteAllowed(ILayerCell sourceCell, ILayerCell targetCell, IConfigRegistry configRegistry) Checks if the cell at the target coordinates supports the paste operation or not.Constructors in org.eclipse.nebula.widgets.nattable.copy.command with parameters of type IConfigRegistryModifierConstructorDescriptionCopyDataToClipboardCommand(String cellDelimeter, String rowDelimeter, IConfigRegistry configRegistry) PasteDataCommand(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.data.convert
Methods in org.eclipse.nebula.widgets.nattable.data.convert with parameters of type IConfigRegistryModifier and TypeMethodDescriptionabstract ObjectContextualDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) DisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) IDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) Convert backing data value to value to be displayed.abstract ObjectContextualDisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) DisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) IDisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) Convert from display value to value in the backing data structure. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.data.validate
Methods in org.eclipse.nebula.widgets.nattable.data.validate with parameters of type IConfigRegistryModifier and TypeMethodDescriptionabstract booleanContextualDataValidator.validate(ILayerCell cell, IConfigRegistry configRegistry, Object newValue) booleanDataValidator.validate(ILayerCell cell, IConfigRegistry configRegistry, Object newValue) booleanIDataValidator.validate(ILayerCell cell, IConfigRegistry configRegistry, Object newValue) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.datachange.config
Methods in org.eclipse.nebula.widgets.nattable.datachange.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultDataChangeConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.edit
Methods in org.eclipse.nebula.widgets.nattable.edit with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic booleanEditConfigHelper.activateEditorOnTraversal(IConfigRegistry configRegistry, List<String> configLabels) Determines whether the editor that is about to be opened via traversal or after commit selection movement should be opened or not.static voidEditController.editCell(ILayerCell cell, org.eclipse.swt.widgets.Composite parent, Object initialCanonicalValue, IConfigRegistry configRegistry) Activates the edit mode for the given cell.static voidEditController.editCells(Collection<ILayerCell> cells, org.eclipse.swt.widgets.Composite parent, Object initialCanonicalValue, IConfigRegistry configRegistry) This method is used to edit cells in a sub dialog.static IEditErrorHandlerEditConfigHelper.getEditErrorHandler(IConfigRegistry configRegistry, ConfigAttribute<IEditErrorHandler> configAttribute, List<String> configLabels) Searches for the registeredIEditErrorHandlerthat should be used by this editor.static booleanEditConfigHelper.openAdjacentEditor(IConfigRegistry configRegistry, List<String> configLabels) Determines behavior after committing the value of this editor in combination with selection movement.static booleanEditConfigHelper.openInline(IConfigRegistry configRegistry, List<String> configLabels) Determines whether the editor should be opened inline or using a dialog.static booleanEditConfigHelper.supportMultiEdit(IConfigRegistry configRegistry, List<String> configLabels) Determines whether this editor supports multi edit behavior or not. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.edit.command
Methods in org.eclipse.nebula.widgets.nattable.edit.command that return IConfigRegistryModifier and TypeMethodDescriptionDeleteSelectionCommand.getConfigRegistry()EditCellCommand.getConfigRegistry()EditSelectionCommand.getConfigRegistry()Methods in org.eclipse.nebula.widgets.nattable.edit.command with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic booleanEditUtils.activateLastSelectedCellEditor(SelectionLayer selectionLayer, IConfigRegistry configRegistry, boolean byTraversal) static booleanEditUtils.allCellsEditable(Collection<ILayerCell> selectedCells, IConfigRegistry configRegistry) For every selected cell it is checked whether the cell is editable or not.static booleanEditUtils.allCellsEditable(SelectionLayer selectionLayer, IConfigRegistry configRegistry) For every cell that is selected it is checked whether the cell is editable or not.static booleanEditUtils.allCellsEditable(SelectionLayer selectionLayer, IUniqueIndexLayer upperLayer, IConfigRegistry configRegistry) For every cell that is selected it is checked whether the cell is editable or not.protected Collection<ILayerCell>EditSelectionCommandHandler.getCellsForEditing(SelectionLayer selectionLayer, IUniqueIndexLayer upperLayer, IConfigRegistry configRegistry, boolean byTraversal) Retrieve the cells that should be edited.static Collection<ILayerCell>EditUtils.getEditableCellsInSelection(SelectionLayer selectionLayer, IConfigRegistry configRegistry) Returns all cells from theSelectionLayerthat are selected AND editable.static Collection<ILayerCell>EditUtils.getEditableCellsInSelection(SelectionLayer selectionLayer, IUniqueIndexLayer upperLayer, IConfigRegistry configRegistry) Returns all cells from theSelectionLayerthat are selected AND editable.static ICellEditorEditUtils.getLastSelectedCellEditor(SelectionLayer selectionLayer, IConfigRegistry configRegistry) protected booleanEditSelectionCommandHandler.handleOnlyAllSelectedEditable(IConfigRegistry configRegistry) Return whether a multi-edit should only be allowed if all selected cells are editable, or if the non-editable cells should be simply ignored.static booleanEditUtils.isCellEditable(PositionCoordinate cellCoords, IConfigRegistry configRegistry) Checks if the cell at the specified coordinates is editable or not.static booleanEditUtils.isCellEditable(ILayerCell layerCell, IConfigRegistry configRegistry) Checks if the givenILayerCellis editable or not.static booleanEditUtils.isConverterSame(Collection<ILayerCell> selectedCells, IConfigRegistry configRegistry) Checks if all selected cells have the sameIDisplayConverterconfigured.static booleanEditUtils.isConverterSame(SelectionLayer selectionLayer, IConfigRegistry configRegistry) Checks if all selected cells have the sameIDisplayConverterconfigured.static booleanEditUtils.isConverterSame(SelectionLayer selectionLayer, IUniqueIndexLayer upperLayer, IConfigRegistry configRegistry) Checks if all selected cells have the sameIDisplayConverterconfigured.static booleanEditUtils.isEditorSame(Collection<ILayerCell> selectedCells, IConfigRegistry configRegistry) Checks if all selected cells have the sameICellEditorconfigured.static booleanEditUtils.isEditorSame(SelectionLayer selectionLayer, IConfigRegistry configRegistry) Checks if all selected cells have the sameICellEditorconfigured.static booleanEditUtils.isEditorSame(SelectionLayer selectionLayer, IUniqueIndexLayer upperLayer, IConfigRegistry configRegistry) Checks if all selected cells have the sameICellEditorconfigured.Constructors in org.eclipse.nebula.widgets.nattable.edit.command with parameters of type IConfigRegistryModifierConstructorDescriptionDeleteSelectionCommand(IConfigRegistry configRegistry) EditCellCommand(org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry, ILayerCell cell) EditSelectionCommand(org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry) EditSelectionCommand(org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry, boolean byTraversal) EditSelectionCommand(org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry, Character character) EditSelectionCommand(org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry, Character character, boolean byTraversal) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.edit.config
Methods in org.eclipse.nebula.widgets.nattable.edit.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultEditConfiguration.configureRegistry(IConfigRegistry configRegistry) voidRenderErrorHandling.displayError(ICellEditor cellEditor, IConfigRegistry configRegistry, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.edit.editor
Fields in org.eclipse.nebula.widgets.nattable.edit.editor declared as IConfigRegistryModifier and TypeFieldDescriptionprotected IConfigRegistryAbstractCellEditor.configRegistryTheIConfigRegistrycontaining the configuration of the current NatTable instance.Methods in org.eclipse.nebula.widgets.nattable.edit.editor with parameters of type IConfigRegistryModifier and TypeMethodDescriptionfinal org.eclipse.swt.widgets.ControlAbstractCellEditor.activateCell(org.eclipse.swt.widgets.Composite parent, Object originalCanonicalValue, EditModeEnum editMode, ICellEditHandler editHandler, ILayerCell cell, IConfigRegistry configRegistry) org.eclipse.swt.widgets.ControlICellEditor.activateCell(org.eclipse.swt.widgets.Composite parent, Object originalCanonicalValue, EditModeEnum editMode, ICellEditHandler editHandler, ILayerCell cell, IConfigRegistry configRegistry) This method will be called by the framework to activate this cell editor.booleanAbstractCellEditor.activateOnTraversal(IConfigRegistry configRegistry, List<String> configLabels) booleanCheckBoxCellEditor.activateOnTraversal(IConfigRegistry configRegistry, List<String> configLabels) booleanICellEditor.activateOnTraversal(IConfigRegistry configRegistry, List<String> configLabels) This method is asked on tab traversal whether thisICellEditorshould be automatically activated or not.voidAbstractEditErrorHandler.displayError(ICellEditor cellEditor, IConfigRegistry configRegistry, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.default voidIEditErrorHandler.displayError(ICellEditor cellEditor, IConfigRegistry configRegistry, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.booleanAbstractCellEditor.openInline(IConfigRegistry configRegistry, List<String> configLabels) booleanICellEditor.openInline(IConfigRegistry configRegistry, List<String> configLabels) Determines whether the editor should be opened inline or using a dialog.booleanAbstractCellEditor.supportMultiEdit(IConfigRegistry configRegistry, List<String> configLabels) booleanICellEditor.supportMultiEdit(IConfigRegistry configRegistry, List<String> configLabels) Determines whether this editor supports multi edit behavior or not. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.edit.event
Methods in org.eclipse.nebula.widgets.nattable.edit.event that return IConfigRegistryConstructors in org.eclipse.nebula.widgets.nattable.edit.event with parameters of type IConfigRegistryModifierConstructorDescriptionInlineCellEditEvent(PositionCoordinate cellCoordinate, org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry, Object initialValue) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.edit.gui
Fields in org.eclipse.nebula.widgets.nattable.edit.gui declared as IConfigRegistryModifier and TypeFieldDescriptionprotected IConfigRegistryAbstractDialogCellEditor.configRegistryTheIConfigRegistrycontaining the configuration of the current NatTable instance.protected final IConfigRegistryCellEditDialog.configRegistryTheIConfigRegistrycontaining the configuration of the current NatTable instance the command should be executed for.Methods in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type IConfigRegistryModifier and TypeMethodDescriptionorg.eclipse.swt.widgets.ControlAbstractDialogCellEditor.activateCell(org.eclipse.swt.widgets.Composite parent, Object originalCanonicalValue, EditModeEnum editMode, ICellEditHandler editHandler, ILayerCell cell, IConfigRegistry configRegistry) booleanAbstractDialogCellEditor.activateOnTraversal(IConfigRegistry configRegistry, List<String> configLabels) static ICellEditDialogCellEditDialogFactory.createCellEditDialog(org.eclipse.swt.widgets.Shell parentShell, Object originalCanonicalValue, ILayerCell cell, ICellEditor cellEditor, IConfigRegistry configRegistry) Will determine and return theICellEditDialogto open for editing a cell value.booleanAbstractDialogCellEditor.openInline(IConfigRegistry configRegistry, List<String> configLabels) booleanAbstractDialogCellEditor.supportMultiEdit(IConfigRegistry configRegistry, List<String> configLabels) Constructors in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type IConfigRegistryModifierConstructorDescriptionCellEditDialog(org.eclipse.swt.widgets.Shell parentShell, Object originalCanonicalValue, ILayerCell cell, ICellEditor cellEditor, IConfigRegistry configRegistry) TickUpdateCellEditDialog(org.eclipse.swt.widgets.Shell parentShell, Object originalCanonicalValue, ILayerCell cell, ICellEditor cellEditor, IConfigRegistry configRegistry, ITickUpdateHandler tickUpdateHandler) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.examples._800_Integration
Constructors in org.eclipse.nebula.widgets.nattable.examples._800_Integration with parameters of type IConfigRegistryModifierConstructorDescriptionGlazedListsEditorColumnHeaderLayerStack(IDataProvider dataProvider, org.eclipse.nebula.widgets.nattable.examples._800_Integration._804_GlazedListsEditorExample.GlazedListsEditorBodyLayerStack<T> bodyLayerStack, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.examples.examples._100_Layers._101_Header
Methods in org.eclipse.nebula.widgets.nattable.examples.examples._100_Layers._101_Header with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDynamicColumnHeaderHeightExample.FilterRowCustomConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.examples.examples._102_Configuration
Methods in org.eclipse.nebula.widgets.nattable.examples.examples._102_Configuration with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidAutomaticRowHeightExample.ValidationMessageTableStyleConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.examples.examples._131_Filtering
Methods in org.eclipse.nebula.widgets.nattable.examples.examples._131_Filtering with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidFilterRowGridExample.FilterRowCustomConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.examples.fixtures
Methods in org.eclipse.nebula.widgets.nattable.examples.fixtures with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidStyledColumnHeaderConfiguration.configureRegistry(IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.examples.fixtures with parameters of type IConfigRegistryModifierConstructorDescriptionColumnStructureUpdatesExampleGridLayer(ca.odell.glazedlists.EventList<T> eventList, String[] propertyNames, Map<String, String> propertyToLabelMap, IConfigRegistry configRegistry) ColumnStructureUpdatesExampleGridLayer(ca.odell.glazedlists.EventList<T> eventList, String[] propertyNames, Map<String, String> propertyToLabelMap, IConfigRegistry configRegistry, boolean useDefaultConfiguration) FilterRowExampleGridLayer(IConfigRegistry configRegistry) FullFeaturedBodyLayerStack(ca.odell.glazedlists.EventList<T> eventList, IRowIdAccessor<T> rowIdAccessor, String[] propertyNames, IConfigRegistry configRegistry, ColumnGroupModel columnGroupModel) FullFeaturedBodyLayerStack(ca.odell.glazedlists.EventList<T> eventList, IRowIdAccessor<T> rowIdAccessor, String[] propertyNames, IConfigRegistry configRegistry, ColumnGroupModel columnGroupModel, boolean useDefaultConfiguration) FullFeaturedColumnHeaderLayerStack(ca.odell.glazedlists.SortedList<T> sortedList, ca.odell.glazedlists.FilterList<T> filterList, String[] propertyNames, Map<String, String> propertyToLabelMap, ILayer bodyLayer, SelectionLayer selectionLayer, ColumnGroupModel columnGroupModel, IConfigRegistry configRegistry) GlazedListsColumnHeaderLayerStack(String[] propertyNames, Map<String, String> propertyToLabelMap, ca.odell.glazedlists.SortedList<T> sortedList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry, DefaultBodyLayerStack bodyLayerStack) GlazedListsColumnHeaderLayerStack(IDataProvider dataProvider, ca.odell.glazedlists.SortedList<T> sortedList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry, DefaultBodyLayerStack bodyLayerStack) GlazedListsGridLayer(ca.odell.glazedlists.EventList<T> eventList, String[] propertyNames, Map<String, String> propertyToLabelMap, IConfigRegistry configRegistry) GlazedListsGridLayer(ca.odell.glazedlists.EventList<T> eventList, String[] propertyNames, Map<String, String> propertyToLabelMap, IConfigRegistry configRegistry, boolean useDefaultConfiguration) GlazedListsGridLayer(ca.odell.glazedlists.EventList<T> eventList, IColumnPropertyAccessor<T> columnPropertyAccessor, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) StaticFilterExampleGridLayer(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export
Methods in org.eclipse.nebula.widgets.nattable.export with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidILayerExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) Exports one cell.protected voidNatExporter.exportLayer(ILayerExporter exporter, OutputStream outputStream, String layerName, ILayer layer, IConfigRegistry configRegistry) Exports the given layer to the outputStream using the provided exporter.protected voidNatExporter.exportLayer(ILayerExporter exporter, OutputStream outputStream, String layerName, ILayer layer, IConfigRegistry configRegistry, boolean initExportLayer) Exports the given layer to the outputStream using the provided exporter.protected voidNatExporter.exportLayer(ILayerExporter exporter, OutputStream outputStream, org.eclipse.core.runtime.IProgressMonitor monitor, String layerName, ILayer layer, IConfigRegistry configRegistry, boolean initExportLayer) /** Exports the given layer to the outputStream using the provided exporter.protected voidNatExporter.exportLayer(ITableExporter exporter, OutputStream outputStream, org.eclipse.core.runtime.IProgressMonitor monitor, ILayer layer, IConfigRegistry configRegistry) protected voidNatExporter.exportLayer(ITableExporter exporter, OutputStream outputStream, ILayer layer, IConfigRegistry configRegistry) voidNatExporter.exportSingleLayer(ILayerExporter exporter, ILayer layer, IConfigRegistry configRegistry) Exports a singleILayerusing the givenILayerExporter.voidNatExporter.exportSingleLayer(ILayer layer, IConfigRegistry configRegistry) Exports a singleILayerusing theILayerExporterregistered in theIConfigRegistryfor the keyExportConfigAttributes.EXPORTER.voidNatExporter.exportSingleTable(ITableExporter exporter, ILayer layer, IConfigRegistry configRegistry) Exports a singleILayerusing the givenITableExporter.voidNatExporter.exportSingleTable(ILayer layer, IConfigRegistry configRegistry) Exports a singleILayerusing theILayerExporterregistered in theIConfigRegistryfor the keyExportConfigAttributes.EXPORTER.voidITableExporter.exportTable(org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.widgets.ProgressBar progressBar, OutputStream outputStream, ILayer layer, IConfigRegistry configRegistry) Export a givenILayerto the givenOutputStream.IExportFormatter.formatForExport(ILayerCell cell, IConfigRegistry configRegistry) protected voidNatExporter.prepareExportProcess(ILayer layer, IConfigRegistry configRegistry) Prepare the table for the export process. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export.command
Methods in org.eclipse.nebula.widgets.nattable.export.command that return IConfigRegistryModifier and TypeMethodDescriptionExportCommand.getConfigRegistry()ExportTableCommand.getConfigRegistry()Constructors in org.eclipse.nebula.widgets.nattable.export.command with parameters of type IConfigRegistryModifierConstructorDescriptionExportCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell) Creates a newExportCommand.ExportCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell, boolean executeSynchronously) Creates a newExportCommand.ExportCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell, boolean executeSynchronously, boolean useProgressDialog) Creates a newExportCommand.ExportCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell, boolean executeSynchronously, boolean useProgressDialog, ILayerExporter exporter) Creates a newExportCommand.ExportTableCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export.config
Methods in org.eclipse.nebula.widgets.nattable.export.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultExportBindings.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export.csv
Methods in org.eclipse.nebula.widgets.nattable.export.csv with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidCsvExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export.excel
Methods in org.eclipse.nebula.widgets.nattable.export.excel with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidExcelExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) DefaultExportFormatter.formatForExport(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export.image
Methods in org.eclipse.nebula.widgets.nattable.export.image with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidImageExporter.exportTable(org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.widgets.ProgressBar progressBar, OutputStream outputStream, ILayer layer, IConfigRegistry configRegistry) Export the given layer of the nattable to image. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.export.image.config
Methods in org.eclipse.nebula.widgets.nattable.export.image.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultImageExportBindings.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.extension.glazedlists
Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists declared as IConfigRegistryModifier and TypeFieldDescriptionprotected final IConfigRegistryGlazedListsSortModel.configRegistryConstructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists with parameters of type IConfigRegistryModifierConstructorDescriptionGlazedListsSortModel(ca.odell.glazedlists.SortedList<T> sortedList, IColumnAccessor<T> columnAccessor, IColumnPropertyResolver columnPropertyResolver, IConfigRegistry configRegistry, ILayer dataLayer) GlazedListsSortModel(ca.odell.glazedlists.SortedList<T> sortedList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry, ILayer dataLayer) NatColumnTableFormat(IColumnAccessor<R> columnAccessor, IColumnPropertyResolver columnPropertyResolver, IConfigRegistry configRegistry, ILayer columnHeaderDataLayer) NatColumnTableFormat(IColumnPropertyAccessor<R> columnPropertyAccessor, IConfigRegistry configRegistry, ILayer dataLayer) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow
Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow declared as IConfigRegistryModifier and TypeFieldDescriptionprotected final IConfigRegistryDefaultGlazedListsFilterStrategy.configRegistryConstructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow with parameters of type IConfigRegistryModifierConstructorDescriptionComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, IColumnAccessor<T> bodyDataColumnAccessor, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor, ILayer bodyLayer, Collection<T> baseCollection, IColumnAccessor<T> bodyDataColumnAccessor, boolean lazyLoading, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor, ILayer bodyLayer, Collection<T> baseCollection, IColumnAccessor<T> bodyDataColumnAccessor, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, IColumnAccessor<T> bodyDataColumnAccessor, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, IColumnAccessor<T> bodyDataColumnAccessor, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, ILayer bodyLayer, Collection<T> baseCollection, IColumnAccessor<T> bodyDataColumnAccessor, boolean lazyLoading, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, ILayer bodyLayer, Collection<T> baseCollection, IColumnAccessor<T> bodyDataColumnAccessor, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ca.odell.glazedlists.FilterList<T> filterList, ILayer bodyLayer, Collection<T> baseCollection, IColumnAccessor<T> bodyDataColumnAccessor, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ComboBoxGlazedListsFilterStrategy<T> filterStrategy, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ComboBoxGlazedListsFilterStrategy<T> filterStrategy, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ILayer columnHeaderLayer, FilterRowDataLayer<T> filterRowDataLayer, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxGlazedListsFilterStrategy(FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ca.odell.glazedlists.FilterList<T> filterList, ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) ComboBoxGlazedListsFilterStrategy(FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ca.odell.glazedlists.FilterList<T> filterList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) ComboBoxGlazedListsWithExcludeFilterStrategy(FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ca.odell.glazedlists.FilterList<T> filterList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) DefaultGlazedListsFilterStrategy(ca.odell.glazedlists.FilterList<T> filterList, ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) Create a new DefaultGlazedListsFilterStrategy on top of the given FilterList using the given CompositeMatcherEditor.DefaultGlazedListsFilterStrategy(ca.odell.glazedlists.FilterList<T> filterList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) Create a new DefaultGlazedListsFilterStrategy on top of the given FilterList.DefaultGlazedListsStaticFilterStrategy(ca.odell.glazedlists.FilterList<T> filterList, ca.odell.glazedlists.matchers.CompositeMatcherEditor<T> matcherEditor, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) Create a new DefaultGlazedListsStaticFilterStrategy on top of the given FilterList using the given CompositeMatcherEditor.DefaultGlazedListsStaticFilterStrategy(ca.odell.glazedlists.FilterList<T> filterList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) Create a new DefaultGlazedListsStaticFilterStrategy on top of the given FilterList. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type IConfigRegistryModifier and TypeMethodDescriptionGroupByDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) protected voidDefaultGroupByThemeExtension.configureGroupByHeaderBackgroundColor(IConfigRegistry configRegistry) Registering the background color for the GroupBy header region.protected voidDefaultGroupByThemeExtension.configureGroupByHint(IConfigRegistry configRegistry) Method to configure the styling of the GroupBy hint in the GroupBy header.protected voidDefaultGroupByThemeExtension.configureGroupByObjectSelectionStyle(IConfigRegistry configRegistry) Registering the style configuration for the selected GroupBy objects.protected voidDefaultGroupByThemeExtension.configureGroupByObjectStyle(IConfigRegistry configRegistry) Registering the style configuration for the GroupBy objects.protected voidDefaultGroupByThemeExtension.configureGroupByStyle(IConfigRegistry configRegistry) Registering the style configuration for the GroupBy header region.protected voidDefaultGroupByThemeExtension.configureGroupBySummarySelectionStyle(IConfigRegistry configRegistry) Registering the style configuration for the selected GroupBy summary.protected voidDefaultGroupByThemeExtension.configureGroupBySummaryStyle(IConfigRegistry configRegistry) Registering the style configuration for the GroupBy summary.voidGroupByDataLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) voidGroupByHeaderConfiguration.configureRegistry(IConfigRegistry configRegistry) GroupByDisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) protected ObjectGroupByDisplayConverter.getDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) Searches for theIDisplayConverterto use for the givenILayerCelland converts the given canonical value to the display value using the found converter.intGroupByHeaderPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intGroupByHeaderPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) voidGroupByHeaderPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidDefaultGroupByThemeExtension.registerStyles(IConfigRegistry configRegistry) voidDefaultGroupByThemeExtension.unregisterStyles(IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type IConfigRegistryModifierConstructorDescriptionGroupByDataLayer(GroupByModel groupByModel, ca.odell.glazedlists.EventList<T> eventList, IColumnAccessor<T> columnAccessor, ca.odell.glazedlists.TreeList.ExpansionModel<Object> expansionModel, IConfigRegistry configRegistry, boolean smoothUpdates, boolean useDefaultConfiguration) Create a newGroupByDataLayerwith the given configuration.GroupByDataLayer(GroupByModel groupByModel, ca.odell.glazedlists.EventList<T> eventList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry) Create a newGroupByDataLayerwith the given configuration that: uses the defaultGroupByExpansionModelwhich shows all nodes initially expanded has smoothUpdates enabled which leads to showing the summary values that were calculated before until the new value calculation is done uses the defaultGroupByDataLayerConfigurationGroupByDataLayer(GroupByModel groupByModel, ca.odell.glazedlists.EventList<T> eventList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Create a newGroupByDataLayerwith the given configuration that: uses the defaultGroupByExpansionModelwhich shows all nodes initially expanded has smoothUpdates enabled which leads to showing the summary values that were calculated before until the new value calculation is doneGroupByDataLayer(GroupByModel groupByModel, ca.odell.glazedlists.EventList<T> eventList, IColumnAccessor<T> columnAccessor, IConfigRegistry configRegistry, boolean smoothUpdates, boolean useDefaultConfiguration) Create a newGroupByDataLayerwith the given configuration that: uses the defaultGroupByExpansionModelwhich shows all nodes initially expanded -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration
Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration with parameters of type IConfigRegistryModifierConstructorDescriptionBodyLayerStackFixture(ca.odell.glazedlists.EventList<T> eventList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry) GlazedListsGridLayer(ca.odell.glazedlists.EventList<T> eventList, String[] propertyNames, Map<String, String> propertyToLabelMap, IConfigRegistry configRegistry) GlazedListsGridLayer(ca.odell.glazedlists.EventList<T> eventList, String[] propertyNames, Map<String, String> propertyToLabelMap, IConfigRegistry configRegistry, boolean useDefaultConfiguration) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext
Methods in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext with parameters of type IConfigRegistryModifier and TypeMethodDescriptionMarkupDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) MarkupDisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) protected StringRichTextCellPainter.getHtmlText(ILayerCell cell, IConfigRegistry configRegistry) Returns the HTML text for the data that should be shown in the givenILayerCell.intRichTextCellPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intRichTextCellPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) voidRichTextCellPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.extension.poi
Methods in org.eclipse.nebula.widgets.nattable.extension.poi with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidPoiExcelExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) protected StringPoiExcelExporter.getDataFormatString(Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) protected StringPoiExcelExporter.getDataFormatString(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.fillhandle
Methods in org.eclipse.nebula.widgets.nattable.fillhandle with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected BorderStyleFillHandleLayerPainter.getCopyBorderStyle(IConfigRegistry configRegistry) Get the border style that should be used to render the border for cells that are currently copied to theInternalCellClipboard.protected BorderStyleFillHandleLayerPainter.getHandleBorderStyle(IConfigRegistry configRegistry) Returns the border style that should be used to render the border of the fill handle.protected org.eclipse.swt.graphics.ColorFillHandleLayerPainter.getHandleColor(IConfigRegistry configRegistry) Returns the color that should be used to render the fill handle.protected BorderStyleFillHandleLayerPainter.getHandleRegionBorderStyle(IConfigRegistry configRegistry) Get the border style that should be used to render the border for cells that are currently part of the fill handle region.protected voidFillHandleLayerPainter.paintCopyBorder(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle pixelRectangle, IConfigRegistry configRegistry) protected voidFillHandleLayerPainter.paintFillHandle(ILayerCell fillHandleCell, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, IConfigRegistry configRegistry) voidFillHandleLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle pixelRectangle, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.fillhandle.command
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.command declared as IConfigRegistryModifier and TypeFieldDescriptionfinal IConfigRegistryFillHandlePasteCommand.configRegistryTheIConfigRegistryneeded to dynamically read configurations on command handling, e.g.Methods in org.eclipse.nebula.widgets.nattable.fillhandle.command with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected IntegerFillHandlePasteCommandHandler.calculateDateDiff(ILayerCell c1, ILayerCell c2, IConfigRegistry configRegistry) protected NumberFillHandlePasteCommandHandler.calculateHorizontalDiff(ILayerCell cell, int toRow, IConfigRegistry configRegistry) protected NumberFillHandlePasteCommandHandler.calculateVerticalDiff(ILayerCell cell, int toColumn, IConfigRegistry configRegistry) protected intFillHandlePasteCommandHandler.getIncrementDateField(ILayerCell cell, IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.fillhandle.command with parameters of type IConfigRegistryModifierConstructorDescriptionFillHandlePasteCommand(IConfigRegistry configRegistry) Create a FillHandlePasteCommand that triggers a copy operation.FillHandlePasteCommand(FillHandlePasteCommand.FillHandleOperation operation, SelectionLayer.MoveDirectionEnum direction, IConfigRegistry configRegistry) Create a FillHandlePasteCommand. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.filterrow
Methods in org.eclipse.nebula.widgets.nattable.filterrow with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageFilterIconPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.filterrow with parameters of type IConfigRegistryModifierConstructorDescriptionFilterRowDataLayer(IFilterStrategy<T> filterStrategy, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry) Creates aFilterRowDataLayerwith the default configurationDefaultFilterRowConfiguration.FilterRowDataLayer(IFilterStrategy<T> filterStrategy, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates aFilterRowDataLayer.FilterRowDataProvider(IFilterStrategy<T> filterStrategy, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry) FilterRowHeaderComposite(IFilterStrategy<T> filterStrategy, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry) Creates aFilterRowHeaderCompositewith a createdFilterRowDataLayer. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.filterrow.combobox
Methods in org.eclipse.nebula.widgets.nattable.filterrow.combobox with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidFilterRowComboBoxDataProvider.configureComparator(ILayer columnHeaderDataLayer, IConfigRegistry configRegistry) Set theIConfigRegistrythat should be used to retrieve the comparator to sort the filter collection.voidComboBoxFilterRowConfiguration.configureRegistry(IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ImageComboBoxFilterIconPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) static <T> booleanComboBoxFilterUtils.isFilterActive(FilterRowDataLayer<T> filterRowDataLayer, IComboBoxDataProvider comboBoxDataProvider, IConfigRegistry configRegistry) Checks if a filter is active.static booleanComboBoxFilterUtils.isFilterRowComboBoxCellEditor(IConfigRegistry configRegistry, int columnIndex) Check if the editor registered for the given column is aFilterRowComboBoxCellEditor. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.filterrow.config
Methods in org.eclipse.nebula.widgets.nattable.filterrow.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultFilterRowConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.formula
Methods in org.eclipse.nebula.widgets.nattable.formula with parameters of type IConfigRegistryModifier and TypeMethodDescriptionFormulaEditDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) FormulaEditDisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) protected BorderStyleCopySelectionLayerPainter.getCopyBorderStyle(IConfigRegistry configRegistry) Get the border style that should be used to render the border for cells that are currently copied to theInternalCellClipboard.voidCopySelectionLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle pixelRectangle, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.formula.config
Methods in org.eclipse.nebula.widgets.nattable.formula.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultFormulaConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.grid.layer
Methods in org.eclipse.nebula.widgets.nattable.grid.layer with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDimensionallyDependentLayer.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.grid.layer.config
Methods in org.eclipse.nebula.widgets.nattable.grid.layer.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected voidDefaultRowStyleConfiguration.configureEvenRowStyle(IConfigRegistry configRegistry) protected voidDefaultRowStyleConfiguration.configureOddRowStyle(IConfigRegistry configRegistry) voidDefaultRowStyleConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.group.config
Methods in org.eclipse.nebula.widgets.nattable.group.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultColumnGroupHeaderLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) voidDefaultRowGroupHeaderLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.group.painter
Methods in org.eclipse.nebula.widgets.nattable.group.painter with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageColumnGroupExpandCollapseImagePainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ImageRowGroupExpandCollapseImagePainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) intColumnGroupHeaderTextPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intColumnGroupHeaderTextPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) Preferred width is used during auto resize.intRowGroupHeaderTextPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.group.performance.config
Methods in org.eclipse.nebula.widgets.nattable.group.performance.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultColumnGroupHeaderLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) voidDefaultRowGroupHeaderLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.hideshow.indicator
Fields in org.eclipse.nebula.widgets.nattable.hideshow.indicator declared as IConfigRegistryModifier and TypeFieldDescriptionprotected IConfigRegistryHideIndicatorOverlayPainter.configRegistryTheIConfigRegistrythat should be used to retrieve the color to use for rendering the hide indicator.Methods in org.eclipse.nebula.widgets.nattable.hideshow.indicator with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidHideIndicatorOverlayPainter.setConfigRegistry(IConfigRegistry configRegistry) Sets theIConfigRegistryto this HideIndicatorOverlayPainter. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.hierarchical
Methods in org.eclipse.nebula.widgets.nattable.hierarchical with parameters of type IConfigRegistryModifier and TypeMethodDescriptionHierarchicalTreeLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.hierarchical.command
Methods in org.eclipse.nebula.widgets.nattable.hierarchical.command with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected booleanHierarchicalTreePasteDataCommandHandler.isPasteAllowed(ILayerCell sourceCell, ILayerCell targetCell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.hierarchical.config
Methods in org.eclipse.nebula.widgets.nattable.hierarchical.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected voidDefaultHierarchicalTreeLayerThemeExtension.configureAlternatingRowStyle(IConfigRegistry configRegistry) When creating aHierarchicalTreeLayer, using theDefaultHierarchicalTreeLayerConfiguration, theHierarchicalTreeAlternatingRowConfigLabelAccumulatoris configured for the body region to apply labels for alternating rows.protected voidDefaultHierarchicalTreeLayerThemeExtension.configureDefaultStyle(IConfigRegistry configRegistry) Register default style configurations.protected voidDefaultHierarchicalTreeLayerConfiguration.configureEditableRules(IConfigRegistry configRegistry) Configures the editable rules for the level header column cells and the collapsed childs.protected voidDefaultHierarchicalTreeLayerThemeExtension.configureLevelHeaderStyle(IConfigRegistry configRegistry) By default the levels in aHierarchicalTreeLayerare separated by additional level header columns.voidDefaultHierarchicalTreeLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) protected voidDefaultHierarchicalTreeLayerThemeExtension.configureTreeStyle(IConfigRegistry configRegistry) This method is used to register style configurations for a tree representation.voidDefaultHierarchicalTreeLayerThemeExtension.registerStyles(IConfigRegistry configRegistry) voidDefaultHierarchicalTreeLayerThemeExtension.unregisterStyles(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.layer
Methods in org.eclipse.nebula.widgets.nattable.layer with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidAbstractIndexLayerTransform.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) voidAbstractLayer.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) voidAbstractLayerTransform.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) voidCompositeLayer.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) voidILayer.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) Configure this layer, e.g.voidInvertedLayer.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) AbstractIndexLayerTransform.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) AbstractLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) AbstractLayerTransform.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) CompositeLayer.getCellPainter(int compositeColumnPosition, int compositeRowPosition, ILayerCell cell, IConfigRegistry configRegistry) ILayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) Return theICellPainterfor the givenILayerCellat the given coordinates out of the givenIConfigRegistry.InvertedLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) voidCompositeLayer.CompositeLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configuration) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.layer.cell
Methods in org.eclipse.nebula.widgets.nattable.layer.cell with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic StringCellDisplayConversionUtils.convertDataType(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.layer.config
Methods in org.eclipse.nebula.widgets.nattable.layer.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidColumnStyleChooserConfiguration.configureRegistry(IConfigRegistry configRegistry) voidDefaultColumnHeaderStyleConfiguration.configureRegistry(IConfigRegistry configRegistry) voidDefaultRowHeaderStyleConfiguration.configureRegistry(IConfigRegistry configRegistry) protected voidDefaultRowHeaderStyleConfiguration.configureRowHeaderCellPainter(IConfigRegistry configRegistry) protected voidDefaultRowHeaderStyleConfiguration.configureRowHeaderStyle(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.painter
Constructors in org.eclipse.nebula.widgets.nattable.painter with parameters of type IConfigRegistryModifierConstructorDescriptionNatTableBorderOverlayPainter(boolean renderAllBorderLines, IConfigRegistry configRegistry) Creates a NatTableBorderOverlayPainter that paints gray border lines by default.NatTableBorderOverlayPainter(IConfigRegistry configRegistry) Creates a NatTableBorderOverlayPainter that paints by default gray border lines to the top and to the left.NatTableBorderOverlayPainter(org.eclipse.swt.graphics.Color borderColor, boolean renderAllBorderLines, IConfigRegistry configRegistry) Creates a NatTableBorderOverlayPainter that paints border lines.NatTableBorderOverlayPainter(org.eclipse.swt.graphics.Color borderColor, IConfigRegistry configRegistry) Creates a NatTableBorderOverlayPainter that paints border lines to the top and to the left. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.painter.cell
Methods in org.eclipse.nebula.widgets.nattable.painter.cell with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.ColorBlendedBackgroundPainter.blendBackgroundColour(ILayerCell cell, IConfigRegistry configRegistry, org.eclipse.swt.graphics.RGB baseColor) Returns a background colour for the specified cell.protected StringAbstractTextPainter.convertDataType(ILayerCell cell, IConfigRegistry configRegistry) Convert the data value of the cell using theIDisplayConverterfrom theIConfigRegistryprotected BooleanCheckBoxPainter.convertDataType(ILayerCell cell, IConfigRegistry configRegistry) protected BooleanColumnHeaderCheckBoxPainter.convertDataType(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ColorBackgroundPainter.getBackgroundColour(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ColorBlendedBackgroundPainter.getBackgroundColour(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ColorGradientBackgroundPainter.getBackgroundColour(ILayerCell cell, IConfigRegistry configRegistry) Searches the background color to be used for gradient sweeping.AbstractCellPainter.getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) CellPainterWrapper.getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) ICellPainter.getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) ImagePainter.getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) intColumnHeaderCheckBoxPainter.getCheckedCellsCount(int columnPosition, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ColorGradientBackgroundPainter.getForeGroundColour(ILayerCell cell, IConfigRegistry configRegistry) Searches the foreground color to be used for gradient sweeping.protected org.eclipse.swt.graphics.ImageCheckBoxPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ImageColumnHeaderCheckBoxPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ImageImagePainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) protected org.eclipse.swt.graphics.ImageTreeCheckBoxPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) intBackgroundImagePainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intButtonCellPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCellPainterWrapper.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intICellPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) Get the preferred height of the cell when rendered by this painter.intImagePainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intTableCellPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intTextPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intVerticalTextImagePainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intVerticalTextPainter.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intBackgroundImagePainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intButtonCellPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCellPainterWrapper.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intICellPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) Get the preferred width of the cell when rendered by this painter.intImagePainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intTableCellPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intTextPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intVerticalTextImagePainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intVerticalTextPainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) protected intTableCellPainter.getSubCellHeight(ILayerCell subCell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) Get the height for the sub cell.org.eclipse.swt.graphics.RectangleCellPainterWrapper.getWrappedPainterBounds(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) protected booleanCheckBoxPainter.isChecked(ILayerCell cell, IConfigRegistry configRegistry) protected booleanColumnHeaderCheckBoxPainter.isChecked(ILayerCell cell, IConfigRegistry configRegistry) voidBackgroundImagePainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidBackgroundPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidButtonCellPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidCellPainterWrapper.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) voidGradientBackgroundPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidICellPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidImagePainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidPasswordTextPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidTableCellPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidTextPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidVerticalTextImagePainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidVerticalTextPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.painter.cell.decorator
Methods in org.eclipse.nebula.widgets.nattable.painter.cell.decorator with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected NumberPercentageBarDecorator.convertDataType(ILayerCell cell, IConfigRegistry configRegistry) Converts the data type to aNumber.protected org.eclipse.swt.graphics.ColorPaddingDecorator.getBackgroundColor(ILayerCell cell, IConfigRegistry configRegistry) Extract the background color that is registered for the given ILayerCell.org.eclipse.swt.graphics.RectangleCellPainterDecorator.getBaseCellPainterBounds(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) CellPainterDecorator.getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) PaddingDecorator.getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) org.eclipse.swt.graphics.RectangleCellPainterDecorator.getDecoratorCellPainterBounds(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) org.eclipse.swt.graphics.RectanglePaddingDecorator.getInteriorBounds(org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) Calculates the cell bounds that should be used for the internal painter out of the available bounds for this PaddingDecorator and the configured padding.intBeveledBorderDecorator.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCellPainterDecorator.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCustomLineBorderDecorator.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intLineBorderDecorator.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intPaddingDecorator.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intXPBackgroundDecorator.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intBeveledBorderDecorator.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCellPainterDecorator.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCustomLineBorderDecorator.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intLineBorderDecorator.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intPaddingDecorator.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intXPBackgroundDecorator.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) org.eclipse.swt.graphics.RectangleBeveledBorderDecorator.getWrappedPainterBounds(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidBeveledBorderDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) voidCellPainterDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) voidCustomLineBorderDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidLineBorderDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidPaddingDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) voidPercentageBarDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidXPBackgroundDecorator.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.painter.layer
Methods in org.eclipse.nebula.widgets.nattable.painter.layer with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected voidGridLineCellLayerPainter.drawGridLines(ILayer natLayer, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry, List<String> labels) protected voidNatGridLayerPainter.paintBackground(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) protected voidNatLayerPainter.paintBackground(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) protected voidCellLayerPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) voidCellLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle pixelRectangle, IConfigRegistry configRegistry) voidCompositeFreezeLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidGridLineCellLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) voidILayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configuration) voidNatLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) protected voidNatLayerPainter.paintOverlays(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle rectangle, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.print
Methods in org.eclipse.nebula.widgets.nattable.print with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidLayerPrinter.addPrintTarget(ILayer layer, IConfigRegistry configRegistry) Adds the givenILayeras print target.voidLayerPrinter.addPrintTarget(ILayer layer, ILayer repeatHeaderLayer, IConfigRegistry configRegistry) Adds the givenILayeras print target.protected Integer[]LayerPrinter.getGridLineWidth(IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.print with parameters of type IConfigRegistryModifierConstructorDescriptionLayerPrinter(ILayer layer, IConfigRegistry configRegistry) LayerPrinter(ILayer layer, IConfigRegistry configRegistry, boolean repeat) LayerPrinter(ILayer layer, ILayer repeatHeaderLayer, IConfigRegistry configRegistry) LayerPrinter(ILayer layer, ILayer repeatHeaderLayer, IConfigRegistry configRegistry, boolean repeat) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.print.command
Methods in org.eclipse.nebula.widgets.nattable.print.command that return IConfigRegistryConstructors in org.eclipse.nebula.widgets.nattable.print.command with parameters of type IConfigRegistryModifierConstructorDescriptionPrintCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.resize
Fields in org.eclipse.nebula.widgets.nattable.resize declared as IConfigRegistryModifier and TypeFieldDescriptionprotected final IConfigRegistryAutoResizeHelper.configRegistryTheIConfigRegistryneeded for rendering.Methods in org.eclipse.nebula.widgets.nattable.resize with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic voidAutoResizeHelper.autoResize(ILayer layer, IConfigRegistry configRegistry) Executes in-memory rendering of the givenILayerto trigger content based auto-resizing.static int[]MaxCellBoundsHelper.getPreferredColumnWidths(IConfigRegistry configRegistry, GCFactory gcFactory, ILayer layer, int[] columnPositions) Calculates the preferred column widths of the given columns based on the givenIConfigRegistry.static int[]MaxCellBoundsHelper.getPreferredRowHeights(IConfigRegistry configRegistry, GCFactory gcFactory, ILayer layer, int[] rowPositions) Calculates the preferred row heights of the given rows based on the givenIConfigRegistry. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.resize.command
Methods in org.eclipse.nebula.widgets.nattable.resize.command that return IConfigRegistryModifier and TypeMethodDescriptionAutoResizeColumnsCommand.getConfigRegistry()AutoResizeRowsCommand.getConfigRegistry()InitializeAutoResizeColumnsCommand.getConfigRegistry()InitializeAutoResizeRowsCommand.getConfigRegistry()Constructors in org.eclipse.nebula.widgets.nattable.resize.command with parameters of type IConfigRegistryModifierConstructorDescriptionInitializeAutoResizeColumnsCommand(ILayer layer, int columnPosition, IConfigRegistry configRegistry, GCFactory gcFactory) InitializeAutoResizeRowsCommand(ILayer layer, int rowPosition, IConfigRegistry configRegistry, GCFactory gcFactory) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.search.strategy
Constructors in org.eclipse.nebula.widgets.nattable.search.strategy with parameters of type IConfigRegistryModifierConstructorDescriptionColumnSearchStrategy(int[] columnPositions, int startingRowPosition, IConfigRegistry configRegistry, String searchDirection) Deprecated.ColumnSearchStrategy(int[] columnPositions, int startingRowPosition, IConfigRegistry configRegistry, SearchDirection searchDirection) ColumnSearchStrategy(int[] columnPositions, IConfigRegistry configRegistry) GridSearchStrategy(IConfigRegistry configRegistry, boolean wrapSearch, boolean columnFirst) GridSearchStrategy(IConfigRegistry configRegistry, boolean wrapSearch, String searchDirection, boolean columnFirst) Deprecated.Use constructor withSearchDirectionparameterGridSearchStrategy(IConfigRegistry configRegistry, boolean wrapSearch, SearchDirection searchDirection, boolean columnFirst) RowSearchStrategy(int[] rowPositions, int startingColumnPosition, IConfigRegistry configRegistry, String searchDirection) Deprecated.Use constructor withSearchDirectionparameterRowSearchStrategy(int[] rowPositions, int startingColumnPosition, IConfigRegistry configRegistry, SearchDirection searchDirection) RowSearchStrategy(int[] rowPositions, IConfigRegistry configRegistry) SelectionSearchStrategy(IConfigRegistry configRegistry) SelectionSearchStrategy(IConfigRegistry configRegistry, boolean columnFirst) SelectionSearchStrategy(IConfigRegistry configRegistry, String searchDirection, boolean columnFirst) Deprecated.Use constructor withSearchDirectionparameterSelectionSearchStrategy(IConfigRegistry configRegistry, SearchDirection searchDirection, boolean columnFirst) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.selection
Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected BorderStyleSelectionLayerPainter.getBorderStyle(IConfigRegistry configRegistry) Get the border style that should be used to render the border for cells that are currently selected.voidSelectionLayerPainter.paintLayer(ILayer natLayer, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle pixelRectangle, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.selection.config
Methods in org.eclipse.nebula.widgets.nattable.selection.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected voidDefaultSelectionStyleConfiguration.configureHeaderFullySelectedStyle(IConfigRegistry configRegistry) protected voidDefaultSelectionStyleConfiguration.configureHeaderHasSelectionStyle(IConfigRegistry configRegistry) voidDefaultSelectionStyleConfiguration.configureRegistry(IConfigRegistry configRegistry) protected voidDefaultSelectionStyleConfiguration.configureSelectionAnchorGridLineStyle(IConfigRegistry configRegistry) protected voidDefaultSelectionStyleConfiguration.configureSelectionAnchorStyle(IConfigRegistry configRegistry) protected voidDefaultSelectionStyleConfiguration.configureSelectionStyle(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.sort.config
Methods in org.eclipse.nebula.widgets.nattable.sort.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultSortConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.sort.painter
Methods in org.eclipse.nebula.widgets.nattable.sort.painter with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageSortIconPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.style
Fields in org.eclipse.nebula.widgets.nattable.style declared as IConfigRegistryMethods in org.eclipse.nebula.widgets.nattable.style with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic List<org.eclipse.swt.graphics.Color>CellStyleUtil.getAllBackgroundColors(ILayerCell cell, IConfigRegistry configRegistry, String displayMode) static List<org.eclipse.swt.graphics.Color>CellStyleUtil.getAllBackgroundColors(ILayerCell cell, IConfigRegistry configRegistry, DisplayMode displayMode) Collects all background colors configured for the givenILayerCell.static IStyleCellStyleUtil.getCellStyle(ILayerCell cell, IConfigRegistry configRegistry) Return anIStylefor a cell that contains the transitive style informations.static org.eclipse.swt.graphics.FontCellStyleUtil.getFont(IStyle cellStyle, IConfigRegistry configRegistry) Extracts theFontfrom the given cell style and returns a scaled variant if needed.Constructors in org.eclipse.nebula.widgets.nattable.style with parameters of type IConfigRegistryModifierConstructorDescriptionCellStyleProxy(IConfigRegistry configRegistry, String targetDisplayMode, List<String> configLabels) Deprecated.Use constructor withDisplayModeparameter.CellStyleProxy(IConfigRegistry configRegistry, DisplayMode targetDisplayMode, List<String> configLabels) StyleProxy(ConfigAttribute<IStyle> styleConfigAttribute, IConfigRegistry configRegistry, String targetDisplayMode, List<String> configLabels) Deprecated.Use constructor withDisplayModeparameter.StyleProxy(ConfigAttribute<IStyle> styleConfigAttribute, IConfigRegistry configRegistry, DisplayMode targetDisplayMode, List<String> configLabels) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.style.editor
Methods in org.eclipse.nebula.widgets.nattable.style.editor that return IConfigRegistryConstructors in org.eclipse.nebula.widgets.nattable.style.editor with parameters of type IConfigRegistry -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.style.editor.command
Methods in org.eclipse.nebula.widgets.nattable.style.editor.command that return IConfigRegistryConstructors in org.eclipse.nebula.widgets.nattable.style.editor.command with parameters of type IConfigRegistryModifierConstructorDescriptionDisplayColumnStyleEditorCommand(ILayer natLayer, IConfigRegistry configRegistry, int columnPosition, int rowPosition) DisplayColumnStyleEditorCommandHandler(SelectionLayer selectionLayer, ColumnOverrideLabelAccumulator labelAccumulator, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.style.theme
Methods in org.eclipse.nebula.widgets.nattable.style.theme with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected voidThemeConfiguration.configureAlternatingRowStyle(IConfigRegistry configRegistry) When creating a NatTable grid composition, using theDefaultGridLayerConfiguration, theAlternatingRowConfigLabelAccumulatoris configured for the body region to apply labels for alternating rows.protected voidThemeConfiguration.configureColumnGroupHeaderStyle(IConfigRegistry configRegistry) This method is used to register style configurations for the column group header in a NatTable.protected voidThemeConfiguration.configureColumnHeaderSelectionStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the selection in a column header in a NatTable.protected voidThemeConfiguration.configureColumnHeaderStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the column header in a NatTable.protected voidThemeConfiguration.configureCopyBorderStyle(IConfigRegistry configRegistry) Register the style configurations to render the copy border.protected voidThemeConfiguration.configureCornerSelectionStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the selection in the corner of a NatTable.protected voidThemeConfiguration.configureCornerStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the corner in a NatTable.protected voidThemeConfiguration.configureDataChangeStyle(IConfigRegistry configRegistry) Register the style configurations to render cells in dirty state.protected voidThemeConfiguration.configureDefaultSelectionStyle(IConfigRegistry configRegistry) Register default selection style configurations.protected voidThemeConfiguration.configureDefaultStyle(IConfigRegistry configRegistry) Register default style configurations.protected voidThemeConfiguration.configureEditErrorStyle(IConfigRegistry configRegistry) This method is used to register the styles that should be applied to an editor control in case of conversion/validation errors.protected voidThemeConfiguration.configureFillHandleStyle(IConfigRegistry configRegistry) Register the style configurations to render the fill handle.protected voidThemeConfiguration.configureFilterRowStyle(IConfigRegistry configRegistry) This method is used to register style configurations for the filter row.protected voidThemeConfiguration.configureFreezeStyle(IConfigRegistry configRegistry) This method is used to register the style attributes for freeze rendering.protected voidThemeConfiguration.configureGridLineStyle(IConfigRegistry configRegistry) This method is used to register the grid line styling, which consists of grid line color and the configuration if grid lines should be rendered or not.protected voidThemeConfiguration.configureHideIndicatorStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the hide indicator.protected voidThemeConfiguration.configureHoverSelectionStyle(IConfigRegistry configRegistry) Register the style configurations for hovering selections.protected voidThemeConfiguration.configureHoverStyle(IConfigRegistry configRegistry) Register the style configurations for hovering.voidThemeConfiguration.configureRegistry(IConfigRegistry configRegistry) protected voidThemeConfiguration.configureRowGroupHeaderStyle(IConfigRegistry configRegistry) This method is used to register style configurations for the row group header in a NatTable.protected voidThemeConfiguration.configureRowHeaderSelectionStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the selection in a row header in a NatTable.protected voidThemeConfiguration.configureRowHeaderStyle(IConfigRegistry configRegistry) Register the style configurations for rendering the row header in a NatTable.protected voidThemeConfiguration.configureSelectedSortHeaderStyle(IConfigRegistry configRegistry) This method is used to register styles for the selected sort header layer.protected voidThemeConfiguration.configureSelectionAnchorStyle(IConfigRegistry configRegistry) Register the style configurations to render the selection anchor.protected voidThemeConfiguration.configureSortHeaderStyle(IConfigRegistry configRegistry) This method is used to register styles for the sort header layer.protected voidThemeConfiguration.configureSummaryRowStyle(IConfigRegistry configRegistry) This method is used to register style configurations for a summary row.protected voidThemeConfiguration.configureTreeStyle(IConfigRegistry configRegistry) This method is used to register style configurations for a tree representation.voidIThemeExtension.registerStyles(IConfigRegistry configRegistry) Register the style configurations that should be added by this IThemeExtension.voidIThemeExtension.unregisterStyles(IConfigRegistry configRegistry) Unregister the style configurations that were registered by this IThemeExtension.voidThemeConfiguration.unregisterThemeStyleConfigurations(IConfigRegistry configRegistry) Unregister the style configurations that were applied by this ThemeConfiguration.Constructors in org.eclipse.nebula.widgets.nattable.style.theme with parameters of type IConfigRegistryModifierConstructorDescriptionThemeManager(IConfigRegistry configRegistry) Creates a ThemeManager that is connected to the given IConfigRegistry. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.summaryrow
Methods in org.eclipse.nebula.widgets.nattable.summaryrow with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected voidDefaultSummaryRowConfiguration.addSummaryProviderConfig(IConfigRegistry configRegistry) protected voidDefaultSummaryRowConfiguration.addSummaryRowDisplayConverter(IConfigRegistry configRegistry) Add a specializedDefaultDisplayConverterthat will show "..." if there is no value to show in the summary row yet.protected voidDefaultSummaryRowConfiguration.addSummaryRowStyleConfig(IConfigRegistry configRegistry) voidDefaultSummaryRowConfiguration.configureRegistry(IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.summaryrow with parameters of type IConfigRegistryModifierConstructorDescriptionFixedSummaryRowLayer(IUniqueIndexLayer bodyDataLayer, ILayer horizontalLayerDependency, IConfigRegistry configRegistry) Creates a standaloneFixedSummaryRowLayerthat is horizontal dependent to the given layer and calculates the summary values from the given bodyDataLayer.FixedSummaryRowLayer(IUniqueIndexLayer bodyDataLayer, ILayer horizontalLayerDependency, IConfigRegistry configRegistry, boolean autoConfigure) Creates a standaloneFixedSummaryRowLayerthat is horizontal dependent to the given layer and calculates the summary values from the given bodyDataLayer.FixedSummaryRowLayer(IUniqueIndexLayer bodyDataLayer, ILayer horizontalLayerDependency, IConfigRegistry configRegistry, boolean smoothUpdates, boolean autoConfigure) Creates a standaloneFixedSummaryRowLayerthat is horizontal dependent to the given layer and calculates the summary values from the given bodyDataLayer.SummaryRowLayer(IUniqueIndexLayer underlyingDataLayer, IConfigRegistry configRegistry) Creates a SummaryRowLayer on top of the given underlying layer.SummaryRowLayer(IUniqueIndexLayer underlyingDataLayer, IConfigRegistry configRegistry, boolean autoConfigure) Creates a SummaryRowLayer on top of the given underlying layer.SummaryRowLayer(IUniqueIndexLayer underlyingDataLayer, IConfigRegistry configRegistry, boolean smoothUpdates, boolean autoConfigure) Creates a SummaryRowLayer on top of the given underlying layer. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.test.fixture
Methods in org.eclipse.nebula.widgets.nattable.test.fixture that return IConfigRegistryMethods in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidTestLayer.configure(IConfigRegistry configRegistry, UiBindingRegistry uiBindingRegistry) TestLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) intCellPainterFixture.getPreferredHeight(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) intCellPainterFixture.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) voidCellPainterFixture.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.tickupdate.command
Methods in org.eclipse.nebula.widgets.nattable.tickupdate.command that return IConfigRegistryConstructors in org.eclipse.nebula.widgets.nattable.tickupdate.command with parameters of type IConfigRegistryModifierConstructorDescriptionTickUpdateCommand(IConfigRegistry configRegistry, boolean increment) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.tickupdate.config
Methods in org.eclipse.nebula.widgets.nattable.tickupdate.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultTickUpdateConfiguration.configureRegistry(IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.tree
Methods in org.eclipse.nebula.widgets.nattable.tree with parameters of type IConfigRegistryModifier and TypeMethodDescriptionTreeLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.tree.config
Methods in org.eclipse.nebula.widgets.nattable.tree.config with parameters of type IConfigRegistryModifier and TypeMethodDescriptionvoidDefaultTreeLayerConfiguration.configureRegistry(IConfigRegistry configRegistry) TreeExportFormatter.formatForExport(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.tree.painter
Methods in org.eclipse.nebula.widgets.nattable.tree.painter with parameters of type IConfigRegistryModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageTreeImagePainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) protected intIndentedTreeImagePainter.getIndent(int depth, IConfigRegistry configRegistry) intIndentedTreeImagePainter.getPreferredWidth(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) org.eclipse.swt.graphics.RectangleIndentedTreeImagePainter.getWrappedPainterBounds(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) voidIndentedTreeImagePainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.ui.scaling
Method parameters in org.eclipse.nebula.widgets.nattable.ui.scaling with type arguments of type IConfigRegistryModifier and TypeMethodDescriptionstatic voidScalingUtil.zoomIn(NatTable natTable, Consumer<IConfigRegistry> registryUpdater) Performs aConfigureScalingCommandto increase the scaling to "zoom in" a NatTable.static voidScalingUtil.zoomOut(NatTable natTable, Consumer<IConfigRegistry> registryUpdater) Performs aConfigureScalingCommandto decrease the scaling to "zoom out" a NatTable.Constructor parameters in org.eclipse.nebula.widgets.nattable.ui.scaling with type arguments of type IConfigRegistryModifierConstructorDescriptionResetScalingAction(Consumer<IConfigRegistry> updater) Creates a newResetScalingActionwith the given updater.ScalingMouseWheelListener(Consumer<IConfigRegistry> updater) Creates a newScalingMouseWheelListenerwith the given updater.ScalingUiBindingConfiguration(NatTable natTable, Consumer<IConfigRegistry> updater) Creates a newZoomOutScalingActionwith the given updater.ZoomInScalingAction(Consumer<IConfigRegistry> updater) Creates a newZoomInScalingActionwith the given updater.ZoomOutScalingAction(Consumer<IConfigRegistry> updater) Creates a newZoomOutScalingActionwith the given updater. -
Uses of IConfigRegistry in org.eclipse.nebula.widgets.nattable.util
Methods in org.eclipse.nebula.widgets.nattable.util with parameters of type IConfigRegistryModifier and TypeMethodDescriptionstatic intGUIHelper.convertHorizontalDpiToPixel(int dpi, IConfigRegistry configRegistry) Default method to convert the given amount of horizontal dots per inch to a pixel value.static intGUIHelper.convertHorizontalPixelToDpi(int pixel, IConfigRegistry configRegistry) Default method to convert the given amount of pixels to a horizontal dots per inch value.static intGUIHelper.convertVerticalDpiToPixel(int dpi, IConfigRegistry configRegistry) Default method to convert the given amount of vertical dots per inch to pixel.static intGUIHelper.convertVerticalPixelToDpi(int pixel, IConfigRegistry configRegistry) Default method to convert the given amount of pixels to a vertical dots per inch value.
SearchDirectionparameter