Uses of Class
wt.graph.ObjectImage

Packages that use ObjectImage
wt.graph   
wt.graph.template   
 

Uses of ObjectImage in wt.graph
 

Subclasses of ObjectImage in wt.graph
 class VariableObjectReferenceImage
          

Supported API: false

Extendable: false
 class XMLObjectContentImage
          

Supported API: false

Extendable: false
 

Fields in wt.graph declared as ObjectImage
private  ObjectImage ObjectInfo.imageImpl
           
 

Methods in wt.graph that return ObjectImage
static ObjectImage ObjectImage.newObjectImage(String consumer)
          Makes a new instance of one of the subclassed images as defined in a property where the consumer class is paired with the image subclass.
 

Methods in wt.graph with parameters of type ObjectImage
protected  boolean ObjectImage.readVersion(ObjectImage thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ObjectImage in wt.graph.template
 

Subclasses of ObjectImage in wt.graph.template
 class ObjectPrototypeImage
          

Supported API: false

Extendable: false