Extension SDK

oracle.ide.editor
Class EditorUtil

java.lang.Object
  extended byoracle.ide.editor.EditorUtil

public class EditorUtil
extends java.lang.Object


Constructor Summary
EditorUtil()
           
 
Method Summary
static void openExplicitDefaultEditorInFrame(Node node)
           
static void openExplicitDefaultEditorInFrame(java.net.URL url)
           
static void openExplicitDefaultEditorInFrameExternal(java.net.URL url)
           
static void openExplicitEditorInFrame(java.lang.Class editorClass, Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorUtil

public EditorUtil()
Method Detail

openExplicitEditorInFrame

public static void openExplicitEditorInFrame(java.lang.Class editorClass,
                                             Context context)

openExplicitDefaultEditorInFrame

public static void openExplicitDefaultEditorInFrame(Node node)

openExplicitDefaultEditorInFrame

public static void openExplicitDefaultEditorInFrame(java.net.URL url)

openExplicitDefaultEditorInFrameExternal

public static void openExplicitDefaultEditorInFrameExternal(java.net.URL url)

Extension SDK

 

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