org.eclipse.nebula.widgets.nattable.copy.command
Class CopyDataToClipboardCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
      extended by org.eclipse.nebula.widgets.nattable.copy.command.CopyDataToClipboardCommand
All Implemented Interfaces:
ILayerCommand

public class CopyDataToClipboardCommand
extends AbstractContextFreeCommand


Constructor Summary
CopyDataToClipboardCommand(String cellDelimeter, String rowDelimeter, IConfigRegistry configRegistry)
           
 
Method Summary
 String getCellDelimeter()
           
 IConfigRegistry getConfigRegistry()
           
 String getRowDelimeter()
           
 
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
 

Constructor Detail

CopyDataToClipboardCommand

public CopyDataToClipboardCommand(String cellDelimeter,
                                  String rowDelimeter,
                                  IConfigRegistry configRegistry)
Method Detail

getCellDelimeter

public String getCellDelimeter()

getRowDelimeter

public String getRowDelimeter()

getConfigRegistry

public IConfigRegistry getConfigRegistry()


Copyright © 2014. All rights reserved.