Package com.ptc.core.managedcollection
Class ManagedCollectionDisplayIdentityDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
com.ptc.core.managedcollection.ManagedCollectionDisplayIdentityDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
public class ManagedCollectionDisplayIdentityDelegate
extends DisplayIdentificationStandardDelegate
implements Serializable
This is an implementation for providing display identification information
for ManagedCollection objects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeIdentifier(Object managedCollection) Initialize the identifier attribute of this property object.protected voidinitializeType(Object object) Initialize the type attribute of this property object.Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier, initializeType
-
Method Details
-
initializeIdentifier
Initialize the identifier attribute of this property object.
Supported API: true- Specified by:
initializeIdentifierin classDisplayIdentificationStandardDelegate- Parameters:
managedCollection- the managed collection
-
initializeType
Initialize the type attribute of this property object.
Supported API: true- Specified by:
initializeTypein classDisplayIdentificationStandardDelegate- Parameters:
object- the object
-