Class SelectColumnCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractPositionCommand
org.eclipse.nebula.widgets.nattable.selection.command.SelectColumnCommand
All Implemented Interfaces:
ILayerCommand

public class SelectColumnCommand extends AbstractPositionCommand
  • Constructor Details

    • SelectColumnCommand

      public SelectColumnCommand(ILayer layer, int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask)
    • SelectColumnCommand

      protected SelectColumnCommand(SelectColumnCommand command)
  • Method Details

    • isWithShiftMask

      public boolean isWithShiftMask()
    • isWithControlMask

      public boolean isWithControlMask()
    • cloneCommand

      public SelectColumnCommand 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: