|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.dependency.SourceUtils
public final class SourceUtils
Utilities for dealing with references and declarations in source files.
| Constructor Summary | |
|---|---|
SourceUtils() |
|
| Method Summary | |
|---|---|
static void |
openSourceFile(Workspace workspace, Project project, java.net.URL url)Open a source file in the code editor. |
static void |
openSourceFile(Workspace workspace, Project project, java.net.URL url, int startOffset, int endOffset)Open a source file in the code editor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceUtils()
| Method Detail |
|---|
public static void openSourceFile(Workspace workspace,
Project project,
java.net.URL url)
workspace - the workspaceproject - the projecturl - the URL of the source file
public static void openSourceFile(Workspace workspace,
Project project,
java.net.URL url,
int startOffset,
int endOffset)
workspace - the workspaceproject - the projecturl - the URL of the source filestartOffset - the start offset to showendOffset - the end offset to show
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||