Interface IConfigurationUIFactory
-
- All Known Implementing Classes:
DefaultMatchEngineConfiguatorUIFactory
public interface IConfigurationUIFactory
Factory forAbstractConfigurationUI
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractConfigurationUI
createUI(org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.jface.preference.IPreferenceStore store)
Create anAbstractConfigurationUI
-
-
-
Method Detail
-
createUI
AbstractConfigurationUI createUI(org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.jface.preference.IPreferenceStore store)
Create anAbstractConfigurationUI
- Parameters:
parent
- Parent composite.style
- Style of the newAbstractConfigurationUI
store
-IPreferenceStore
to store configuration.- Returns:
- Configuration UI
-
-