org.eclipse.emf.emfstore.internal.client.ui.dialogs.merge.ui.components
Interface DetailsPart


public interface DetailsPart

Interface for adding custom merge widgets in the merge dialog.

Author:
wesendon

Method Summary
 org.eclipse.swt.widgets.Control initialize(DecisionManager manager, ConflictOption option, org.eclipse.swt.widgets.Composite parent)
          Allows to add a custom merge widget.
 

Method Detail

initialize

org.eclipse.swt.widgets.Control initialize(DecisionManager manager,
                                           ConflictOption option,
                                           org.eclipse.swt.widgets.Composite parent)
Allows to add a custom merge widget.

Parameters:
manager - current DecisionManager
option - the current ConflictOption
parent - parent component to which the widget is added
Returns:
control


Copyright © 2015. All Rights Reserved.