| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document | |
|---|---|
| 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. | 
| Uses of Document in javax.ide.command | 
|---|
| Methods in javax.ide.command that return Document | |
|---|---|
 Document[] | 
Command.getAffectedDocuments()In general, the command processor manages undo stacks on a per Document basis. | 
 Document | 
Context.getDocument()The current Document the user is working on. | 
| Constructors in javax.ide.command with parameters of type Document | |
|---|---|
Context(Document document, Project project)Constructor.  | 
|
Context(Document document, Project project, Element[] selection)Constructor.  | 
|
| Uses of Document in javax.ide.editor | 
|---|
| Methods in javax.ide.editor with parameters of type Document | |
|---|---|
 java.util.Set | 
EditorManager.getOpenEditors(Document document)Get all open editors on a specific document.  | 
 boolean | 
EditorManager.isOpen(Document document)Get whether the specified document is open.  | 
| Uses of Document in javax.ide.model | 
|---|
| Subclasses of Document in javax.ide.model | |
|---|---|
 class | 
ProjectProject interface.  | 
| Methods in javax.ide.model that return Document | |
|---|---|
abstract  Document | 
DocumentFactory.find(java.net.URI uri)Find the Document associated with the URI. | 
abstract  Document | 
DocumentFactory.findOrCreate(java.net.URI uri)Returns the Document associated with the URI. | 
 Document | 
DocumentEvent.getDocument()Get the Document whose state has changed. | 
abstract  Document | 
DocumentFactory.recache(java.net.URI oldURI, java.net.URI newURI)Removes the oldURI from the cache and puts the newURI in the cache so that it is associated with the original Document oldURI pointed at. | 
abstract  Document | 
DocumentFactory.uncache(java.net.URI uri)Remove the specified URI from the cache.  | 
| Constructors in javax.ide.model with parameters of type Document | |
|---|---|
DocumentEvent(Document document)Constructor.  | 
|
| Uses of Document in javax.ide.model.java | 
|---|
| Subclasses of Document in javax.ide.model.java | |
|---|---|
 class | 
JavaSourceThe JavaSource class. | 
| Uses of Document in javax.ide.model.text | 
|---|
| Subclasses of Document in javax.ide.model.text | |
|---|---|
 class | 
TextDocumentThe TextDocument class. | 
| Uses of Document in javax.ide.model.xml | 
|---|
| Subclasses of Document in javax.ide.model.xml | |
|---|---|
 class | 
XMLDocumentThe XMLDocument class. | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||