com.ptc.core.ca.co.client.selection
Class CoClipboardActionHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
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
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