com.ptc.windchill.enterprise.search.client
Class CoNewFrameInPlaceActionDoer

java.lang.Object
  extended bycom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended bycom.ptc.windchill.enterprise.search.client.CoNewFrameInPlaceActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoCustomizeSavedSearchLinkActionDoer

public class CoNewFrameInPlaceActionDoer
extends CoSimpleActionDoer

This action doer should be configured on an in place action to change the location of the frame the action is being executed in. A new location should be specified with the tag in the DCA configurations.

Supported API: true


Field Summary
private static String CLASSNAME
           
 
Fields inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
 
Constructor Summary
CoNewFrameInPlaceActionDoer()
           
 
Method Summary
 void execute(CoSimpleActionHandlerData execData)
          Action handler delegates the execution of the operation to the doer by calling this method on it.
 
Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
canExecute, canExecute, execute, isRelevant, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CoNewFrameInPlaceActionDoer

public CoNewFrameInPlaceActionDoer()
Method Detail

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Description copied from class: CoSimpleActionDoer
Action handler delegates the execution of the operation to the doer by calling this method on it.

Supported API: true

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