Package org.pentaho.di.ui.imp.rules
Class DatabaseConfigurationImportRuleComposite
java.lang.Object
org.pentaho.di.ui.imp.rules.DatabaseConfigurationImportRuleComposite
- All Implemented Interfaces:
ImportRuleCompositeInterface
public class DatabaseConfigurationImportRuleComposite
extends Object
implements ImportRuleCompositeInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidorg.eclipse.swt.widgets.CompositegetComposite(org.eclipse.swt.widgets.Composite parent, org.pentaho.di.imp.rule.ImportRuleInterface importRule) Get a composite with all controls on it that will allow a user to edit the import rule settings.voidgetCompositeData(org.pentaho.di.imp.rule.ImportRuleInterface importRule) Get the data from the composite controls and set them in the import rule provided.voidsetCompositeData(org.pentaho.di.imp.rule.ImportRuleInterface importRule) Set the import rule data onto the composite
-
Constructor Details
-
DatabaseConfigurationImportRuleComposite
public DatabaseConfigurationImportRuleComposite()
-
-
Method Details
-
getComposite
public org.eclipse.swt.widgets.Composite getComposite(org.eclipse.swt.widgets.Composite parent, org.pentaho.di.imp.rule.ImportRuleInterface importRule) Description copied from interface:ImportRuleCompositeInterfaceGet a composite with all controls on it that will allow a user to edit the import rule settings.- Specified by:
getCompositein interfaceImportRuleCompositeInterface- Parameters:
parent- The parent composite to place the new composite in.importRule- The import rule to edit- Returns:
- the new composite
-
setCompositeData
public void setCompositeData(org.pentaho.di.imp.rule.ImportRuleInterface importRule) Description copied from interface:ImportRuleCompositeInterfaceSet the import rule data onto the composite- Specified by:
setCompositeDatain interfaceImportRuleCompositeInterface- Parameters:
importRule- the import rule to use
-
getCompositeData
public void getCompositeData(org.pentaho.di.imp.rule.ImportRuleInterface importRule) Description copied from interface:ImportRuleCompositeInterfaceGet the data from the composite controls and set them in the import rule provided.- Specified by:
getCompositeDatain interfaceImportRuleCompositeInterface- Parameters:
importRule- The import rule to update.
-
editDatabase
protected void editDatabase()
-