Uses of Class
org.eclipse.nebula.widgets.nattable.copy.command.CopyDataToClipboardCommand
Packages that use CopyDataToClipboardCommand
Package
Description
-
Uses of CopyDataToClipboardCommand in org.eclipse.nebula.widgets.nattable.copy.command
Methods in org.eclipse.nebula.widgets.nattable.copy.command that return types with arguments of type CopyDataToClipboardCommandMethods in org.eclipse.nebula.widgets.nattable.copy.command with parameters of type CopyDataToClipboardCommandModifier and TypeMethodDescriptionbooleanCopyDataCommandHandler.doCommand(CopyDataToClipboardCommand command) protected voidCopyDataCommandHandler.internalDoCommand(CopyDataToClipboardCommand command, ILayerCell[][] assembledCopiedDataStructure) Internal implementation of the command handling that additionally takes the assembled data structure to copy as parameter to avoid multiple assemble operations.protected voidInternalCopyDataCommandHandler.internalDoCommand(CopyDataToClipboardCommand command, ILayerCell[][] assembledCopiedDataStructure) protected voidRowSpanningCopyDataCommandHandler.internalDoCommand(CopyDataToClipboardCommand command, ILayerCell[][] assembledCopiedDataStructure) -
Uses of CopyDataToClipboardCommand in org.eclipse.nebula.widgets.nattable.copy.serializing
Methods in org.eclipse.nebula.widgets.nattable.copy.serializing that return CopyDataToClipboardCommandModifier and TypeMethodDescriptionprotected final CopyDataToClipboardCommandCopyDataToClipboardSerializer.getCommand()Constructors in org.eclipse.nebula.widgets.nattable.copy.serializing with parameters of type CopyDataToClipboardCommandModifierConstructorDescriptionCopyDataToClipboardSerializer(ILayerCell[][] copiedCells, CopyDataToClipboardCommand command) CopyFormattedTextToClipboardSerializer(ILayerCell[][] copiedCells, CopyDataToClipboardCommand command)