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

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.action.CoActionHandler
          extended by com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
              extended by com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
                  extended by com.ptc.core.ca.co.client.selection.CoClipboardActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebClipboardActionHandler

Deprecated.

@Deprecated
public abstract class CoClipboardActionHandler
extends CoSimpleInPlaceActionHandler

CoClipboardActionHandler provides a base class for a clipboard action handlers to be used to configure paste action.

Supported API: true

Extendable: false


Method Summary
protected  CoActionHandlerData newActionHandlerData()
          Deprecated. Creates and returns a new instance of CoClipboardActionHandlerData.
 void performOperation(CoAction action, CoEnvData envData)
          Deprecated. Performs an operation when an action is triggered.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
newModel, updateActionModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newActionHandlerData

protected CoActionHandlerData newActionHandlerData()
Deprecated. 
Creates and returns a new instance of CoClipboardActionHandlerData.

Supported API: true

Overrides:
newActionHandlerData in class CoSimpleInPlaceActionHandler
Returns:
CoActionHandlerData

performOperation

public void performOperation(CoAction action,
                             CoEnvData envData)
                      throws WTException
Deprecated. 
Performs an operation when an action is triggered. When an action is visible and enabled it will delegate to a doer's CoActionDoer#execute method. An instance of CoActionHandlerData will be be passed as a parameter to the method.

Supported API: true

Overrides:
performOperation in class CoActionHandler
Parameters:
action -
envData -
Throws:
WTException