com.ptc.core.ca.co.client.selection
Class CoClipboardCutDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended by com.ptc.core.ca.co.client.selection.CoClipboardActionDoer
          extended by com.ptc.core.ca.co.client.selection.CoClipboardCutDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

Deprecated.

@Deprecated
public class CoClipboardCutDoer
extends CoClipboardActionDoer

Clipboard doer for the Cut operation.

Supported API: true

Extendable: true


Method Summary
 void execute(CoSimpleActionHandlerData execData)
          Deprecated. Sets clipboard in Cut mode and delegates to the super class.
 
Methods inherited from class com.ptc.core.ca.co.client.selection.CoClipboardActionDoer
canExecute, isRelevant
 
Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
canExecute, execute, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Deprecated. 
Sets clipboard in Cut mode and delegates to the super class.

Supported API: true

Overrides:
execute in class CoClipboardActionDoer
Parameters:
execData -
Throws:
WTException