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.ide.model.TechnologyScope

Packages that use TechnologyScope
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 

 

Uses of TechnologyScope in oracle.ide.model

 

Methods in oracle.ide.model that return TechnologyScope
 TechnologyScope TechnologyScopeConfiguration.getTechnologyScope()
           

 

Methods in oracle.ide.model with parameters of type TechnologyScope
 boolean TechnologyScope.contains(TechnologyScope scope)
          Tests whether another TechnologyScope is a sub-set of this scope.
protected  void TechnologyScope.copyToImpl(TechnologyScope scope)
           
protected  boolean TechnologyScope.equalsImpl(TechnologyScope scope)
           
 void TechnologyRegistry.initializeOwningExtensions(TechnologyScope techScope)
          Initializes the extension owners for the technologies in the supplied TechnologyScope.
 boolean TechId.isInScope(TechnologyScope scope)
          Returns true if this technology exists in the specified TechnologyScope.
 boolean PseudoTechnologyCallback.isInScope(TechnologyScope scope)
          Returns true if this pseudo-technology should be considered part of the specified technology scope; otherwise, returns false.
 boolean TechnologyScopeConfiguration.setTechnologyScope(TechnologyScope scope)
           

 

Constructors in oracle.ide.model with parameters of type TechnologyScope
TechnologyScope(TechnologyScope scope)
          Copy contructor.

 


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.