Class RowDeleteCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
org.eclipse.nebula.widgets.nattable.data.command.RowDeleteCommand
All Implemented Interfaces:
ILayerCommand

public class RowDeleteCommand extends AbstractMultiRowCommand
Command to delete a row.
Since:
1.6
  • Constructor Details

    • RowDeleteCommand

      public RowDeleteCommand(ILayer layer, int... rowPositions)
      Creates a RowDeleteCommand.
      Parameters:
      layer - The layer to which the row positions match.
      rowPositions - The row positions to delete.
    • RowDeleteCommand

      protected RowDeleteCommand(RowDeleteCommand command)
      Clone constructor.
      Parameters:
      command - The command to clone.
  • Method Details