public interface IConfigurationUIFactory
AbstractConfigurationUI
.Modifier and Type | Method and Description |
---|---|
AbstractConfigurationUI |
createUI(org.eclipse.swt.widgets.Composite parent,
int style,
org.eclipse.jface.preference.IPreferenceStore store)
Create an
AbstractConfigurationUI |
AbstractConfigurationUI createUI(org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.jface.preference.IPreferenceStore store)
AbstractConfigurationUI
parent
- Parent composite.style
- Style of the new AbstractConfigurationUI
store
- IPreferenceStore
to store configuration.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.