public interface ComponentBuilderPresenter
| Modifier and Type | Method and Description |
|---|---|
void |
applyPropertyValues()
Invoked before execution, the presenter should make sure all configured
properties are set on the job builder.
|
javax.swing.JComponent |
createJComponent()
Creates the
JComponent that is the visual representation of the
job builder. |
org.datacleaner.job.builder.ComponentBuilder |
getComponentBuilder()
Gets the
ComponentBuilder that is being presented |
org.datacleaner.job.builder.ComponentBuilder getComponentBuilder()
ComponentBuilder that is being presentedjavax.swing.JComponent createJComponent()
JComponent that is the visual representation of the
job builder.JComponent that can be used to present the
configuration of the job builder.void applyPropertyValues()
throws org.datacleaner.job.builder.UnconfiguredConfiguredPropertyException
org.datacleaner.job.builder.UnconfiguredConfiguredPropertyException - in case one or more properties have not been configuredCopyright © 2015. All Rights Reserved.