Skip navigation links

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

E17493-04


Uses of Class
oracle.javatools.util.Pair

Packages that use Pair
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.controller   
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.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.util Provides general utilities. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 

 

Uses of Pair in oracle.ide.ceditor

 

Methods in oracle.ide.ceditor that return Pair
protected abstract  Pair<java.lang.Integer,java.lang.Integer> ViewLimitProvider.getLimitedOffsets()
           

 

Uses of Pair in oracle.ide.controller

 

Methods in oracle.ide.controller that return types with arguments of type Pair
 java.util.List<Pair<java.lang.Class,ContextMenuListener>> ContextMenu.getContextMenuListeners()
          Returns a list of ContextMenuListener registered with this ContextMenu.

 

Uses of Pair in oracle.ide.resourcebundle

 

Methods in oracle.ide.resourcebundle that return Pair
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.

 

Uses of Pair in oracle.ide.util

 

Subclasses of Pair in oracle.ide.util
 class Pair
          Deprecated. use oracle.javatools.util.Pair.

 

Uses of Pair in oracle.javatools.db

 

Methods in oracle.javatools.db that return types with arguments of type Pair
static java.util.Collection<Pair<DBObjectID,DBObject>> DBUtil.getReferenceIDsAndReferers(DBObject obj, boolean recurse, DBUtil.IDQuery query, java.lang.String... types)
          Collects all the reference ID properties for the given object and its children and returns them after filtering as required.

 

Uses of Pair in oracle.javatools.util

 

Methods in oracle.javatools.util with parameters of type Pair
 int Pair.compareTo(Pair<A,?> o)
          implements Comparable on the first element only.

 

Constructors in oracle.javatools.util with parameters of type Pair
Pair(Pair<A,B> pair)
          Cloning Constructor

 

Constructor parameters in oracle.javatools.util with type arguments of type Pair
ArrayPairList(java.util.Collection<Pair<A,B>> arg0)
           

 

Uses of Pair in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model that return types with arguments of type Pair
static java.util.List<Pair<java.lang.Class,StarterFactory>> J2eeEditionAddin.getOverridableStarterFactories()
           

 

Uses of Pair in oracle.jdeveloper.vcs.util

 

Methods in oracle.jdeveloper.vcs.util that return Pair
static Pair VCSConfigUtils.findGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)
          Finds the global ignore filter pair from the IDE's global ignore preferences.

 

Methods in oracle.jdeveloper.vcs.util with parameters of type Pair
static void VCSConfigUtils.addGlobalIgnoreFilter(Pair ignoreFilterPair)
          Adds a filter pattern to the IDE's global ignore preferences.

 


Skip navigation links

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

E17493-04


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