Uses of Interface
com.iizix.prop.IPropMgrOwner
Packages that use IPropMgrOwner Package Description com.iizigo.panel com.iizix.prop com.iizix.server.monitor com.iizix.server.prop com.iizix.test.client Uses of IPropMgrOwner in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropMgrOwner Modifier and Type Class Description classClientSideEditorClass for client-side editor.Uses of IPropMgrOwner in com.iizix.prop
Methods in com.iizix.prop that return IPropMgrOwner Modifier and Type Method Description IPropMgrOwnerPropMgr. getOwner()Gets the owner Object of this Property Manager instance.Methods in com.iizix.prop with parameters of type IPropMgrOwner Modifier and Type Method Description voidPropMgr. setOwner(IPropMgrOwner owner)Sets the owner Object, can only be done once.Uses of IPropMgrOwner in com.iizix.server.monitor
Subinterfaces of IPropMgrOwner in com.iizix.server.monitor Modifier and Type Interface Description interfaceIVirtualizedMonitorCallback used when the Virtualized Monitor property is created.Uses of IPropMgrOwner in com.iizix.server.prop
Classes in com.iizix.server.prop that implement IPropMgrOwner Modifier and Type Class Description classRootPropTransactionSenderClass used to listen to a property container and to send events when required.Uses of IPropMgrOwner in com.iizix.test.client
Classes in com.iizix.test.client that implement IPropMgrOwner Modifier and Type Class Description classNonUIClientClass emulating a non-UI client.