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

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

Deprecated.

@Deprecated
public abstract class CoClipboardActionDoer
extends CoSimpleActionDoer

Based class for the clipboard Cut and Copy doers.

Supported API: true

Extendable: false


Method Summary
 boolean canExecute(CoSimpleActionHandlerData execData)
          Deprecated. Returns true.
 void execute(CoSimpleActionHandlerData execData)
          Deprecated. Places selected items on the clipboard using "simple" approach.
 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. 
Places selected items on the clipboard using "simple" approach.

Supported API: true

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