Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.ceditor
Class Editors

java.lang.Object
  extended by oracle.ide.ceditor.Editors

public class Editors
extends java.lang.Object

Editor utilities.


Constructor Summary
Editors()
           
 
Method Summary
static boolean editNode(Workspace workspace, Project project, Node node, int offset, int length, boolean spanLines)
          Open a editor for a specified node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Editors

public Editors()
Method Detail

editNode

public static boolean editNode(Workspace workspace,
                               Project project,
                               Node node,
                               int offset,
                               int length,
                               boolean spanLines)
Open a editor for a specified node. If appropriate the editor will scroll to display a given selection

Parameters:
workspace -
project -
node -
offset -
length -
spanLines -
Returns:
true if the node was successfully opened

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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