org.eclipse.nebula.widgets.nattable.group.command
Class ReorderColumnGroupStartCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.reorder.command.ColumnReorderStartCommand
      extended by org.eclipse.nebula.widgets.nattable.group.command.ReorderColumnGroupStartCommand
All Implemented Interfaces:
ILayerCommand

public class ReorderColumnGroupStartCommand
extends ColumnReorderStartCommand


Constructor Summary
ReorderColumnGroupStartCommand(ILayer layer, int fromColumnPosition)
           
ReorderColumnGroupStartCommand(ReorderColumnGroupStartCommand command)
           
 
Method Summary
 ReorderColumnGroupStartCommand cloneCommand()
          Same semantics as Object.clone() Used to make a copies of the command if has to passed to different layer stacks.
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.reorder.command.ColumnReorderStartCommand
convertToTargetLayer, getFromColumnPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReorderColumnGroupStartCommand

public ReorderColumnGroupStartCommand(ILayer layer,
                                      int fromColumnPosition)

ReorderColumnGroupStartCommand

public ReorderColumnGroupStartCommand(ReorderColumnGroupStartCommand command)
Method Detail

cloneCommand

public ReorderColumnGroupStartCommand 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.

Specified by:
cloneCommand in interface ILayerCommand
Overrides:
cloneCommand in class ColumnReorderStartCommand
Returns:
a cloned instance of the command
See Also:
GridLayer.doCommand(ILayerCommand)


Copyright © 2015. All rights reserved.