org.eclipse.emf.facet.custom.ui.internal.exported.dialog
Interface ILoadCustomizationsDialogFactory
public interface ILoadCustomizationsDialogFactory
Factory for ILoadCustomizationsDialog.
- Since:
- 0.2.0
|
Method Summary |
|
createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback)
|
|
createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
java.util.List<Customization> lockedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback,
java.lang.String lockMsg)
|
DEFAULT
static final ILoadCustomizationsDialogFactory DEFAULT
- The default implementation
createLoadCustomizationDialog
<D> ILoadCustomizationsDialog<D> createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback)
- Parameters:
parent - the parent shellavailableCustoms - the customizations that the user will be able to selectselectedCustoms - the customizations that will be selected when the dialog openslistener - called when the dialog closes
- Returns:
- the dialog
- Since:
- 0.2
createLoadCustomizationDialog
<D> ILoadCustomizationsDialog<D> createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
java.util.List<Customization> lockedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback,
java.lang.String lockMsg)
- Parameters:
parent - the parent shellavailableCustoms - the customizations that the user will be able to selectselectedCustoms - the customizations that will be selected when the dialog openslockedCustoms - a list of customizations that the user will not be able to unloadlistener - called when the dialog closeslockMsg - a message indicating why certain customizations cannot be unloaded
- Returns:
- the dialog
- Since:
- 0.2