org.eclipse.nebula.widgets.nattable.selection.command
Class SelectColumnCommand

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

public class SelectColumnCommand
extends AbstractPositionCommand


Constructor Summary
  SelectColumnCommand(ILayer layer, int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask)
           
protected SelectColumnCommand(SelectColumnCommand command)
           
 
Method Summary
 SelectColumnCommand cloneCommand()
          Same semantics as Object.clone() Used to make a copies of the command if has to passed to different layer stacks.
 boolean isWithControlMask()
           
 boolean isWithShiftMask()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractPositionCommand
convertToTargetLayer, getColumnPosition, getRowPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectColumnCommand

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

SelectColumnCommand

protected SelectColumnCommand(SelectColumnCommand command)
Method Detail

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:
GridLayer.doCommand(ILayerCommand)


Copyright © 2015. All rights reserved.