Uses of Interface
com.iizix.prop.IPropExtender
Packages that use IPropExtender Package Description com.iizigo.prop com.iizix.prop Uses of IPropExtender in com.iizigo.prop
Classes in com.iizigo.prop that implement IPropExtender Modifier and Type Class Description class
PropExtender
Class used to Extend property container to each other.Uses of IPropExtender in com.iizix.prop
Methods in com.iizix.prop that return IPropExtender Modifier and Type Method Description static IPropExtender
PropExtenderFactory. createPropExtender()
Creates a new instance of the extender.Method parameters in com.iizix.prop with type arguments of type IPropExtender Modifier and Type Method Description static void
PropExtenderFactory. register(java.lang.Class<? extends IPropExtender> cls)
Registers the class to use for the Extends Framework.