Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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.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.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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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