| Package | Description |
|---|---|
| org.datacleaner.panels | |
| org.datacleaner.widgets.properties |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyWidget<?> |
AbstractComponentBuilderPanel.createPropertyWidget(org.datacleaner.job.builder.ComponentBuilder componentBuilder,
ConfiguredPropertyDescriptor propertyDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyWidget<E>
Abstract implementation of the PropertyWidget interface.
|
class |
MinimalPropertyWidget<E>
Minimalistic abstract implementation of the
PropertyWidget interface. |
| Modifier and Type | Method and Description |
|---|---|
PropertyWidget<?> |
PropertyWidgetFactory.create(ConfiguredPropertyDescriptor propertyDescriptor)
Creates (and registers) a widget that fits the specified configured
property.
|
PropertyWidget<?> |
PropertyWidgetFactory.create(java.lang.String propertyName) |
PropertyWidget<?> |
PropertyWidgetCollection.getMappedPropertyWidget(ConfiguredPropertyDescriptor propertyDescriptor) |
protected abstract PropertyWidget<?> |
PropertyWidgetPanel.getPropertyWidget(ConfiguredPropertyDescriptor propertyDescriptor) |
PropertyWidget<?> |
PropertyWidgetCollection.getWidget(ConfiguredPropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PropertyWidget<?>> |
PropertyWidgetCollection.getWidgets() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyWidgetCollection.registerWidget(ConfiguredPropertyDescriptor propertyDescriptor,
PropertyWidget<?> widget)
Registers a widget in this factory in rare cases when the factory is not
used to actually instantiate the widget, but it is still needed to
register the widget for compliancy with eg.
|
Copyright © 2015. All Rights Reserved.