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.ide.dependency.IdDeclaration

Packages that use IdDeclaration
oracle.ide.dependency Provides information about the dependencies between files in an application. 
oracle.ide.dependency.index Provides the ability to store and retrieve dependency information using the index. 
oracle.jdeveloper.java.dependency Provides dependency information for Java. 
oracle.jdeveloper.refactoring.dependency Provides refactoring support for the Dependency API. 
 

Uses of IdDeclaration in oracle.ide.dependency
 

Methods in oracle.ide.dependency that return IdDeclaration
static IdDeclaration IdDeclaration.findDeclaration(Context context, java.lang.String id)
          Find the IdDeclaration for an ID.
 IdDeclaration IdDeclarationProvider.getDeclaration(Context context, java.lang.String id)
          Get the declaration corresponding to an ID.
 IdDeclaration URLDeclarationProvider.getDeclaration(Context context, java.lang.String id)
           
 

Uses of IdDeclaration in oracle.ide.dependency.index
 

Subclasses of IdDeclaration in oracle.ide.dependency.index
 class IndexDeclaration
          A declaration stored in the index.
 

Uses of IdDeclaration in oracle.jdeveloper.java.dependency
 

Subclasses of IdDeclaration in oracle.jdeveloper.java.dependency
 class ClassDeclaration
          The declaration of a Java class.
 class FieldDeclaration
          The declaration of a Java field.
 class MethodDeclaration
          The declaration of a Java method.
 

Methods in oracle.jdeveloper.java.dependency that return IdDeclaration
 IdDeclaration JavaDeclarationProvider.getDeclaration(Context context, java.lang.String id)
           
 

Uses of IdDeclaration in oracle.jdeveloper.refactoring.dependency
 

Methods in oracle.jdeveloper.refactoring.dependency that return types with arguments of type IdDeclaration
 java.util.Collection<IdDeclaration> IdDeclarationRenameCriteria.getDeclarations()
          Get the declarations being renamed.
 

Constructor parameters in oracle.jdeveloper.refactoring.dependency with type arguments of type IdDeclaration
IdDeclarationRenameCriteria(java.lang.String title, java.util.Map<IdDeclaration,java.lang.String> map)
           
 


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.