| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.ide.controller | |
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| oracle.ide.resourcebundle | 
 Provides a designtime abstraction around locating and managing resource bundles
used by visual and non-visual editors. 
 | 
| oracle.ide.util | 
 Contains utility classes. 
 | 
| oracle.javatools.editor | 
 The  
Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. | 
| oracle.javatools.util | 
 Provides general utilities. 
 | 
| oracle.jdeveloper.asnav.bootstrap | |
| oracle.jdeveloper.deploy.meta | |
| oracle.jdeveloper.model | 
 Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model. 
 | 
| oracle.jdeveloper.vcs.commithistory | |
| oracle.jdeveloper.vcs.util | 
 Contains assorted stateless utilities for version control system integraton. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Pair<java.lang.Integer,java.lang.Integer> | 
ViewLimitProvider.getLimitedOffsets()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.List<Pair<java.lang.Class,ContextMenuListener>> | 
ContextMenuListenerSupport.getContextMenuListeners()  | 
java.util.List<Pair<java.lang.Class,ContextMenuListener>> | 
ContextMenu.getContextMenuListeners()
Returns a list of  
ContextMenuListener registered with this ContextMenu. | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.Collection<Pair<java.net.URL,java.lang.Long>> | 
FileSetTable.getFileUrlsAndTimestamps(java.lang.String relativePath)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Pair | 
ResourceBundleUtils.splitFileFromPath(java.lang.String bundleId)
Takes a bundle id (which is a fully-qualified name of a bundle) and splits it
 into the file name and the path. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Pair
Deprecated. 
 
use oracle.javatools.util.Pair. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Pair<java.lang.String,java.lang.Integer> | 
Utilities.getCurrentWordAndOffset(BasicEditorPane editor)
Gets the text from the editor of the current word, and the offset it begins at,
 that contains the caret offset 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Pair.compareTo(Pair<A,?> o)
implements Comparable on the first element only. 
 | 
| Constructor and Description | 
|---|
Pair(Pair<A,B> pair)
Cloning Constructor 
 | 
| Constructor and Description | 
|---|
ArrayPairList(java.util.Collection<Pair<A,B>> arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Pair<java.lang.String,java.lang.String>> | 
BootstrapAppServer.getProperties()  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpgradableStore.Pair<A,B>
A simple pair class that holds a request and its associated response from
 one of the nodes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<Pair<java.lang.Class,StarterFactory>> | 
J2eeEditionAddin.getOverridableStarterFactories()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Pair<java.lang.String,javax.swing.Action> | 
CommitVersionDockableWindow.getLinkTextFromMessage(java.lang.String message)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.Map<java.lang.String,Pair<java.lang.Integer,java.lang.Integer>> | 
CommitVersionDockableWindow.getFileDifferences(java.io.OutputStream stream)
Get file names and number of line inserts / deletes for a git formated differences 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Pair | 
VCSConfigUtils.findGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)
Finds the global ignore filter pair from the IDE's global ignore preferences. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VCSConfigUtils.addGlobalIgnoreFilter(Pair ignoreFilterPair)
Adds a filter pattern to the IDE's global ignore preferences. 
 |