public class Editors
extends java.lang.Object
| Constructor and Description | 
|---|
Editors()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
editNode(Workspace workspace,
        Project project,
        Node node,
        int offset,
        int length,
        boolean spanLines)
Open a editor for a specified node. 
 | 
static Editor | 
editNode2(Workspace workspace,
         Project project,
         Node node,
         int offset,
         int length,
         boolean spanLines)
Open a editor for a specified node. 
 | 
public static boolean editNode(Workspace workspace, Project project, Node node, int offset, int length, boolean spanLines)
workspace - project - node - offset - length - spanLines - public static Editor editNode2(Workspace workspace, Project project, Node node, int offset, int length, boolean spanLines)
workspace - project - node - offset - length - spanLines -