| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.merge.MergeUtil
public class MergeUtil
Utilities class for merge editor consumers / providers.
| Method Summary | |
|---|---|
| static Context | createMergeEditorContext(Node node)Create a context for merge editor invocation based on the given node. | 
| static Editor | openMergeEditor(Context context,
                java.lang.Class editorClass)Opens the merge editor for the given context and editor class. | 
| 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 | 
|---|
public static final Editor reopenMergeEditor(Node node,
                                             java.lang.Class editorClass)
                                      throws java.io.IOException
node - the node of the merge editor.editorClass - the class of the merge editor.
java.io.IOException - if an I/O exception occurred restarting the merge.
public static final Editor openMergeEditor(Node node,
                                           java.lang.Class editorClass)
node - the node of the merge editor.editorClass - the class of the merge editor.
public static final Context createMergeEditorContext(Node node)
node - the node of the context.
public static final Editor openMergeEditor(Context context,
                                           java.lang.Class editorClass)
context - the context of the merge editor.editorClass - the class of the merge editor.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||