Uses of Interface
no.uio.edd.utils.datautils.EddChainable

Packages that use EddChainable
no.uio.edd.model.geo   
no.uio.edd.utils.datautils   
 

Uses of EddChainable in no.uio.edd.model.geo
 

Classes in no.uio.edd.model.geo that implement EddChainable
 class GeoModelElement
          A kind of a wrapper class around a DOM Element so that the local interface can be added easily.
 

Methods in no.uio.edd.model.geo that return EddChainable
 EddChainable GeoModelElement.next()
           
 

Methods in no.uio.edd.model.geo with parameters of type EddChainable
 void GeoModelElement.setNext(EddChainable newNext)
           
 

Uses of EddChainable in no.uio.edd.utils.datautils
 

Methods in no.uio.edd.utils.datautils that return EddChainable
 EddChainable EddChainable.next()
          Get the next object in the chain.
static EddChainable EddPointerChainUtils.removeFromPointerChain(EddChainable firstElem, EddChainable toBeRemoved)
          All occurences of the element to be removed is excluded from the pointer chain.
 

Methods in no.uio.edd.utils.datautils with parameters of type EddChainable
static EddChainable EddPointerChainUtils.removeFromPointerChain(EddChainable firstElem, EddChainable toBeRemoved)
          All occurences of the element to be removed is excluded from the pointer chain.
 void EddChainable.setNext(EddChainable newNext)
          Set the pointer to the next object in the chain.