| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| Modifier and Type | Method and Description | 
|---|---|
CodeDestination.Direction | 
CodeDestination.getDirection()  | 
static CodeDestination.Direction | 
CodeDestination.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CodeDestination.Direction[] | 
CodeDestination.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
CodeDestination(CodeDestination.Direction direction,
               java.lang.String tooltip,
               Project project,
               java.net.URL goToUrl,
               int goToOffset,
               java.lang.String label,
               java.lang.String text)  | 
CodeDestination(CodeDestination.Direction direction,
               java.net.URL goToUrl,
               int goToOffset,
               java.lang.String tooltip,
               java.lang.String label,
               java.lang.String text)
This entry is used by the unit tests only. 
 |