|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.model.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)
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.