public class IdeTechnologies
extends java.lang.Object
IdeTechnologies
class defines the technology keys for
the core IDE. It also provides convenience services to assist
subclasses in registering technologies with the TechnologyRegistry
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GENERAL_KEY
Key representing the 'General' pseudo-technology for unclassified
items.
|
Modifier | Constructor and Description |
---|---|
protected |
IdeTechnologies() |
Modifier and Type | Method and Description |
---|---|
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 . |
public static final java.lang.String GENERAL_KEY
protected static void registerTechnology(java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String parentKey)
TechnologyRegistry
.protected static void registerTechnology(java.lang.String key, java.lang.String name, java.lang.String description)
TechnologyRegistry
.