Uses of Class
org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper

Packages that use CellPainterWrapper
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy   
org.eclipse.nebula.widgets.nattable.filterrow   
org.eclipse.nebula.widgets.nattable.filterrow.combobox   
org.eclipse.nebula.widgets.nattable.group.painter   
org.eclipse.nebula.widgets.nattable.painter.cell   
org.eclipse.nebula.widgets.nattable.painter.cell.decorator   
org.eclipse.nebula.widgets.nattable.sort.painter   
org.eclipse.nebula.widgets.nattable.tree.painter   
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
 class GroupByCellTextPainter
          Specialized TextPainter that is used for grouping rows.
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.filterrow
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.filterrow
 class FilterIconPainter
          ImagePainter that is responsible for painting the icon into the filter row cells.
 class FilterRowPainter
          Painter that is used to paint the cells of the filter row.
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.filterrow.combobox
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.filterrow.combobox
 class ComboBoxFilterIconPainter
          ImagePainter that is responsible for painting the icon into the filter row cells that are configured to show Excel like filter comboboxes.
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.group.painter
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.group.painter
 class ColumnGroupExpandCollapseImagePainter
          Paints the triangular expand/collapse column header images.
 class ColumnGroupHeaderTextPainter
           
 class RowGroupExpandCollapseImagePainter
          Paints the triangular expand/collapse row header images.
 class RowGroupHeaderTextPainter
           
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.painter.cell
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.painter.cell
 class AbstractTextPainter
          Abstract TextPainter the contains general methods for drawing text into a cell.
 class AutomaticRowHeightTextPainter
          Special TextPainter that will always calculate the row height of the cell dependent to the content shown in the cell.
 class BackgroundImagePainter
          Paints the cell background using an image.
 class BackgroundPainter
          Paints the background of the cell using the color from the cell style.
 class BlendedBackgroundPainter
           A cell painter that can blend multiple background colours together when more than one has been registered for a given cell.
 class CheckBoxPainter
           
 class ColumnHeaderCheckBoxPainter
           
 class ComboBoxPainter
           
 class DisabledCheckboxPainter
           
 class GradientBackgroundPainter
          Paints the background of the cell with a gradient sweeping using the style configuration.
 class ImagePainter
          Paints an image.
 class PasswordTextPainter
          Specialized TextPainter that will paint the text that should be showed within a cell anonymized.
 class PercentageBarCellPainter
           
 class TableCellPainter
          ICellPainter that renders a data collection as sub cells within a NatTable cell.
 class TextPainter
          TextPainter that draws text into a cell horizontally.
 class TreeCheckBoxPainter
           
 class VerticalTextImagePainter
          TextPainter that draws text into a cell vertically.
 class VerticalTextPainter
          TextPainter that draws text into a cell vertically.
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.painter.cell.decorator
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.painter.cell.decorator
 class BeveledBorderDecorator
          Decorator for rendering the cell with beveled borders (button look).
 class CustomLineBorderDecorator
          NatTable decorator class which is used to draw borders for cells whose LabelStack contains border related labels.
 class LineBorderDecorator
           
 class PaddingDecorator
          CellPainterWrapper that adds a padding between the cell border and the interior painter.
 class PercentageBarDecorator
          Draws a rectangular bar in cell proportional to the value of the cell.
 class XPBackgroundDecorator
           
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.sort.painter
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.sort.painter
 class SortableHeaderTextPainter
           
 class SortIconPainter
          Paints the triangular sort icon images.
 

Uses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.tree.painter
 

Subclasses of CellPainterWrapper in org.eclipse.nebula.widgets.nattable.tree.painter
 class IndentedTreeImagePainter
          Implementation of CellPainterWrapper that is used to render tree structures in NatTable.
 class TreeImagePainter
           
 



Copyright © 2015. All rights reserved.