| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| DocumentListener | The DocumentListenerinterface should be
 implemented by clients that are interested in being notified about
 operations onDocuments. | 
| Folder | The Folderinterface extendsElementby adding
  methods for managing childElements contained by theFolder. | 
| Transaction | |
| Class Summary | |
|---|---|
| Document | The Documentinterface is implemented by objects that can
  be saved and restored. | 
| DocumentEvent | The DocumentEvent is used to indicate that state of a Documenthas been modified. | 
| DocumentFactory | The DocumentFactoryinterface is responsible for creating
  intances ofDocuments. | 
| Element | The Elementinterface defines the protocol used by the
  IDE to communicate with data objects in order to display the objects
  in the UI. | 
| ElementDisplayInfo | Display information about a JSR-198 element. | 
| Project | Project interface. | 
| Recognizer | The Recognizerinterface provides the API for recognizing
  data types from specific uris. | 
The interfaces and classes implementing an IDE's data model. JSR-198 specifies typical IDE documents that extension writers need to access from their extensions. These documents include:
Project,
TextDocument,
JavaSource, and
XMLDocument,
TextDocument or 
  XMLDocument, respectively.
  To add a new custom document type extension writers extend the 
  Document and declare in their extension 
  manifest how to recognize their new document class.
  The DocumentFactory processes the 
  Recognizer information from the extension 
  manifest and uses that information when clients request a document from 
  the factory.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||