ix.iface.ui
Interface ObjectManager

All Known Subinterfaces:
DomainObjectManager
All Known Implementing Classes:
UIDomain

public interface ObjectManager

An interface to provide access to an (ordered) set of objects.


Method Summary
 void fireConstructAdded(AbstractSetEditor se, java.lang.Object o)
           
 void fireConstructEdited(AbstractSetEditor se, java.lang.Object o)
           
 void fireConstructRemoved(AbstractSetEditor se, java.lang.Object o)
           
 boolean isLoading()
           
 boolean isSaving()
           
 void noteSetEditor(AbstractSetEditor se)
           
 

Method Detail

fireConstructAdded

void fireConstructAdded(AbstractSetEditor se,
                        java.lang.Object o)

fireConstructEdited

void fireConstructEdited(AbstractSetEditor se,
                         java.lang.Object o)

fireConstructRemoved

void fireConstructRemoved(AbstractSetEditor se,
                          java.lang.Object o)

noteSetEditor

void noteSetEditor(AbstractSetEditor se)

isSaving

boolean isSaving()

isLoading

boolean isLoading()