| Package | Description | 
|---|---|
| oracle.ide.config | 
 Contains classes encapsulating JDevelopers's environment settings. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DocumentInfo | 
DocumentExtensions.findRecognizerDocumentInfo(java.lang.Class docClass)
Deprecated. 
 
replaced by  
Recognizer.getDocumentInfo(Class). | 
| Constructor and Description | 
|---|
DocumentExtensions.DocRecord(java.lang.Class docClass,
                            DocumentInfo info)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DocumentInfo | 
Recognizer.getDocumentInfo(java.lang.Class nodeClass)  | 
static DocumentInfo | 
Recognizer.getDocumentInfo(java.lang.String nodeClassName)  | 
static DocumentInfo | 
Recognizer.getDocumentInfoForDeclarativeEntries(java.lang.String nodeClassName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Recognizer.registerDocumentInfo(java.lang.Class nodeClass,
                    DocumentInfo info)
Deprecated. 
 
replaced by declarative registration through a node-recognizers-hook/document-infos/document-info trigger hook. 
 |