Package com.iizix.prop
Class PropExtenderFactory
java.lang.Object
com.iizix.prop.PropExtenderFactory
The factory that creates an instance of the Property Extender in the Extends Framework.
Only the Designer registers the capability with a valid instance, the Server or Client registers with a capability with a null instance in order to disable the Extends Framework.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static IPropExtenderCreates a new instance of the extender.- static void- register- (Class<? extends IPropExtender> cls) Registers the class to use for the Extends Framework.
- Constructor Details- PropExtenderFactorypublic PropExtenderFactory()
 
- Method Details- registerRegisters the class to use for the Extends Framework. This method may only be called once.- Parameters:
- cls- The class to use, null to disable.
- Throws:
- InternalError- If called twice.
 
- createPropExtenderCreates a new instance of the extender.- Returns:
- The new instance, or null if the Extends Framework is disabled.