Interface ISupportCopyPaste2
-
- All Superinterfaces:
com4j.Com4jObject
,ISupportCopyPaste
public interface ISupportCopyPaste2 extends ISupportCopyPaste
Services for supporting copy and paste.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
pasteToCurrentProject(java.lang.String clipboardData)
Obsolete.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISupportCopyPaste
copyToClipBoard, pasteFromClipBoard
-
-
-
-
Method Detail
-
pasteToCurrentProject
boolean pasteToCurrentProject(java.lang.String clipboardData)
Obsolete. Checks if the paste target is in the same project from which the material was copied.
Getter method for the COM property "PasteToCurrentProject"
- Parameters:
clipboardData
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type boolean
-
-