Class MultiColumnShowCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiColumnShowCommand
All Implemented Interfaces:
ILayerCommand

public class MultiColumnShowCommand extends AbstractContextFreeCommand
Command for showing hidden columns again via index.
  • Constructor Details

    • MultiColumnShowCommand

      public MultiColumnShowCommand(Collection<Integer> columnIndexes)
      Parameters:
      columnIndexes - The indexes of the columns that should be showed again.
    • MultiColumnShowCommand

      public MultiColumnShowCommand(int... columnIndexes)
      Parameters:
      columnIndexes - The indexes of the columns that should be showed again.
      Since:
      2.0
  • Method Details