All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----xc.xc_CustomizerFactory
Create a customizer of a type suitable for displaying a node whose name is 'InputNodeName'.
Create a customizer of a type suitable for displaying a node whose name is 'InputNodeName'.
Create a customizer of a type suitable for displaying a node whose name is 'InputNodeName'.
public xc_CustomizerFactory()
public xc_NodeCustomizer createCustomizer(xg_Node InputNode,
xc_NodeCustomizer InputExistingCustomizer) throws xc_CustomizerCreationException
Create a customizer of a type suitable for displaying a node whose name is 'InputNodeName'. If the InputExistingCustomizer exists and is of the right type (ie. is an instance of the same class which we would construct), then it will be re-used.
Non-standard customizers can be added by registering them with xm_NodeTypeRegistry.
public xc_NodeCustomizer createCustomizer(String InputNodeName,
int InputNodeType) throws xc_CustomizerCreationException
Create a customizer of a type suitable for displaying a node whose name is 'InputNodeName'. If no customizer is registered for InputNodeName, then a custopmizer suitable for InputNodeType is created. This dual-level scheme allows special customizers to be added, while still creating customizers of the correct standard type the rest of the time.
Non-standard customizers can be added by registering them with xm_NodeTypeRegistry.
public xc_NodeCustomizer createCustomizer(xg_Node InputNode) throws xc_CustomizerCreationException
Create a customizer of a type suitable for displaying a node whose name is 'InputNodeName'. If no customizer is registered for InputNodeName, then a custopmizer suitable for InputNodeType is created. This dual-level scheme allows special customizers to be added, while still creating customizers of the correct standard type the rest of the time.
Non-standard customizers can be added by registering them with xm_NodeTypeRegistry.
public xc_NodeCustomizer createCustomizer(String InputCustomizerClassName) throws xc_CustomizerCreationException
public String getCustomizerClassName(String InputNodeName,
int InputNodeType) throws xc_CustomizerCreationException
All Packages Class Hierarchy This Package Previous Next Index