public final class DatabindingFrameworkRegistration
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addCreatorPresentationFactory(java.lang.String friendlyName,
CreatorPresentationFactory factory)
Patterns usually refer to presentations by the full classname.
|
void |
removeCreatorPresentationFactory(java.lang.String friendlyName)
Removes the alias for a creator presentation by the framework.
|
void |
setDefaultRegistrationConfiguration(RegistrationConfiguration defaultConfiguration)
Sets the default configuration to be used when registering all patterns in the future.
|
public void setDefaultRegistrationConfiguration(RegistrationConfiguration defaultConfiguration)
public void addCreatorPresentationFactory(java.lang.String friendlyName, CreatorPresentationFactory factory)
public void removeCreatorPresentationFactory(java.lang.String friendlyName)