org.eclipse.nebula.widgets.nattable.group.command
Class ReorderColumnGroupStartCommand
java.lang.Object
  
org.eclipse.nebula.widgets.nattable.reorder.command.ColumnReorderStartCommand
      
org.eclipse.nebula.widgets.nattable.group.command.ReorderColumnGroupStartCommand
- All Implemented Interfaces: 
 - ILayerCommand
 
public class ReorderColumnGroupStartCommand
- extends ColumnReorderStartCommand
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReorderColumnGroupStartCommand
public ReorderColumnGroupStartCommand(ILayer layer,
                                      int fromColumnPosition)
ReorderColumnGroupStartCommand
public ReorderColumnGroupStartCommand(ReorderColumnGroupStartCommand command)
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.