public class DatabaseConfigurationImportRuleComposite extends Object implements ImportRuleCompositeInterface
Constructor and Description |
---|
DatabaseConfigurationImportRuleComposite() |
Modifier and Type | Method and Description |
---|---|
protected void |
editDatabase() |
org.eclipse.swt.widgets.Composite |
getComposite(org.eclipse.swt.widgets.Composite parent,
ImportRuleInterface importRule)
Get a composite with all controls on it that will allow a user to edit the import rule settings.
|
void |
getCompositeData(ImportRuleInterface importRule)
Get the data from the composite controls and set them in the import rule provided.
|
void |
setCompositeData(ImportRuleInterface importRule)
Set the import rule data onto the composite
|
public DatabaseConfigurationImportRuleComposite()
public org.eclipse.swt.widgets.Composite getComposite(org.eclipse.swt.widgets.Composite parent, ImportRuleInterface importRule)
ImportRuleCompositeInterface
getComposite
in interface ImportRuleCompositeInterface
parent
- The parent composite to place the new composite in.importRule
- The import rule to editpublic void setCompositeData(ImportRuleInterface importRule)
ImportRuleCompositeInterface
setCompositeData
in interface ImportRuleCompositeInterface
importRule
- the import rule to usepublic void getCompositeData(ImportRuleInterface importRule)
ImportRuleCompositeInterface
getCompositeData
in interface ImportRuleCompositeInterface
importRule
- The import rule to update.protected void editDatabase()
Copyright © 2019 Hitachi Vantara. All rights reserved.