Class InitializeAutoResizeColumnsCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
org.eclipse.nebula.widgets.nattable.resize.command.InitializeAutoResizeColumnsCommand
All Implemented Interfaces:
ILayerCommand
Direct Known Subclasses:
AutoResizeColumnCommandFixture

public class InitializeAutoResizeColumnsCommand extends AbstractColumnCommand
This command triggers the AutoResizeColumms command. It collects the selected columns from the SelectionLayer and fires the AutoResizeColumnsCommand on the GridLayer
  • Constructor Details

  • Method Details

    • cloneCommand

      public ILayerCommand cloneCommand()
      Description copied from interface: ILayerCommand
      Same semantics as Object.clone() Used to make a copies of the command if has to passed to different layer stacks.
      Returns:
      a cloned instance of the command
      See Also:
    • getGCFactory

      public GCFactory getGCFactory()
    • getConfigRegistry

      public IConfigRegistry getConfigRegistry()
    • getSourceLayer

      public ILayer getSourceLayer()
    • setSelectedColumnPositions

      public void setSelectedColumnPositions(int[] selectedColumnPositions)
    • getColumnPositions

      public int[] getColumnPositions()