Extension SDK 9.0.5

oracle.jdeveloper.vcs.util
Class VCSEditorUtils

java.lang.Object
  extended byoracle.jdeveloper.vcs.util.VCSEditorUtils

public final class VCSEditorUtils
extends java.lang.Object

Utility class for editor operations.

Since:
9.0.5

Method Summary
static void closeEditors(java.lang.Class editorClass)
          Closes all open editors of the given class type through the editor manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

closeEditors

public static final void closeEditors(java.lang.Class editorClass)
Closes all open editors of the given class type through the editor manager.

Parameters:
editorClass - the class of editors to close.

Extension SDK

 

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