Uses of Interface
ix.iview.DomainObjectManager

Packages that use DomainObjectManager
ix.iview Viewers. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
 

Uses of DomainObjectManager in ix.iview
 

Methods in ix.iview with parameters of type DomainObjectManager
 void AbstractUISetEditor.setManager(DomainObjectManager manager, java.util.LinkedList objects)
           
 

Constructors in ix.iview with parameters of type DomainObjectManager
AbstractUISetEditor(DomainObjectManager manager, java.util.LinkedList objects)
           
UIObjectClassSetEditor(DomainObjectManager om, java.util.LinkedList os)
           
UIRefinementSetEditor(DomainObjectManager om, java.util.LinkedList os)
           
 

Uses of DomainObjectManager in ix.iview.domain
 

Classes in ix.iview.domain that implement DomainObjectManager
 class UIDomain
          Mirrors the Domain for safe editing and adds UI things and change management.