Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.model
Class IdeTechnologies

java.lang.Object
  extended by oracle.ide.model.IdeTechnologies

Direct Known Subclasses:
JDevTechnologies

public class IdeTechnologies
extends java.lang.Object

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

GENERAL_KEY

public static final java.lang.String GENERAL_KEY
Key representing the 'General' pseudo-technology for unclassified items.
See Also:
Constant Field Values

Constructor Detail

IdeTechnologies

protected IdeTechnologies()

Method Detail

registerTechnology

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.
See Also:
TechnologyRegistry.registerTechnology(String,String,String,TechId)

registerTechnology

protected static void registerTechnology(java.lang.String key,
                                         java.lang.String name,
                                         java.lang.String description)
Registers a top-level technology with the TechnologyRegistry.
See Also:
TechnologyRegistry.registerTechnology(String,String,String)

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.