|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TechId | |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
Uses of TechId in oracle.ide.model |
Methods in oracle.ide.model that return TechId | |
TechId[] |
TechnologyScope.toArray()
Returns an array of all technology identifiers in this scope. |
TechId |
TechId.getParent()
Returns the parent TechId for this technology. |
TechId |
TechnologyRegistry.getTechId(java.lang.String key)
Looks up a registered technology given the technology key. |
TechId[] |
TechnologyRegistry.getAllTechIds()
Returns all registered technologies. |
TechId[] |
TechnologyRegistry.getVisibleTechIds()
Returns all visible registered technologies. |
TechId[] |
TechnologyRegistry.getAncestorTechIds(TechId techId)
Returns all ancestors of the specified technology. |
TechId[] |
TechnologyRegistry.getDescendantTechIds(TechId techId)
Returns all descendants of the specified technology. |
Methods in oracle.ide.model with parameters of type TechId | |
boolean |
TechnologyScope.add(TechId techId)
Ensures that a technology exists in the technology scope. |
boolean |
TechnologyScope.remove(TechId techId)
Ensures that a technology does not exist in the technology scope. |
boolean |
TechnologyScope.contains(TechId techId)
Tests whether a technology exists in the technology scope. |
boolean |
TechId.isAncestorOf(TechId techId)
Returns true if this technology is an ancestor of the
specified TechId . |
void |
TechnologyRegistry.registerTechnology(java.lang.String key,
java.lang.String name,
java.lang.String description,
TechId parent)
Registers a child technology with the technology registry. |
TechId[] |
TechnologyRegistry.getAncestorTechIds(TechId techId)
Returns all ancestors of the specified technology. |
TechId[] |
TechnologyRegistry.getDescendantTechIds(TechId techId)
Returns all descendants of the specified technology. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.