public class MergeConflictsDialog extends ReadyApiBaseDialog
Dialog which help customer to resolve merge conflicts. In ideal world it takes three tree model and may return the model of the same type.
| Constructor and description |
|---|
MergeConflictsDialog
(java.lang.String projectName, javax.swing.tree.DefaultTreeModel localTreeModel, javax.swing.tree.DefaultTreeModel resultTreeModel, javax.swing.tree.DefaultTreeModel remoteTreeModel) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
javax.swing.JComponent |
buildContent()creates panel with trees, their properties and action buttons. |
|
void |
dispose() |
|
boolean |
initLayout() |
|
void |
mergeNodeEvent(MergeConflictTree tree, javax.swing.tree.TreeNode node, int rowIndex) |
|
void |
onButtonAction(ButtonAction buttonAction) |
|
void |
onTreeRowSelection(MergeConflictTree tree, int row) |
|
void |
updateResolvedConflictsLabel() |
creates panel with trees, their properties and action buttons.
ReadyAPI functional (soapui-pro) SDK 3.4.0