Class AbstractLayerConfiguration<L extends ILayer>

java.lang.Object
org.eclipse.nebula.widgets.nattable.config.AbstractLayerConfiguration<L>
Type Parameters:
L - type of the layer being configured
All Implemented Interfaces:
IConfiguration
Direct Known Subclasses:
DefaultColumnGroupHeaderLayerConfiguration, DefaultEditConfiguration, DefaultMoveSelectionConfiguration, DefaultRowGroupHeaderLayerConfiguration, DefaultTickUpdateConfiguration, FillHandleConfiguration, RowOnlySelectionConfiguration

public abstract class AbstractLayerConfiguration<L extends ILayer> extends Object implements IConfiguration
Casts the layer to be to the type parameter for convenience.