Uses of Interface
com.iizix.prop.IModuleOwner
Packages that use IModuleOwner Package Description com.iizigo.app.prop com.iizix.prop com.iizix.prop.ui com.iizix.prop.ui.map com.iizix.prop.vs com.iizix.prop.vs.actor com.iizix.server.app.prop Uses of IModuleOwner in com.iizigo.app.prop
Classes in com.iizigo.app.prop that implement IModuleOwner Modifier and Type Class Description class
EditorModuleProjectPropCnr
The Editor version of the Module project property container.Uses of IModuleOwner in com.iizix.prop
Methods in com.iizix.prop with parameters of type IModuleOwner Modifier and Type Method Description protected void
ClassReference. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
GProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
MethodReference2. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Uses of IModuleOwner in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IModuleOwner Modifier and Type Method Description protected void
UIComp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
UIContextMenu. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
UIPanelBase. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
UITitlePane. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Uses of IModuleOwner in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type IModuleOwner Modifier and Type Method Description protected void
MapMarkerProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Uses of IModuleOwner in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IModuleOwner Modifier and Type Method Description protected void
VirtualSpace. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
VSAction. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
VSComponent. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Uses of IModuleOwner in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type IModuleOwner Modifier and Type Method Description protected void
FieldActor. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Uses of IModuleOwner in com.iizix.server.app.prop
Classes in com.iizix.server.app.prop that implement IModuleOwner Modifier and Type Class Description class
ModuleProjectPropCnr
The module root property container.