net.sourceforge.nite.nom.nomwrite
Interface NOMPointer.SharedPoint

All Known Implementing Classes:
NOMWritePointer.SharedPointer
Enclosing interface:
NOMPointer

public static interface NOMPointer.SharedPoint

This inner interface provides a single utility function for shared NOM users - can be ignored if NOM is not shared amongst multiple applications that can write to the NOM.


Method Summary
 void setToElement(NOMView view, NOMElement target)
          set the element to which this pointer points
 

Method Detail

setToElement

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

Throws:
NOMException