Uses of Interface
com.iizix.prop.IAppOwner
Packages that use IAppOwner Package Description 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 Uses of IAppOwner in com.iizix.prop
Methods in com.iizix.prop with parameters of type IAppOwner Modifier and Type Method Description protected voidClassReference. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidGProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidMethodReference2. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.java.util.List<java.lang.Throwable>PropCnr. prepare(IAppOwner appOwner)Prepares the property tree for application use by initializing and loading classes, etc.Uses of IAppOwner in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IAppOwner Modifier and Type Method Description protected voidUIComp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidUIContextMenu. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidUIPanelBase. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidUITitlePane. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.Uses of IAppOwner in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type IAppOwner Modifier and Type Method Description protected voidMapMarkerProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.Uses of IAppOwner in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IAppOwner Modifier and Type Method Description protected voidVirtualSpace. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidVSAction. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidVSComponent. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.Uses of IAppOwner in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type IAppOwner Modifier and Type Method Description protected voidFieldActor. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.Uses of IAppOwner in com.iizix.server.app
Classes in com.iizix.server.app that implement IAppOwner Modifier and Type Class Description classAppFactoryThe application factory contains the application that should be run.