Package net.sourceforge.nite.nom.link

Provides the interfaces that allow arbitrary applications to share one NOM between them.

See:
          Description

Interface Summary
NOMControl Keeps the registered NOMViews in sync with the central NOM by informing them of any edits made.
NOMEdit A NOMEdit is a single change to the NOM structure.
NOMView A NOMView reacts to changes made to the NOM by other modules.
 

Class Summary
DefaultEdit A DefaultEdit is a single change to the NOM structure
 

Package net.sourceforge.nite.nom.link Description

Provides the interfaces that allow arbitrary applications to share one NOM between them. Also provides an implementation of an edit (DefaultEdit) which is the information passed to applications when edits are made.