com.ptc.core.ca.co.client.selection
Class CoClipboardItem

java.lang.Object
  extended by com.ptc.core.ca.co.client.selection.CoClipboardItem
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

@Deprecated
public class CoClipboardItem
extends Object
implements Externalizable

The object of this class represents a clipped item.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
CoClipboardItem()
          Deprecated. 

Supported API: true
CoClipboardItem(CoInstanceHolder instanceHolder, CoEnvData envData)
          Deprecated. 

Supported API: true
 
Method Summary
 boolean equals(CoClipboardItem item)
          Deprecated. Returns whether the item is equal to this one.
 String getAddress()
          Deprecated. Gets the value of the attribute: address; the external form of the address of the instance holder on the clipboard.
 CoInstanceHolder getInstanceHolder()
          Deprecated. Gets the value of the attribute: instanceHolder; the reference to the instance holder on the clipboard.
 void releaseReference(CoEnvData envData)
          Deprecated. Releases the reference to the conceptual element from the clipboard.
 void resolveAddress(CoEnvData envData)
          Deprecated. Resolves the address of the conceptual element on the clipboard into a reference to it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoClipboardItem

public CoClipboardItem(CoInstanceHolder instanceHolder,
                       CoEnvData envData)
                throws WTException
Deprecated. 


Supported API: true

Parameters:
instanceHolder -
envData -
Throws:
WTException

CoClipboardItem

public CoClipboardItem()
Deprecated. 


Supported API: true

Method Detail

getAddress

public String getAddress()
Deprecated. 
Gets the value of the attribute: address; the external form of the address of the instance holder on the clipboard.

Supported API: true

Returns:
String

getInstanceHolder

public CoInstanceHolder getInstanceHolder()
Deprecated. 
Gets the value of the attribute: instanceHolder; the reference to the instance holder on the clipboard. The reference must be resolved prior to its use and released thereafter.

Supported API: true

Returns:
CoInstanceHolder

resolveAddress

public void resolveAddress(CoEnvData envData)
                    throws WTException
Deprecated. 
Resolves the address of the conceptual element on the clipboard into a reference to it.

Supported API: true

Parameters:
envData -
Throws:
WTException

releaseReference

public void releaseReference(CoEnvData envData)
Deprecated. 
Releases the reference to the conceptual element from the clipboard.

Supported API: true

Parameters:
envData -

equals

public boolean equals(CoClipboardItem item)
               throws WTException
Deprecated. 
Returns whether the item is equal to this one.

Supported API: true

Parameters:
item -
Returns:
boolean
Throws:
WTException