Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Package
javax.ide.model

Packages that use javax.ide.model
javax.ide The ide package is where all JSR 198 packages are rooted. 
javax.ide.command Command execution classes. 
javax.ide.editor The editor interfaces that extension writers need to implement in order to add a new editor to an IDE. 
javax.ide.model The interfaces and classes implementing an IDE's data model. 
javax.ide.model.java The interfaces and classes implementing an IDE's java model. 
javax.ide.model.text The interfaces and classes that define an IDE's text document and model. 
javax.ide.model.xml The interfaces and classes that define an IDE's xml document and model. 
 

Classes in javax.ide.model used by javax.ide
DocumentFactory
          The DocumentFactory interface is responsible for creating intances of Documents.
 

Classes in javax.ide.model used by javax.ide.command
Document
          The Document interface is implemented by objects that can be saved and restored.
Element
          The Element interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI.
Project
          Project interface.
 

Classes in javax.ide.model used by javax.ide.editor
Document
          The Document interface is implemented by objects that can be saved and restored.
 

Classes in javax.ide.model used by javax.ide.model
Document
          The Document interface is implemented by objects that can be saved and restored.
DocumentEvent
          The DocumentEvent is used to indicate that state of a Document has been modified.
DocumentFactory
          The DocumentFactory interface is responsible for creating intances of Documents.
DocumentListener
          The DocumentListener interface should be implemented by clients that are interested in being notified about operations on Documents.
Element
          The Element interface 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.
 

Classes in javax.ide.model used by javax.ide.model.java
Document
          The Document interface is implemented by objects that can be saved and restored.
Element
          The Element interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI.
Project
          Project interface.
 

Classes in javax.ide.model used by javax.ide.model.text
Document
          The Document interface is implemented by objects that can be saved and restored.
Element
          The Element interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI.
Transaction
           
 

Classes in javax.ide.model used by javax.ide.model.xml
Document
          The Document interface is implemented by objects that can be saved and restored.
Element
          The Element interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI.
Project
          Project interface.
Transaction
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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