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

Packages that use UIDomainEvent
ix.iview Viewers. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
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 GrammarEditorPanel.constructAdded(UIDomainEvent se)
           
 void GlobalFormPanel.constructAdded(UIDomainEvent e)
           
 void DomainEditorFrame.constructAdded(UIDomainEvent e)
           
 void DeclarationEditor.constructAdded(UIDomainEvent se)
           
 void ActionEditorPanel.constructAdded(UIDomainEvent event)
          Called when a UI construct is added.
 void AROEditorPanel.constructAdded(UIDomainEvent event)
          Called when a UI construct is added.
 void GrammarEditorPanel.constructEdited(UIDomainEvent se)
           
 void GlobalFormPanel.constructEdited(UIDomainEvent e)
           
 void DomainEditorFrame.constructEdited(UIDomainEvent e)
           
 void DeclarationEditor.constructEdited(UIDomainEvent se)
           
 void ActionEditorPanel.constructEdited(UIDomainEvent event)
          Called when a UI construct is edited.
 void AROEditorPanel.constructEdited(UIDomainEvent event)
          Called when a UI construct is edited.
 void GrammarEditorPanel.constructRemoved(UIDomainEvent se)
           
 void GlobalFormPanel.constructRemoved(UIDomainEvent e)
           
 void DomainEditorFrame.constructRemoved(UIDomainEvent e)
           
 void DeclarationEditor.constructRemoved(UIDomainEvent se)
           
 void ActionEditorPanel.constructRemoved(UIDomainEvent event)
          Called when a UI construct is removed.
 void AROEditorPanel.constructRemoved(UIDomainEvent event)
          Called when a UI construct is removed.
 void GrammarEditorPanel.domainCleared(UIDomainEvent se)
           
 void GlobalFormPanel.domainCleared(UIDomainEvent e)
           
 void DomainEditorFrame.domainCleared(UIDomainEvent e)
           
 void DeclarationEditor.domainCleared(UIDomainEvent se)
           
 void ActionEditorPanel.domainCleared(UIDomainEvent event)
           
 void AROEditorPanel.domainCleared(UIDomainEvent event)
           
 void GrammarEditorPanel.domainEdited(UIDomainEvent se)
           
 void GlobalFormPanel.domainEdited(UIDomainEvent e)
           
 void DomainEditorFrame.domainEdited(UIDomainEvent se)
           
 void DeclarationEditor.domainEdited(UIDomainEvent se)
           
 void ActionEditorPanel.domainEdited(UIDomainEvent se)
           
 void AROEditorPanel.domainEdited(UIDomainEvent se)
           
 void GrammarEditorPanel.domainSet(UIDomainEvent se)
           
 void GlobalFormPanel.domainSet(UIDomainEvent e)
           
 void DomainEditorFrame.domainSet(UIDomainEvent se)
           
 void DeclarationEditor.domainSet(UIDomainEvent se)
           
 void ActionEditorPanel.domainSet(UIDomainEvent event)
           
 void AROEditorPanel.domainSet(UIDomainEvent event)
           
 

Uses of UIDomainEvent in ix.iview.domain
 

Methods in ix.iview.domain with parameters of type UIDomainEvent
 void UIGrammar.constructAdded(UIDomainEvent se)
           
 void UIGrammar.constructEdited(UIDomainEvent se)
           
 void UIGrammar.constructRemoved(UIDomainEvent se)
           
 void UIGrammar.domainCleared(UIDomainEvent se)
           
 void UIGrammar.domainEdited(UIDomainEvent se)
           
 void UIGrammar.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)