Uses of Class
textbender.a.r.desk.HostServiceRegistry.UniqueID

Packages that use HostServiceRegistry.UniqueID
textbender.a.r.desk   
textbender.a.u.chromography   
textbender.a.u.transfer   
 

Uses of HostServiceRegistry.UniqueID in textbender.a.r.desk
 

Methods in textbender.a.r.desk that return HostServiceRegistry.UniqueID
 HostServiceRegistry.UniqueID HostServiceRegistry.nextUniqueID()
          Returns the next unique identifier.
 HostServiceRegistry.UniqueID HostServiceRegistry1.nextUniqueID()
           
 

Uses of HostServiceRegistry.UniqueID in textbender.a.u.chromography
 

Methods in textbender.a.u.chromography that return HostServiceRegistry.UniqueID
 HostServiceRegistry.UniqueID ReferenceSeries.origin()
          Identifies the origin of the series.
 HostServiceRegistry.UniqueID InPageFactory.uniqueID()
          The unique identifier of this referenceSeries origin.
 

Constructors in textbender.a.u.chromography with parameters of type HostServiceRegistry.UniqueID
ReferenceSeries(HostServiceRegistry.UniqueID origin, Element[] leafGeneArray, List<Element> gList)
          Creates a ReferenceSeries.
 

Uses of HostServiceRegistry.UniqueID in textbender.a.u.transfer
 

Methods in textbender.a.u.transfer that return HostServiceRegistry.UniqueID
 HostServiceRegistry.UniqueID Transferand.origin()
          Identifies the program agent that constructed the transferand.
 HostServiceRegistry.UniqueID InPageFactory.uniqueID()
          The unique identifier of this source.
 

Constructors in textbender.a.u.transfer with parameters of type HostServiceRegistry.UniqueID
Transferand(HostServiceRegistry.UniqueID origin, File documentFile, int gIndex0, int gIndex1)
          Creates a Transferand.