| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.vcs.util.VCSEditorUtils
public final class VCSEditorUtils
Utility class for editor operations.
| Method Summary | |
|---|---|
static void | 
closeEditors(java.lang.Class<? extends Node> nodeClass)Deprecated. replaced by closeEditorsForNodeType(java.lang.Class extends oracle.ide.model.Node>
 ). | 
static void | 
closeEditorsForEditorType(java.lang.Class<? extends Editor> editorClass)Closes all open editors of the given class type through the editor manager.  | 
static void | 
closeEditorsForNodeType(java.lang.Class<? extends Node> nodeClass)Closes all open editors with node of the given class type through the editor manager.  | 
static Context | 
createEditorContext(Node node)Create a context for editor invocation based on the given node.  | 
static Editor | 
openEditor(Context context, java.lang.Class editorClass)Opens the editor for the given context and editor class.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static final Context createEditorContext(Node node)
node - the node of the context.
public static final Editor openEditor(Context context,
                                      java.lang.Class editorClass)
context - the context of the editor.editorClass - the class of the editor.public static final void closeEditors(java.lang.Class<? extends Node> nodeClass)
closeEditorsForNodeType(java.lang.Class extends oracle.ide.model.Node>
 ).nodeClass - the class of nodes whose editors will be closed.public static final void closeEditorsForNodeType(java.lang.Class<? extends Node> nodeClass)
nodeClass - the class of nodes whose editors will be closed.public static final void closeEditorsForEditorType(java.lang.Class<? extends Editor> editorClass)
editorClass - the class of editors that will be closed.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||