Uses of Interface
ix.iview.domain.event.UIDomainListener

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

Uses of UIDomainListener in ix.iview
 

Classes in ix.iview that implement UIDomainListener
 class ActionEditorPanel
          An editor/viewer panel for refinement structures.
 class DomainEditor
          An editor/viewer frame for domain details.
 class GlobalFormPanel
          A panel containing form-style sub-panels for viewing/editing an object
 class GrammarEditorPanel
          A grammar editor/viewer panel Waiting to be documented and implemented properly.
 

Uses of UIDomainListener in ix.iview.domain
 

Methods in ix.iview.domain with parameters of type UIDomainListener
 void UIDomain.addUIDomainListener(UIDomainListener listener)
           
 void UIDomain.removeUIDomainListener(UIDomainListener listener)
           
 

Uses of UIDomainListener in ix.iview.table
 

Classes in ix.iview.table that implement UIDomainListener
 class ActionTreeTableModel
          A TreeTableModel that can display Refinement and Node objects.
 class ShortActionTreeTableModel
          A TreeTableModel that can display Refinement and Node objects.