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

E13403-04

Uses of Class
javax.ide.editor.Editor

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 TextEditor
          Base 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 Editor where 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)

E13403-04

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