Uses of Interface
net.dpml.transit.model.LayoutRegistryModel

Packages that use LayoutRegistryModel
net.dpml.transit.model The model package contains a set of interfaces that define an active configuration model. 
 

Uses of LayoutRegistryModel in net.dpml.transit.model
 

Methods in net.dpml.transit.model that return LayoutRegistryModel
 LayoutRegistryModel CacheModel.getLayoutRegistryModel()
          Return the layout registry model.
 LayoutRegistryModel LayoutRegistryEvent.getLayoutRegistryModel()
          Return the model initiating the event.
 

Constructors in net.dpml.transit.model with parameters of type LayoutRegistryModel
LayoutRegistryEvent(LayoutRegistryModel system, LayoutModel resolver)
          Creation of a new LayoutRegistryEvent signalling the addition or removal of a layout model.