| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| EditorListener | The EditorListenerinterface should be
 implemented by clients that are interested in receiving
 notifications aboutEditorinstances being opened,
 activated, deactivated, or closed in the IDE. | 
| Class Summary | |
|---|---|
| Editor | The Editorinterface defines the methods to open and 
 close editors, along with methods to save and restore editor specific 
 settings. | 
| EditorEvent | The DocumentEvent is the parameter passed to the EditorListenermethods when the state ofEditorhas changed. | 
| EditorManager | The EditorManagermanages the life cycle ofEditors. | 
| TextEditor | Base class for text based editors. | 
The editor interfaces that extension writers need to implement in order to add a new editor to an IDE.
  In general, extension writers implement the Editor and/or
  EditorListener interfaces when introducing a new editor type,
  and/or requesting to be notified of editor events, respectively. 
  IDE service providers must provide a concrete implementation of the 
  EditorManager interface.  The Extension Development Kit 
  (EDK) provides an abstract implementation that IDE services providers should 
  extend: javax.ide.editor.spi.AbstractEditorManager.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||