Class InitializeGridCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.grid.command.InitializeGridCommand
- All Implemented Interfaces:
ILayerCommand
Command that is propagated when NatTable starts up. This gives every layer a
chance to initialize itself and compute its structural caches.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
InitializeGridCommand
public InitializeGridCommand(org.eclipse.swt.widgets.Composite tableComposite)
-
-
Method Details
-
getTableComposite
public org.eclipse.swt.widgets.Composite getTableComposite()
-