|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
wt.identity.DisplayIdentificationVersionedDelegate
wt.identity.DisplayIdentificationStandardVersionedDelegate
wt.identity.DisplayIdentificationWTPartDelegate
public class DisplayIdentificationWTPartDelegate
Provides Identification information for a WTPart object.
The type for the object comes from the partType attribute
and the identifier value is the number and name plus revision and view.
WTPart becomes "Typed" after Release 6.0, its type information should
still come from the partType attribute, but by calling
a different mechanism through DefinitionDescriptorFactory. This delegate's
initializeType() method changed to reflect this difference by using introspector
if WTPart is not "typed", using DefintionDescriptorFactory related methods
otherwise to get hold of its type display information.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
protected void |
initializeIterationIdentity(Object object)
Initialize the identity for the version portion of the object. |
protected void |
initializeIterationIdentitySansView(Object object)
Initialize the identity for the version portion of the object. |
protected void |
initializeType(Object object)
Initialize the type attribute of this property object. |
protected void |
initializeVersionIdentity(Object object)
Initialize the identity for the version portion of the object. |
| Methods inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate |
|---|
initializeConceptIdentity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected void initializeType(Object object)
initializeType in class DisplayIdentificationStandardVersionedDelegateobject - protected void initializeIterationIdentitySansView(Object object)
object - protected void initializeIterationIdentity(Object object)
initializeIterationIdentity in class DisplayIdentificationStandardVersionedDelegateobject - protected void initializeVersionIdentity(Object object)
initializeVersionIdentity in class DisplayIdentificationStandardVersionedDelegateobject -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||