Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.ide.editor.Editor

Uses of Editor in javax.ide.editor
 

Methods in javax.ide.editor that return Editor
abstract  Editor EditorManager.getActiveEditor()
          Returns the Editor that is currently active.
abstract  Editor EditorManager.openEditor(javax.ide.command.Context context, java.lang.String typeID)
          Opens a document in the editor identified by the given editor type identifier.
 Editor EditorEvent.getEditor()
          Get the Editor where the event happened.
 

Methods in javax.ide.editor with parameters of type Editor
abstract  void EditorManager.closeEditor(Editor editor)
          Close the specified Editor.
private  java.util.Collection EditorManager.getListeners(Editor editor)
           
protected  void EditorManager.fireEditorOpened(Editor editor)
          Notifies all editor listeners that the specified editor was opened.
protected  void EditorManager.fireEditorClosed(Editor editor)
          Notifies all editor listeners that the specified editor was closed.
protected  void EditorManager.fireEditorActivated(Editor editor)
          Notifies all editor listeners that the specified editor was activated.
protected  void EditorManager.fireEditorDeactivated(Editor editor)
          Notifies all editor listeners that the specified editor was deactivated.
 

Constructors in javax.ide.editor with parameters of type Editor
EditorEvent(Editor editor)
          Constructor.