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

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
      extended by org.eclipse.nebula.widgets.nattable.group.command.CreateColumnGroupCommand
All Implemented Interfaces:
ILayerCommand, IColumnGroupCommand

public class CreateColumnGroupCommand
extends AbstractContextFreeCommand
implements IColumnGroupCommand


Constructor Summary
CreateColumnGroupCommand(String columnGroupName)
           
 
Method Summary
 String getColumnGroupName()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.nebula.widgets.nattable.command.ILayerCommand
cloneCommand, convertToTargetLayer
 

Constructor Detail

CreateColumnGroupCommand

public CreateColumnGroupCommand(String columnGroupName)
Method Detail

getColumnGroupName

public String getColumnGroupName()


Copyright © 2014. All rights reserved.