com.ptc.windchill.scm.client
Class ScmPickerOkActionDoer

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

public class ScmPickerOkActionDoer
extends CoSimpleActionDoer

Based class for the clipboard Cut and Copy doers.

Supported API: true

Extendable: false


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

Supported API: true

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

isRelevant

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

Supported API: true

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

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Places selected items on the clipboard using "simple" approach.

Supported API: true

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