public class DefaultNatTableStyleConfiguration extends AbstractRegistryConfiguration
Modifier and Type | Field and Description |
---|---|
org.eclipse.swt.graphics.Color |
bgColor |
BorderStyle |
borderStyle |
ICellPainter |
cellPainter |
org.eclipse.swt.graphics.Color |
fgColor |
org.eclipse.swt.graphics.Font |
font |
org.eclipse.swt.graphics.Color |
gradientBgColor |
org.eclipse.swt.graphics.Color |
gradientFgColor |
HorizontalAlignmentEnum |
hAlign |
VerticalAlignmentEnum |
vAlign |
Constructor and Description |
---|
DefaultNatTableStyleConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configureRegistry(IConfigRegistry configRegistry)
Configure NatTable's
IConfigRegistry upon receiving this call back. |
configureLayer, configureUiBindings
public org.eclipse.swt.graphics.Color bgColor
public org.eclipse.swt.graphics.Color fgColor
public org.eclipse.swt.graphics.Color gradientBgColor
public org.eclipse.swt.graphics.Color gradientFgColor
public org.eclipse.swt.graphics.Font font
public HorizontalAlignmentEnum hAlign
public VerticalAlignmentEnum vAlign
public BorderStyle borderStyle
public ICellPainter cellPainter
public void configureRegistry(IConfigRegistry configRegistry)
IConfiguration
IConfigRegistry
upon receiving this call back.
A mechanism to plug-in custom ICellPainter
, IDataValidator
etc.Copyright © 2013. All Rights Reserved.