|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.selection.CoClipboard
@Deprecated public class CoClipboard
The conceptual clipboard. The clipboard is designed to support Cut/Copy/Paste operations in DCA.
The clipboard stores externalized addresses of the clipped instance
holders instead of storing their references. This is to avoid having
them being referenced after their frames were aged out from cache. A
set of special methods is provided to resolve addresses to references
and to release references after use.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
ArrayList |
getItems()
Deprecated. Gets the value of the attribute: items; the list of items on the clipboard. |
CoClipboardMode |
getMode()
Deprecated. Gets the value of the attribute: mode; the mode of the clipboard. |
CoClippingReason |
getReason()
Deprecated. Gets the value of the attribute: reason; the clipping reason. |
void |
put(ArrayList instanceHolders,
CoEnvData envData)
Deprecated. Places a list of instance holders on the clipboard. |
void |
put(CoInstanceHolder instanceHolder,
CoEnvData envData)
Deprecated. Places the instance holder on the clipboard. |
void |
releaseReferences(CoEnvData envData)
Deprecated. Releases referenes to the conceptual elements from the clipboard. |
void |
resolveAddresses(CoEnvData envData)
Deprecated. Resolves addresses of the conceptual elements on the clipboard into references to them. |
void |
setItems(ArrayList a_Items)
Deprecated. Sets the value of the attribute: items; the list of items on the clipboard. |
void |
setMode(CoClipboardMode a_Mode)
Deprecated. Sets the value of the attribute: mode; the mode of the clipboard. |
void |
setReason(CoClippingReason a_Reason)
Deprecated. Sets the value of the attribute: reason; the clipping reason. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CoClipboardMode getMode()
public void setMode(CoClipboardMode a_Mode)
a_Mode - public CoClippingReason getReason()
public void setReason(CoClippingReason a_Reason)
a_Reason - public ArrayList getItems()
CoClipboardItem class.
public void setItems(ArrayList a_Items)
CoClipboardItem class.
a_Items -
public void resolveAddresses(CoEnvData envData)
throws WTException
envData -
WTExceptionpublic void releaseReferences(CoEnvData envData)
envData -
public void put(CoInstanceHolder instanceHolder,
CoEnvData envData)
throws WTException
instanceHolder - envData -
WTException
public void put(ArrayList instanceHolders,
CoEnvData envData)
throws WTException
instanceHolders - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||