dk.eobjects.datacleaner.gui.panels
Class DefaultValidatorConfigurationPanel

java.lang.Object
  extended by dk.eobjects.datacleaner.gui.panels.AbstractValidatorConfigurationPanel
      extended by dk.eobjects.datacleaner.gui.panels.DefaultValidatorConfigurationPanel
All Implemented Interfaces:
IConfigurationPanel

public class DefaultValidatorConfigurationPanel
extends AbstractValidatorConfigurationPanel


Field Summary
 
Fields inherited from class dk.eobjects.datacleaner.gui.panels.AbstractValidatorConfigurationPanel
_columnSelection, _descriptor, _jobConfiguration, _nameField, _propertiesPanel, _tabbedPane
 
Constructor Summary
DefaultValidatorConfigurationPanel()
           
 
Method Summary
protected  void createPanel(javax.swing.JPanel panel, ValidatorJobConfiguration configuration)
           
 void destroy()
          Signals that the window or tab has been closed.
protected  void updateConfiguration()
           
 
Methods inherited from class dk.eobjects.datacleaner.gui.panels.AbstractValidatorConfigurationPanel
getJobConfiguration, getPanel, initialize, updateTabTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValidatorConfigurationPanel

public DefaultValidatorConfigurationPanel()
Method Detail

createPanel

protected void createPanel(javax.swing.JPanel panel,
                           ValidatorJobConfiguration configuration)
Specified by:
createPanel in class AbstractValidatorConfigurationPanel

destroy

public void destroy()
             throws java.lang.Exception
Description copied from interface: IConfigurationPanel
Signals that the window or tab has been closed. Use this method for optional garbage collection

Specified by:
destroy in interface IConfigurationPanel
Overrides:
destroy in class AbstractValidatorConfigurationPanel
Throws:
java.lang.Exception

updateConfiguration

protected void updateConfiguration()
Specified by:
updateConfiguration in class AbstractValidatorConfigurationPanel


Copyright © 2007-2009. All Rights Reserved.