Uses of Class
ix.iview.domain.event.UIDomainEvent

Packages that use UIDomainEvent
ix.iview Viewers. 
ix.iview.domain.event Events and listeners that relate to UIObjects (Objects that mirror those of the domain) 
ix.iview.table   
ix.iview.tree   
 

Uses of UIDomainEvent in ix.iview
 

Methods in ix.iview with parameters of type UIDomainEvent
 void GlobalFormPanel.constructAdded(UIDomainEvent e)
           
 void DeclarationEditor.constructAdded(UIDomainEvent se)
           
 void GrammarEditorPanel.constructAdded(UIDomainEvent se)
           
 void AROEditorPanel.constructAdded(UIDomainEvent event)
          Called when a UI construct is added.
 void ActionEditorPanel.constructAdded(UIDomainEvent event)
          Called when a UI construct is added.
 void DomainEditorFrame.constructAdded(UIDomainEvent e)
           
 void GlobalFormPanel.constructEdited(UIDomainEvent e)
           
 void DeclarationEditor.constructEdited(UIDomainEvent se)
           
 void GrammarEditorPanel.constructEdited(UIDomainEvent se)
           
 void AROEditorPanel.constructEdited(UIDomainEvent event)
          Called when a UI construct is edited.
 void ActionEditorPanel.constructEdited(UIDomainEvent event)
          Called when a UI construct is edited.
 void DomainEditorFrame.constructEdited(UIDomainEvent e)
           
 void GlobalFormPanel.constructRemoved(UIDomainEvent e)
           
 void DeclarationEditor.constructRemoved(UIDomainEvent se)
           
 void GrammarEditorPanel.constructRemoved(UIDomainEvent se)
           
 void AROEditorPanel.constructRemoved(UIDomainEvent event)
          Called when a UI construct is removed.
 void ActionEditorPanel.constructRemoved(UIDomainEvent event)
          Called when a UI construct is removed.
 void DomainEditorFrame.constructRemoved(UIDomainEvent e)
           
 void GlobalFormPanel.domainCleared(UIDomainEvent e)
           
 void DeclarationEditor.domainCleared(UIDomainEvent se)
           
 void GrammarEditorPanel.domainCleared(UIDomainEvent se)
           
 void AROEditorPanel.domainCleared(UIDomainEvent event)
           
 void ActionEditorPanel.domainCleared(UIDomainEvent event)
           
 void DomainEditorFrame.domainCleared(UIDomainEvent e)
           
 void GlobalFormPanel.domainEdited(UIDomainEvent e)
           
 void DeclarationEditor.domainEdited(UIDomainEvent se)
           
 void GrammarEditorPanel.domainEdited(UIDomainEvent se)
           
 void AROEditorPanel.domainEdited(UIDomainEvent se)
           
 void ActionEditorPanel.domainEdited(UIDomainEvent se)
           
 void DomainEditorFrame.domainEdited(UIDomainEvent se)
           
 void GlobalFormPanel.domainSet(UIDomainEvent e)
           
 void DeclarationEditor.domainSet(UIDomainEvent se)
           
 void GrammarEditorPanel.domainSet(UIDomainEvent se)
           
 void AROEditorPanel.domainSet(UIDomainEvent event)
           
 void ActionEditorPanel.domainSet(UIDomainEvent event)
           
 void DomainEditorFrame.domainSet(UIDomainEvent se)
           
 

Uses of UIDomainEvent in ix.iview.domain.event
 

Methods in ix.iview.domain.event with parameters of type UIDomainEvent
 void UIDomainListener.constructAdded(UIDomainEvent event)
          Called when a UI construct is added.
 void UIDomainListener.constructEdited(UIDomainEvent event)
          Called when a UI construct is edited.
 void UIDomainListener.constructRemoved(UIDomainEvent event)
          Called when a UI construct is removed.
 void UIDomainListener.domainCleared(UIDomainEvent event)
          Called when the domain is cleared.
 void UIDomainListener.domainEdited(UIDomainEvent event)
          Called when the domain's own fields changed (currently only name).
 void UIDomainListener.domainSet(UIDomainEvent event)
          Called when the domain is added.
 

Uses of UIDomainEvent in ix.iview.table
 

Methods in ix.iview.table with parameters of type UIDomainEvent
 void ActionTreeTableModel.constructAdded(UIDomainEvent e)
           
 void ActionTreeTableModel.constructEdited(UIDomainEvent e)
           
 void ActionTreeTableModel.constructRemoved(UIDomainEvent e)
           
 void ActionTreeTableModel.domainCleared(UIDomainEvent e)
           
 void ActionTreeTableModel.domainEdited(UIDomainEvent e)
           
 void ActionTreeTableModel.domainSet(UIDomainEvent e)
           
 

Uses of UIDomainEvent in ix.iview.tree
 

Methods in ix.iview.tree with parameters of type UIDomainEvent
 void DomainTreeModel.constructAdded(UIDomainEvent event)
           
 void DomainTreeModel.constructEdited(UIDomainEvent event)
           
 void DomainTreeModel.constructRemoved(UIDomainEvent event)
           
 void DomainTreeModel.domainCleared(UIDomainEvent event)
           
 void DomainTreeModel.domainEdited(UIDomainEvent event)
           
 void DomainTreeModel.domainSet(UIDomainEvent event)