Extension SDK 10.1.2

Uses of Class
oracle.ide.model.DocumentInfo

Packages that use DocumentInfo
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
 

Uses of DocumentInfo in oracle.ide.config
 

Constructors in oracle.ide.config with parameters of type DocumentInfo
DocumentExtensions.DocRecord(java.lang.Class docClass, DocumentInfo info)
           
 

Uses of DocumentInfo in oracle.ide.model
 

Methods in oracle.ide.model that return DocumentInfo
static DocumentInfo DefaultRecognizer.getDocumentInfo(java.lang.Class nodeClass)
          Returns the DocumentInfo associated with the specified nodeClass.
 

Methods in oracle.ide.model with parameters of type DocumentInfo
static void DefaultRecognizer.registerDocumentInfo(java.lang.Class nodeClass, DocumentInfo info)
          Associates a document class with a record of information containing the icon and label identifying the document type.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.