net.sourceforge.nite.nom.nomwrite.impl
Class NOMWritePointer.SharedPointer

java.lang.Object
  extended by net.sourceforge.nite.nom.nomwrite.impl.NOMWritePointer.SharedPointer
All Implemented Interfaces:
NOMPointer.SharedPoint
Enclosing class:
NOMWritePointer

public class NOMWritePointer.SharedPointer
extends java.lang.Object
implements NOMPointer.SharedPoint

This inner class provides a utility function for shared NOM users


Constructor Summary
NOMWritePointer.SharedPointer(NOMWritePointer nwa)
           
 
Method Summary
 void setToElement(NOMView view, NOMElement target)
          set the element to which this pointer points
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOMWritePointer.SharedPointer

public NOMWritePointer.SharedPointer(NOMWritePointer nwa)
Method Detail

setToElement

public void setToElement(NOMView view,
                         NOMElement target)
                  throws NOMException
set the element to which this pointer points

Specified by:
setToElement in interface NOMPointer.SharedPoint
Throws:
NOMException