Uses of Interface
org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell
Packages that use ILayerCell
Package
Description
-
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable
Methods in org.eclipse.nebula.widgets.nattable that return ILayerCellModifier and TypeMethodDescriptionNatTable.getCellByPosition(int columnPosition, int rowPosition) Methods in org.eclipse.nebula.widgets.nattable with parameters of type ILayerCellModifier and TypeMethodDescriptionNatTable.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.blink
Methods in org.eclipse.nebula.widgets.nattable.blink with parameters of type ILayerCellModifier and TypeMethodDescriptionString[]BlinkingCellResolver.resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue) String[]IBlinkingCellResolver.resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue) BlinkLayer.resolveConfigTypes(ILayerCell cell, Object oldValue, Object newValue) Checks if there is aIBlinkingCellResolverregistered in theConfigRegistryand use it to add config type labels associated with a blinking cell to the label stack. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.config
Methods in org.eclipse.nebula.widgets.nattable.config with parameters of type ILayerCellModifier and TypeMethodDescriptionabstract booleanContextualEditableRule.isEditable(ILayerCell cell, IConfigRegistry configRegistry) booleanEditableRule.isEditable(ILayerCell cell, IConfigRegistry configRegistry) booleanIEditableRule.isEditable(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.copy
Methods in org.eclipse.nebula.widgets.nattable.copy that return ILayerCellMethods in org.eclipse.nebula.widgets.nattable.copy with parameters of type ILayerCellModifier and TypeMethodDescriptionvoidInternalCellClipboard.setCopiedCells(ILayerCell[][] copiedCells) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.copy.command
Methods in org.eclipse.nebula.widgets.nattable.copy.command that return ILayerCellModifier and TypeMethodDescriptionprotected ILayerCell[]CopyDataCommandHandler.assembleBody(int currentRowPosition) Collects and assembles the selected data per row position that should be copied to the clipboard.protected ILayerCell[]RowSpanningCopyDataCommandHandler.assembleBody(int currentRowPosition) Collects and assembles the selected data per row position that should be copied to the clipboard.protected ILayerCell[][]CopyDataCommandHandler.assembleColumnHeaders()Creates the two dimensional array whose dimensions are calculated based on the selection within theSelectionLayerand the configured column and row headers.protected ILayerCell[][]CopyDataCommandHandler.assembleCopiedDataStructure()Collects and assembles the selected data that should be copied to the clipboard.Methods in org.eclipse.nebula.widgets.nattable.copy.command with parameters of type ILayerCellModifier and TypeMethodDescriptionInternalPasteDataCommandHandler.getPasteLayer(ILayerCell[][] copiedCells) Identifies theIUniqueIndexLayerfrom which the cells are copied.protected ObjectInternalPasteDataCommandHandler.getPasteValue(ILayerCell cell, int pasteColumn, int pasteRow) Returns the value that should be pasted.protected voidCopyDataCommandHandler.internalDoCommand(CopyDataToClipboardCommand command, ILayerCell[][] assembledCopiedDataStructure) Internal implementation of the command handling that additionally takes the assembled data structure to copy as parameter to avoid multiple assemble operations.protected voidInternalCopyDataCommandHandler.internalDoCommand(CopyDataToClipboardCommand command, ILayerCell[][] assembledCopiedDataStructure) protected voidRowSpanningCopyDataCommandHandler.internalDoCommand(CopyDataToClipboardCommand command, ILayerCell[][] assembledCopiedDataStructure) protected booleanCopyDataCommandHandler.isCopyAllowed(ILayerCell cellToCopy) Checks if the given cell can be copied.protected booleanCopyDataCommandHandler.isEmpty(ILayerCell[] layerCells) Checks if the given array contains a value or if it only containsnullvalues.protected booleanInternalPasteDataCommandHandler.isPasteAllowed(ILayerCell sourceCell, ILayerCell targetCell, IConfigRegistry configRegistry) Checks if the cell at the target coordinates supports the paste operation or not. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.copy.serializing
Methods in org.eclipse.nebula.widgets.nattable.copy.serializing with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected StringCopyDataToClipboardSerializer.getTextForCell(ILayerCell cell) protected StringCopyFormattedTextToClipboardSerializer.getTextForCell(ILayerCell cell) Constructors in org.eclipse.nebula.widgets.nattable.copy.serializing with parameters of type ILayerCellModifierConstructorDescriptionCopyDataToClipboardSerializer(ILayerCell[][] copiedCells, CopyDataToClipboardCommand command) CopyFormattedTextToClipboardSerializer(ILayerCell[][] copiedCells, CopyDataToClipboardCommand command) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.data.convert
Methods in org.eclipse.nebula.widgets.nattable.data.convert with parameters of type ILayerCellModifier 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 ILayerCell in org.eclipse.nebula.widgets.nattable.data.validate
Methods in org.eclipse.nebula.widgets.nattable.data.validate with parameters of type ILayerCellModifier 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 ILayerCell in org.eclipse.nebula.widgets.nattable.edit
Methods in org.eclipse.nebula.widgets.nattable.edit with parameters of type ILayerCellModifier and TypeMethodDescriptionstatic voidEditController.editCell(ILayerCell cell, org.eclipse.swt.widgets.Composite parent, Object initialCanonicalValue, IConfigRegistry configRegistry) Activates the edit mode for the given cell.Method parameters in org.eclipse.nebula.widgets.nattable.edit with type arguments of type ILayerCellModifier and TypeMethodDescriptionstatic 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. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.edit.command
Methods in org.eclipse.nebula.widgets.nattable.edit.command that return ILayerCellModifier and TypeMethodDescriptionEditCellCommand.getCell()static ILayerCellEditUtils.getLastSelectedCell(SelectionLayer selectionLayer) Methods in org.eclipse.nebula.widgets.nattable.edit.command that return types with arguments of type ILayerCellModifier and TypeMethodDescriptionprotected 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 Collection<ILayerCell>EditUtils.getSelectedCellsForEditing(SelectionLayer selectionLayer) Returns the collection of selectedILayerCells that are eligible for editing.static Collection<ILayerCell>EditUtils.getSelectedCellsForEditing(SelectionLayer selectionLayer, IUniqueIndexLayer upperLayer) Returns the collection of selectedILayerCells that are eligible for editing.Methods in org.eclipse.nebula.widgets.nattable.edit.command with parameters of type ILayerCellModifier and TypeMethodDescriptionstatic booleanEditUtils.isCellEditable(ILayerCell layerCell, IConfigRegistry configRegistry) Checks if the givenILayerCellis editable or not.Method parameters in org.eclipse.nebula.widgets.nattable.edit.command with type arguments of type ILayerCellModifier and TypeMethodDescriptionstatic booleanEditUtils.allCellsEditable(Collection<ILayerCell> selectedCells, IConfigRegistry configRegistry) For every selected cell it is checked whether the cell is editable or not.static booleanEditUtils.isConverterSame(Collection<ILayerCell> selectedCells, 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.isValueSame(Collection<ILayerCell> selectedCells) Checks if all selected cells contain the same canonical value.Constructors in org.eclipse.nebula.widgets.nattable.edit.command with parameters of type ILayerCellModifierConstructorDescriptionEditCellCommand(org.eclipse.swt.widgets.Composite parent, IConfigRegistry configRegistry, ILayerCell cell) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.edit.editor
Fields in org.eclipse.nebula.widgets.nattable.edit.editor declared as ILayerCellModifier and TypeFieldDescriptionprotected ILayerCellAbstractCellEditor.layerCellThe cell whose editor should be activated.Methods in org.eclipse.nebula.widgets.nattable.edit.editor with parameters of type ILayerCellModifier 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. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.edit.gui
Fields in org.eclipse.nebula.widgets.nattable.edit.gui declared as ILayerCellModifier and TypeFieldDescriptionprotected final ILayerCellCellEditDialog.cellThe cell that should be edited.protected ILayerCellAbstractDialogCellEditor.layerCellThe cell whose editor should be activated.Methods in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type ILayerCellModifier and TypeMethodDescriptionorg.eclipse.swt.widgets.ControlAbstractDialogCellEditor.activateCell(org.eclipse.swt.widgets.Composite parent, Object originalCanonicalValue, EditModeEnum editMode, ICellEditHandler editHandler, ILayerCell cell, IConfigRegistry configRegistry) 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.Constructors in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type ILayerCellModifierConstructorDescriptionCellEditDialog(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 ILayerCell in org.eclipse.nebula.widgets.nattable.export
Methods in org.eclipse.nebula.widgets.nattable.export with parameters of type ILayerCellModifier and TypeMethodDescriptionvoidILayerExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) Exports one cell.IExportFormatter.formatForExport(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.export.csv
Methods in org.eclipse.nebula.widgets.nattable.export.csv with parameters of type ILayerCellModifier and TypeMethodDescriptionvoidCsvExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.export.excel
Methods in org.eclipse.nebula.widgets.nattable.export.excel with parameters of type ILayerCellModifier and TypeMethodDescriptionvoidExcelExporter.exportCell(OutputStream outputStream, Object exportDisplayValue, ILayerCell cell, IConfigRegistry configRegistry) DefaultExportFormatter.formatForExport(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that return ILayerCellModifier and TypeMethodDescriptionGroupByHeaderLayer.getCellByPosition(int columnPosition, int rowPosition) Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type ILayerCellModifier and TypeMethodDescriptionGroupByDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) 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) protected StringGroupByCellTextPainter.getTextToDisplay(ILayerCell cell, org.eclipse.swt.graphics.GC gc, int availableLength, String text) voidGroupByHeaderPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext
Methods in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext with parameters of type ILayerCellModifier 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.protected List<MarkupProcessor>MarkupDisplayConverter.getMarkupProcessors(ILayerCell cell) Get the list ofMarkupProcessorthat should be applied on 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 ILayerCell in org.eclipse.nebula.widgets.nattable.extension.poi
Methods in org.eclipse.nebula.widgets.nattable.extension.poi with parameters of type ILayerCellModifier 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 ILayerCell in org.eclipse.nebula.widgets.nattable.fillhandle
Methods in org.eclipse.nebula.widgets.nattable.fillhandle with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected booleanFillHandleLayerPainter.isFillHandleCell(ILayerCell cell) protected booleanFillHandleLayerPainter.isFillHandleRegion(ILayerCell cell) protected voidFillHandleLayerPainter.paintFillHandle(ILayerCell fillHandleCell, org.eclipse.swt.graphics.GC gc, int xOffset, int yOffset, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.fillhandle.action
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.action declared as ILayerCell -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.fillhandle.command
Methods in org.eclipse.nebula.widgets.nattable.fillhandle.command with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected BigDecimalFillHandlePasteCommandHandler.calculateBigDecimalDiff(ILayerCell c1, ILayerCell c2) protected BigIntegerFillHandlePasteCommandHandler.calculateBigIntegerDiff(ILayerCell c1, ILayerCell c2) protected ByteFillHandlePasteCommandHandler.calculateByteDiff(ILayerCell c1, ILayerCell c2) protected IntegerFillHandlePasteCommandHandler.calculateDateDiff(ILayerCell c1, ILayerCell c2, IConfigRegistry configRegistry) protected DoubleFillHandlePasteCommandHandler.calculateDoubleDiff(ILayerCell c1, ILayerCell c2) protected FloatFillHandlePasteCommandHandler.calculateFloatDiff(ILayerCell c1, ILayerCell c2) protected NumberFillHandlePasteCommandHandler.calculateHorizontalDiff(ILayerCell cell, int toRow, IConfigRegistry configRegistry) protected IntegerFillHandlePasteCommandHandler.calculateIntDiff(ILayerCell c1, ILayerCell c2) protected LongFillHandlePasteCommandHandler.calculateLongDiff(ILayerCell c1, ILayerCell c2) protected ShortFillHandlePasteCommandHandler.calculateShortDiff(ILayerCell c1, ILayerCell c2) protected NumberFillHandlePasteCommandHandler.calculateVerticalDiff(ILayerCell cell, int toColumn, IConfigRegistry configRegistry) protected intFillHandlePasteCommandHandler.getColumnDiff(ILayerCell currentCell, int toColumn) Calculate the column difference between the cell column index and the column index of the cell to copy to.protected intFillHandlePasteCommandHandler.getIncrementDateField(ILayerCell cell, IConfigRegistry configRegistry) protected ObjectFillHandlePasteCommandHandler.getPasteValue(ILayerCell cell, FillHandlePasteCommand command, int toColumn, int toRow) Returns the value from the given cell that should be pasted to the given position.protected intFillHandlePasteCommandHandler.getRowDiff(ILayerCell currentCell, int toRow) Calculate the row difference between the cell row index and the row index of the cell to copy to. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.filterrow
Methods in org.eclipse.nebula.widgets.nattable.filterrow with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageFilterIconPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.filterrow.combobox
Methods in org.eclipse.nebula.widgets.nattable.filterrow.combobox with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageComboBoxFilterIconPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.formula
Methods in org.eclipse.nebula.widgets.nattable.formula with parameters of type ILayerCellModifier and TypeMethodDescriptionFormulaEditDisplayConverter.canonicalToDisplayValue(ILayerCell cell, IConfigRegistry configRegistry, Object canonicalValue) FormulaEditDisplayConverter.displayToCanonicalValue(ILayerCell cell, IConfigRegistry configRegistry, Object displayValue) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.formula.command
Methods in org.eclipse.nebula.widgets.nattable.formula.command with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected BigDecimalFormulaFillHandlePasteCommandHandler.calculateBigDecimalDiff(ILayerCell c1, ILayerCell c2) protected ObjectFormulaFillHandlePasteCommandHandler.getPasteValue(ILayerCell cell, FillHandlePasteCommand command, int toColumn, int toRow) protected ObjectFormulaPasteDataCommandHandler.getPasteValue(ILayerCell cell, int pasteColumn, int pasteRow) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.freeze
Methods in org.eclipse.nebula.widgets.nattable.freeze that return ILayerCellModifier and TypeMethodDescriptionCompositeFreezeLayer.modifyColumnSpanLayerCell(ILayerCell cell) Modifies a column spanned cell in case the spanned cell is in the frozen area but the origin column is not visible as the frozen state was created in scrolled state.CompositeFreezeLayer.modifyRowSpanLayerCell(ILayerCell cell) Modifies a row spanned cell in case the spanned cell is in the frozen area but the origin row is not visible as the frozen state was created in scrolled state.Methods in org.eclipse.nebula.widgets.nattable.freeze with parameters of type ILayerCellModifier and TypeMethodDescriptionCompositeFreezeLayer.modifyColumnSpanLayerCell(ILayerCell cell) Modifies a column spanned cell in case the spanned cell is in the frozen area but the origin column is not visible as the frozen state was created in scrolled state.CompositeFreezeLayer.modifyRowSpanLayerCell(ILayerCell cell) Modifies a row spanned cell in case the spanned cell is in the frozen area but the origin row is not visible as the frozen state was created in scrolled state. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.grid.layer
Methods in org.eclipse.nebula.widgets.nattable.grid.layer that return ILayerCellModifier and TypeMethodDescriptionCornerLayer.getCellByPosition(int columnPosition, int rowPosition) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.group
Methods in org.eclipse.nebula.widgets.nattable.group that return ILayerCellModifier and TypeMethodDescriptionColumnGroupGroupHeaderLayer.getCellByPosition(int columnPosition, int rowPosition) If a cell belongs to a column group: column position - set to the start position of the group span - set to the width/size of the column group NOTE: gc.setClip() is used in the CompositeLayerPainter to ensure that partially visible Column group header cells are rendered properly.ColumnGroupHeaderLayer.getCellByPosition(int columnPosition, int rowPosition) If a cell belongs to a column group: column position - set to the start position of the group span - set to the width/size of the column group NOTE: gc.setClip() is used in the CompositeLayerPainter to ensure that partially visible Column group header cells are rendered properly.RowGroupHeaderLayer.getCellByPosition(int columnPosition, int rowPosition) If a cell belongs to a column group: column position - set to the start position of the group span - set to the width/size of the row group NOTE: gc.setClip() is used in the CompositeLayerPainter to ensure that partially visible Column group header cells are rendered properly. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.group.painter
Methods in org.eclipse.nebula.widgets.nattable.group.painter with parameters of type ILayerCellModifier 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 ILayerCell in org.eclipse.nebula.widgets.nattable.group.performance
Methods in org.eclipse.nebula.widgets.nattable.group.performance that return ILayerCellModifier and TypeMethodDescriptionColumnGroupHeaderLayer.getCellByPosition(int columnPosition, int rowPosition) RowGroupHeaderLayer.getCellByPosition(int columnPosition, int rowPosition) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.group.performance.action
Methods in org.eclipse.nebula.widgets.nattable.group.performance.action that return ILayerCellModifier and TypeMethodDescriptionprotected ILayerCellColumnGroupHeaderReorderDragMode.getColumnCell(int x) protected ILayerCellColumnHeaderReorderDragMode.getColumnCell(int x) protected ILayerCellRowGroupHeaderReorderDragMode.getRowCell(int y) protected ILayerCellRowHeaderReorderDragMode.getRowCell(int y) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.hideshow
Methods in org.eclipse.nebula.widgets.nattable.hideshow that return ILayerCellModifier and TypeMethodDescriptionAbstractColumnHideShowLayer.getCellByPosition(int columnPosition, int rowPosition) AbstractRowHideShowLayer.getCellByPosition(int columnPosition, int rowPosition) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.hierarchical
Methods in org.eclipse.nebula.widgets.nattable.hierarchical that return ILayerCellModifier and TypeMethodDescriptionHierarchicalTreeLayer.getCellByPosition(int columnPosition, int rowPosition) Methods in org.eclipse.nebula.widgets.nattable.hierarchical with parameters of type ILayerCellModifier and TypeMethodDescriptionHierarchicalTreeLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) booleanHierarchicalTraversalStrategy.isValidTarget(ILayerCell from, ILayerCell to) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.hierarchical.command
Methods in org.eclipse.nebula.widgets.nattable.hierarchical.command with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected booleanHierarchicalTreeCopyDataCommandHandler.isCopyAllowed(ILayerCell cellToCopy) protected booleanHierarchicalTreePasteDataCommandHandler.isPasteAllowed(ILayerCell sourceCell, ILayerCell targetCell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.layer
Methods in org.eclipse.nebula.widgets.nattable.layer that return ILayerCellModifier and TypeMethodDescriptionAbstractIndexLayerTransform.getCellByPosition(int columnPosition, int rowPosition) AbstractLayer.getCellByPosition(int columnPosition, int rowPosition) AbstractLayerTransform.getCellByPosition(int columnPosition, int rowPosition) CompositeLayer.getCellByPosition(int compositeColumnPosition, int compositeRowPosition) ILayer.getCellByPosition(int columnPosition, int rowPosition) Returns the cell for the given coordinates on this layer.InvertedLayer.getCellByPosition(int columnPosition, int rowPosition) SpanningDataLayer.getCellByPosition(int columnPosition, int rowPosition) Methods in org.eclipse.nebula.widgets.nattable.layer with parameters of type ILayerCellModifier and TypeMethodDescriptionAbstractIndexLayerTransform.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) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.layer.cell
Classes in org.eclipse.nebula.widgets.nattable.layer.cell that implement ILayerCellModifier and TypeClassDescriptionclassclassclassclassThis implementation ofILayerCellis used to support spanning updates in case spanned rows/columns are hidden.classclassA transformed LayerCell that translates the position of the underlying cell.Methods in org.eclipse.nebula.widgets.nattable.layer.cell with parameters of type ILayerCellModifier and TypeMethodDescriptionstatic StringCellDisplayConversionUtils.convertDataType(ILayerCell cell, IConfigRegistry configRegistry) Constructors in org.eclipse.nebula.widgets.nattable.layer.cell with parameters of type ILayerCellModifierConstructorDescriptionInvertedLayerCell(ILayerCell layerCell) SpanningLayerCell(ILayerCell cell, int columnSpan, int rowSpan) TranslatedLayerCell(ILayerCell cell, ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.painter.cell
Methods in org.eclipse.nebula.widgets.nattable.painter.cell that return ILayerCellModifier and TypeMethodDescriptionprotected ILayerCellTableCellPainter.createSubLayerCell(ILayerCell cell, Object dataValue) Creating a temporary sub cell that represents one data value in the collection of data to be shown in the cell.Methods in org.eclipse.nebula.widgets.nattable.painter.cell with parameters of type ILayerCellModifier 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 abstract intAbstractTextPainter.calculatePadding(ILayerCell cell, int availableLength) This method is used to determine the padding from the cell to the available length.protected intTextPainter.calculatePadding(ILayerCell cell, int availableLength) protected intVerticalTextImagePainter.calculatePadding(ILayerCell cell, int availableLength) protected intVerticalTextPainter.calculatePadding(ILayerCell cell, int availableLength) 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 ILayerCellTableCellPainter.createSubLayerCell(ILayerCell cell, Object dataValue) Creating a temporary sub cell that represents one data value in the collection of data to be shown in the cell.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) protected abstract CheckBoxStateEnumTreeCheckBoxPainter.getCheckBoxState(ILayerCell cell) protected Object[]TableCellPainter.getDataAsArray(ILayerCell cell) Checks if the data value of the given cell is of type Collection or Array.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.protected StringAbstractTextPainter.getTextToDisplay(ILayerCell cell, org.eclipse.swt.graphics.GC gc, int availableLength, String text) Computes dependent on the configuration of the TextPainter the text to display.protected StringPasswordTextPainter.getTextToDisplay(ILayerCell cell, org.eclipse.swt.graphics.GC gc, int availableLength, String text) 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) protected abstract voidAbstractTextPainter.setNewMinLength(ILayerCell cell, int contentLength) This method gets only called if automatic length calculation is enabled.protected voidTextPainter.setNewMinLength(ILayerCell cell, int contentWidth) protected voidVerticalTextImagePainter.setNewMinLength(ILayerCell cell, int contentHeight) protected voidVerticalTextPainter.setNewMinLength(ILayerCell cell, int contentHeight) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.painter.cell.decorator
Methods in org.eclipse.nebula.widgets.nattable.painter.cell.decorator with parameters of type ILayerCellModifier 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) 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 ILayerCell in org.eclipse.nebula.widgets.nattable.painter.layer
Methods in org.eclipse.nebula.widgets.nattable.painter.layer with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected voidCellLayerPainter.paintCell(ILayerCell cell, org.eclipse.swt.graphics.GC gc, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.reorder.action
Methods in org.eclipse.nebula.widgets.nattable.reorder.action that return ILayerCellModifier and TypeMethodDescriptionprotected ILayerCellColumnReorderDragMode.getColumnCell(int x) protected ILayerCellRowReorderDragMode.getRowCell(int y) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.selection
Methods in org.eclipse.nebula.widgets.nattable.selection that return ILayerCellModifier and TypeMethodDescriptionstatic ILayerCellSelectionUtils.getBottomRightCellInSelection(SelectionLayer selectionLayer) Returns the bottom right cell of a selected region.Methods in org.eclipse.nebula.widgets.nattable.selection that return types with arguments of type ILayerCellModifier and TypeMethodDescriptionSelectionLayer.getSelectedCells()Retrieves the ILayerCells out of the SelectionLayer that are currently marked as selected in the SelectionModel.Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type ILayerCellModifier and TypeMethodDescriptionbooleanEditTraversalStrategy.isValidTarget(ILayerCell from, ILayerCell to) booleanITraversalStrategy.isValidTarget(ILayerCell from, ILayerCell to) Checks whether theILayerCellthat would be selected after the selection movement is valid or not.Method parameters in org.eclipse.nebula.widgets.nattable.selection with type arguments of type ILayerCellModifier and TypeMethodDescriptionprotected BorderPainter.BorderCell[][]SelectionLayerPainter.getBorderCells(ILayer natLayer, int xOffset, int yOffset, org.eclipse.swt.graphics.Rectangle positionRectangle, Function<ILayerCell, Boolean> function) Calculate the cells around which borders should be painted. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.sort.painter
Methods in org.eclipse.nebula.widgets.nattable.sort.painter with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected org.eclipse.swt.graphics.ImageSortIconPainter.getImage(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.style
Methods in org.eclipse.nebula.widgets.nattable.style with parameters of type ILayerCellModifier and TypeMethodDescriptionstatic List<org.eclipse.swt.graphics.Color>CellStyleUtil.getAllBackgroundColors(ILayerCell cell, IConfigRegistry configRegistry, String displayMode) Deprecated.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. -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.summaryrow
Methods in org.eclipse.nebula.widgets.nattable.summaryrow that return ILayerCellModifier and TypeMethodDescriptionSummaryRowLayer.getCellByPosition(int columnPosition, int rowPosition) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.test.fixture
Classes in org.eclipse.nebula.widgets.nattable.test.fixture that implement ILayerCellMethods in org.eclipse.nebula.widgets.nattable.test.fixture that return ILayerCellModifier and TypeMethodDescriptionTestLayer.getCellByPosition(int columnPosition, int rowPosition) CellPainterFixture.getLastPaintedCell()Methods in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type ILayerCellModifier and TypeMethodDescriptionTestLayer.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) Constructors in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type ILayerCell -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.test.fixture.layer
Classes in org.eclipse.nebula.widgets.nattable.test.fixture.layer that implement ILayerCell -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.tree
Methods in org.eclipse.nebula.widgets.nattable.tree with parameters of type ILayerCellModifier and TypeMethodDescriptionTreeLayer.getCellPainter(int columnPosition, int rowPosition, ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.tree.config
Methods in org.eclipse.nebula.widgets.nattable.tree.config with parameters of type ILayerCellModifier and TypeMethodDescriptionTreeExportFormatter.formatForExport(ILayerCell cell, IConfigRegistry configRegistry) -
Uses of ILayerCell in org.eclipse.nebula.widgets.nattable.tree.painter
Methods in org.eclipse.nebula.widgets.nattable.tree.painter with parameters of type ILayerCellModifier and TypeMethodDescriptionprotected intIndentedTreeImagePainter.getDepth(ILayerCell cell) protected org.eclipse.swt.graphics.ImageTreeImagePainter.getImage(ILayerCell cell, 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)
CellStyleUtil.getAllBackgroundColors(ILayerCell, IConfigRegistry, DisplayMode)