Extension SDK 10.1.3.36.73

oracle.jdeveloper.merge
Class MergeUtil

java.lang.Object
  extended byoracle.jdeveloper.merge.MergeUtil

public class MergeUtil
extends java.lang.Object

Utilities class for merge editor consumers / providers.

Since:
10.1.3.0.3

Method Summary
static Editor openMergeEditor(Node node, java.lang.Class editorClass)
          Opens the merge editor for the given node and editor class.
static Editor reopenMergeEditor(Node node, java.lang.Class editorClass)
          Reopens the merge editor for the given node and editor class, restarting the merge task if the editor is in 'complete state'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reopenMergeEditor

public static final Editor reopenMergeEditor(Node node,
                                             java.lang.Class editorClass)
                                      throws java.io.IOException
Reopens the merge editor for the given node and editor class, restarting the merge task if the editor is in 'complete state'.

Parameters:
node - the node of the merge editor.
editorClass - the class of the merge editor.
Returns:
the editor which was created, or found.
Throws:
java.io.IOException - if an I/O exception occurred restarting the merge.

openMergeEditor

public static final Editor openMergeEditor(Node node,
                                           java.lang.Class editorClass)
Opens the merge editor for the given node and editor class. If the editor already exists, it will be brought to the front.

Parameters:
node - the node of the merge editor.
editorClass - the class of the merge editor.
Returns:
the editor which was created, or found.

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.