Uses of Interface
ix.util.xml.event.NamespaceListener

Packages that use NamespaceListener
ix.ip2 I-X Process Panels 
ix.util.xml XML utilities. 
 

Uses of NamespaceListener in ix.ip2
 

Classes in ix.ip2 that implement NamespaceListener
(package private)  class AnnotationEditor.AnnotationEditPanel
           
 

Uses of NamespaceListener in ix.util.xml
 

Classes in ix.util.xml that implement NamespaceListener
 class XMLTreeEditPanel
          A panel that contains an XML tree-editor.
 class XMLTreeViewPanel
          A panel that contains a simplified XML tree-editor suitable for viewing objects without changing them.
 

Methods in ix.util.xml with parameters of type NamespaceListener
 void XMLTreeNamespaceManager.addNamespaceListener(NamespaceListener listener)