| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.IdeTechnologies
public class IdeTechnologies
The IdeTechnologies class defines the technology keys for
 the core IDE.  It also provides convenience services to assist
 subclasses in registering technologies with the TechnologyRegistry.
| Field Summary | |
|---|---|
static java.lang.String | 
GENERAL_KEY
Key representing the 'General' pseudo-technology for unclassified items.  | 
| Constructor Summary | |
|---|---|
protected  | 
IdeTechnologies()
 | 
| Method Summary | |
|---|---|
protected static void | 
registerTechnology(java.lang.String key,
                   java.lang.String name,
                   java.lang.String description)
Registers a top-level technology with the TechnologyRegistry. | 
protected static void | 
registerTechnology(java.lang.String key,
                   java.lang.String name,
                   java.lang.String description,
                   java.lang.String parentKey)
Registers a child technology with the TechnologyRegistry. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String GENERAL_KEY
| Constructor Detail | 
|---|
protected IdeTechnologies()
| Method Detail | 
|---|
protected static void registerTechnology(java.lang.String key,
                                         java.lang.String name,
                                         java.lang.String description,
                                         java.lang.String parentKey)
TechnologyRegistry.
TechnologyRegistry.registerTechnology(String,String,String,TechId)
protected static void registerTechnology(java.lang.String key,
                                         java.lang.String name,
                                         java.lang.String description)
TechnologyRegistry.
TechnologyRegistry.registerTechnology(String,String,String)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||