Uses of Interface
com.iizix.prop.IModuleProjectPropProvider
Packages that use IModuleProjectPropProvider Package Description com.iizigo.app.prop com.iizigo.project com.iizix.prop com.iizix.server.app.prop Uses of IModuleProjectPropProvider in com.iizigo.app.prop
Classes in com.iizigo.app.prop that implement IModuleProjectPropProvider Modifier and Type Class Description class
EditorModuleProjectPropCnr
The Editor version of the Module project property container.Uses of IModuleProjectPropProvider in com.iizigo.project
Classes in com.iizigo.project that implement IModuleProjectPropProvider Modifier and Type Class Description class
ModuleRootPropCnr
The module root property container.Uses of IModuleProjectPropProvider in com.iizix.prop
Methods in com.iizix.prop with parameters of type IModuleProjectPropProvider Modifier and Type Method Description boolean
ClientProps. assignModuleProvider(IModuleProjectPropProvider modulePropProvider)
Assigns a module project property provider.ClientProps
PropMgr. createClientRootContainer(IModuleProjectPropProvider modulePropProvider)
Creates the client root container.ClientProps
PropMgr. createRootContainer(ReadTransaction trans, IModuleProjectPropProvider modulePropProvider)
Creates the root container on the client side at the reception of the TRANS_CREATE transaction, initiates it from the Transaction and returns it.Uses of IModuleProjectPropProvider in com.iizix.server.app.prop
Classes in com.iizix.server.app.prop that implement IModuleProjectPropProvider Modifier and Type Class Description class
ModuleProjectPropCnr
The module root property container.Methods in com.iizix.server.app.prop that return IModuleProjectPropProvider Modifier and Type Method Description IModuleProjectPropProvider
AppPropCnr. getModuleProjectPropProvider()
Gets the Module properties provider.