| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Editor | |
|---|---|
| javax.ide.editor | The editor interfaces that extension writers need to implement in order to add a new editor to an IDE. | 
| Uses of Editor in javax.ide.editor | 
|---|
| Subclasses of Editor in javax.ide.editor | |
|---|---|
|  class | TextEditorBase class for text based editors. | 
| Methods in javax.ide.editor that return Editor | |
|---|---|
| abstract  Editor | EditorManager.getActiveEditor()Returns the Editor that is currently active. | 
|  Editor | EditorEvent.getEditor()Get the Editorwhere the event happened. | 
| abstract  Editor | EditorManager.openEditor(Context context,
           java.lang.String typeID)Opens a document in the editor identified by the given editor type identifier. | 
| Methods in javax.ide.editor with parameters of type Editor | |
|---|---|
| abstract  void | EditorManager.closeEditor(Editor editor)Close the specified Editor. | 
| protected  void | EditorManager.fireEditorActivated(Editor editor)Notifies all editor listeners that the specified editor was activated. | 
| protected  void | EditorManager.fireEditorClosed(Editor editor)Notifies all editor listeners that the specified editor was closed. | 
| protected  void | EditorManager.fireEditorDeactivated(Editor editor)Notifies all editor listeners that the specified editor was deactivated. | 
| protected  void | EditorManager.fireEditorOpened(Editor editor)Notifies all editor listeners that the specified editor was opened. | 
| Constructors in javax.ide.editor with parameters of type Editor | |
|---|---|
| EditorEvent(Editor editor)Constructor. | |
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||