Uses of Class
org.eclipse.nebula.widgets.nattable.style.BorderStyle
Packages that use BorderStyle
Package
Description
-
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.config
Fields in org.eclipse.nebula.widgets.nattable.config declared as BorderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.extension.e4.css
Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css that return BorderStyleModifier and TypeMethodDescriptionstatic BorderStyleNatTableCSSHelper.getBorderStyle(org.eclipse.e4.ui.css.core.engine.CSSElementContext context, DisplayMode displayMode) Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css with parameters of type BorderStyleModifier and TypeMethodDescriptionstatic voidNatTableCSSHelper.storeBorderStyle(CSSValueList valueList, BorderStyle borderStyle, org.eclipse.e4.ui.css.core.engine.CSSEngine engine, org.eclipse.swt.widgets.Display display) Convert and store the values of the givenCSSValueListto the givenBorderStyle. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy declared as BorderStyleModifier and TypeFieldDescriptionDefaultGroupByThemeExtension.groupByBorderStyleDefaultGroupByThemeExtension.groupByHintBorderStyleDefaultGroupByThemeExtension.groupByObjectBorderStyleDefaultGroupByThemeExtension.groupByObjectSelectionBorderStyleDefaultGroupByThemeExtension.groupBySummaryBorderStyleDefaultGroupByThemeExtension.groupBySummarySelectionBorderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.fillhandle
Methods in org.eclipse.nebula.widgets.nattable.fillhandle that return BorderStyleModifier 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 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. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.fillhandle.config
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.config with type parameters of type BorderStyleModifier and TypeFieldDescriptionstatic final ConfigAttribute<BorderStyle>FillHandleConfigAttributes.FILL_HANDLE_BORDER_STYLEConfigAttribute to configure the border style of the fill handle itself.static final ConfigAttribute<BorderStyle>FillHandleConfigAttributes.FILL_HANDLE_REGION_BORDER_STYLEConfigAttribute to configure the line style used to render a special border on dragging the fill handle. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.formula
Methods in org.eclipse.nebula.widgets.nattable.formula that return BorderStyleModifier and TypeMethodDescriptionprotected BorderStyleCopySelectionLayerPainter.getCopyBorderStyle(IConfigRegistry configRegistry) Get the border style that should be used to render the border for cells that are currently copied to theInternalCellClipboard. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.hierarchical.config
Fields in org.eclipse.nebula.widgets.nattable.hierarchical.config declared as BorderStyleModifier and TypeFieldDescriptionDefaultHierarchicalTreeLayerThemeExtension.defaultBorderStyleDefaultHierarchicalTreeLayerThemeExtension.evenRowBorderStyleDefaultHierarchicalTreeLayerThemeExtension.levelHeaderBorderStyleDefaultHierarchicalTreeLayerThemeExtension.levelHeaderSelectionBorderStyleDefaultHierarchicalTreeLayerThemeExtension.oddRowBorderStyleDefaultHierarchicalTreeLayerThemeExtension.treeBorderStyleDefaultHierarchicalTreeLayerThemeExtension.treeSelectionBorderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.layer.config
Fields in org.eclipse.nebula.widgets.nattable.layer.config declared as BorderStyleModifier and TypeFieldDescriptionDefaultColumnHeaderStyleConfiguration.borderStyleDefaultRowHeaderStyleConfiguration.borderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.painter.cell
Fields in org.eclipse.nebula.widgets.nattable.painter.cell declared as BorderStyleMethods in org.eclipse.nebula.widgets.nattable.painter.cell with parameters of type BorderStyleModifier and TypeMethodDescriptionstatic voidGraphicsUtils.drawRectangle(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rect, BorderStyle borderStyle) Draws a rectangle with the given border style.static org.eclipse.swt.graphics.RectangleGraphicsUtils.getResultingExternalBounds(org.eclipse.swt.graphics.Rectangle rectangle, BorderStyle borderStyle) Returns the external bounds of the rectangle that would be obtained by paintingrectanglewithborderStyleusing one of theGraphicsUtils.drawRectangle...methods.Constructors in org.eclipse.nebula.widgets.nattable.painter.cell with parameters of type BorderStyleModifierConstructorDescriptionBorderPainter(BorderPainter.BorderCell[][] borderCells, BorderStyle borderStyle) BorderPainter(BorderPainter.BorderCell[][] borderCells, BorderStyle borderStyle, BorderPainter.PaintModeEnum paintMode) -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.painter.cell.decorator
Constructors in org.eclipse.nebula.widgets.nattable.painter.cell.decorator with parameters of type BorderStyleModifierConstructorDescriptionCustomLineBorderDecorator(ICellPainter interiorPainter, BorderStyle defaultBorderStyle) Creates a new LabelLineBorderDecorator wrapping the given interior painter using the given BorderStyle as default.LineBorderDecorator(ICellPainter interiorPainter, BorderStyle defaultBorderStyle) -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.persistence
Methods in org.eclipse.nebula.widgets.nattable.persistence with parameters of type BorderStyleModifier and TypeMethodDescriptionprotected static voidStylePersistor.saveBorder(String prefix, Properties properties, BorderStyle borderStyle) -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.selection
Fields in org.eclipse.nebula.widgets.nattable.selection with type parameters of type BorderStyleModifier and TypeFieldDescriptionstatic final ConfigAttribute<BorderStyle>SelectionConfigAttributes.SELECTION_GRID_LINE_STYLEConfigAttribute to configure the line style used to render the selection border around selected cells.Methods in org.eclipse.nebula.widgets.nattable.selection that return BorderStyleModifier and TypeMethodDescriptionprotected BorderStyleSelectionLayerPainter.getBorderStyle(IConfigRegistry configRegistry) Get the border style that should be used to render the border for cells that are currently selected. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.selection.config
Fields in org.eclipse.nebula.widgets.nattable.selection.config declared as BorderStyleModifier and TypeFieldDescriptionDefaultSelectionStyleConfiguration.anchorBorderStyleDefaultSelectionStyleConfiguration.anchorGridBorderStyleDefaultSelectionStyleConfiguration.selectedHeaderBorderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.style
Fields in org.eclipse.nebula.widgets.nattable.style with type parameters of type BorderStyleModifier and TypeFieldDescriptionstatic final ConfigAttribute<BorderStyle>CellStyleAttributes.BORDER_STYLEAttribute for configuring the border style. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.style.editor
Fields in org.eclipse.nebula.widgets.nattable.style.editor declared as BorderStyleMethods in org.eclipse.nebula.widgets.nattable.style.editor that return BorderStyleModifier and TypeMethodDescriptionColumnStyleEditorDialog.getNewColumnBorderStyle()BorderStyleEditorPanel.getNewValue()Methods in org.eclipse.nebula.widgets.nattable.style.editor with parameters of type BorderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.style.theme
Fields in org.eclipse.nebula.widgets.nattable.style.theme declared as BorderStyleModifier and TypeFieldDescriptionDefaultNatTableThemeConfiguration.bodyHoverBorderStyleDefaultNatTableThemeConfiguration.bodyHoverSelectionBorderStyleDefaultNatTableThemeConfiguration.cGroupHeaderBorderStyleDefaultNatTableThemeConfiguration.cHeaderBorderStyleDefaultNatTableThemeConfiguration.cHeaderFullSelectionBorderStyleDefaultNatTableThemeConfiguration.cHeaderHoverBorderStyleDefaultNatTableThemeConfiguration.cHeaderHoverSelectionBorderStyleDefaultNatTableThemeConfiguration.cHeaderSelectionBorderStyleDefaultNatTableThemeConfiguration.copyBorderStyleDefaultNatTableThemeConfiguration.cornerBorderStyleDefaultNatTableThemeConfiguration.cornerSelectionBorderStyleDefaultNatTableThemeConfiguration.dataChangeBorderStyleDefaultNatTableThemeConfiguration.dataChangeSelectionBorderStyleDefaultNatTableThemeConfiguration.defaultBorderStyleDefaultNatTableThemeConfiguration.defaultHoverBorderStyleDefaultNatTableThemeConfiguration.defaultHoverSelectionBorderStyleDefaultNatTableThemeConfiguration.defaultSelectionBorderStyleDefaultNatTableThemeConfiguration.evenRowBorderStyleDefaultNatTableThemeConfiguration.fillHandleBorderStyleDefaultNatTableThemeConfiguration.fillHandleRegionBorderStyleDefaultNatTableThemeConfiguration.filterRowBorderStyleDefaultNatTableThemeConfiguration.oddRowBorderStyleDefaultNatTableThemeConfiguration.rGroupHeaderBorderStyleDefaultNatTableThemeConfiguration.rHeaderBorderStyleDefaultNatTableThemeConfiguration.rHeaderFullSelectionBorderStyleDefaultNatTableThemeConfiguration.rHeaderHoverBorderStyleDefaultNatTableThemeConfiguration.rHeaderHoverSelectionBorderStyleDefaultNatTableThemeConfiguration.rHeaderSelectionBorderStyleDefaultNatTableThemeConfiguration.selectedSortHeaderBorderStyleDefaultNatTableThemeConfiguration.selectionAnchorBorderStyleDefaultNatTableThemeConfiguration.selectionAnchorGridBorderStyleDefaultNatTableThemeConfiguration.selectionAnchorSelectionBorderStyleDefaultNatTableThemeConfiguration.sortHeaderBorderStyleDefaultNatTableThemeConfiguration.summaryRowBorderStyleDefaultNatTableThemeConfiguration.summaryRowSelectionBorderStyleDefaultNatTableThemeConfiguration.treeBorderStyleDefaultNatTableThemeConfiguration.treeSelectionBorderStyleMethods in org.eclipse.nebula.widgets.nattable.style.theme that return BorderStyleModifier and TypeMethodDescriptionprotected BorderStyleDefaultNatTableThemeConfiguration.getFillHandleBorderStyle()protected abstract BorderStyleThemeConfiguration.getFillHandleBorderStyle()Returns theBorderStylethat should be used to render the border of the fill handle.protected BorderStyleDefaultNatTableThemeConfiguration.getFillHandleRegionBorderStyle()protected abstract BorderStyleThemeConfiguration.getFillHandleRegionBorderStyle()Returns theBorderStylethat should be used to render the border around the fill handle region. -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.summaryrow
Fields in org.eclipse.nebula.widgets.nattable.summaryrow declared as BorderStyle -
Uses of BorderStyle in org.eclipse.nebula.widgets.nattable.test.fixture
Subclasses of BorderStyle in org.eclipse.nebula.widgets.nattable.test.fixtureFields in org.eclipse.nebula.widgets.nattable.test.fixture declared as BorderStyle