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

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

Deprecated.

@Deprecated
public abstract class CoClipboardPasteDoer
extends CoSimpleActionDoer

Based class for the clipboard Paste doers. Application developers need to extend this doer and override execute method. The method must call super.execute at the end.

Supported API: true

Extendable: true


Method Summary
 boolean canExecute(CoSimpleActionHandlerData execData)
          Deprecated. Returns true.
 void execute(CoSimpleActionHandlerData execData)
          Deprecated. Clears the items from the clipboard when they were placed on it for "Cut" reason.
 boolean isRelevant(CoSimpleActionHandlerData execData)
          Deprecated. Returns true.
 
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

canExecute

public boolean canExecute(CoSimpleActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns true.

Supported API: true

Overrides:
canExecute in class CoSimpleActionDoer
Parameters:
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoSimpleActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns true.

Supported API: true

Overrides:
isRelevant in class CoSimpleActionDoer
Parameters:
execData -
Returns:
boolean
Throws:
WTException

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Deprecated. 
Clears the items from the clipboard when they were placed on it for "Cut" reason.

Supported API: true

Specified by:
execute in class CoSimpleActionDoer
Parameters:
execData -
Throws:
WTException