|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.core.ca.co.client.selection.CoClipboardPasteDoer
@Deprecated public abstract class CoClipboardPasteDoer
Based class for the clipboard Paste doers. Application developers need
to extend this doer and override execute method. The method
must call super.execute at the end.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
boolean |
canExecute(CoSimpleActionHandlerData execData)
Deprecated. Returns true. |
void |
execute(CoSimpleActionHandlerData execData)
Deprecated. Clears the items from the clipboard when they were placed on it for "Cut" reason. |
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 |
|---|
public boolean canExecute(CoSimpleActionHandlerData execData)
throws WTException
canExecute in class CoSimpleActionDoerexecData -
WTException
public boolean isRelevant(CoSimpleActionHandlerData execData)
throws WTException
isRelevant in class CoSimpleActionDoerexecData -
WTException
public void execute(CoSimpleActionHandlerData execData)
throws WTException
execute in class CoSimpleActionDoerexecData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||