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

Quick Search    Search Deep

Uses of Class
javax.ide.editor.EditorEvent

Uses of EditorEvent in javax.ide.editor
 

Methods in javax.ide.editor with parameters of type EditorEvent
 void EditorListener.opened(EditorEvent event)
          Notify listeners that a new Editor has been opened.
 void EditorListener.activated(EditorEvent event)
          Notify listeners that an existing Editor has been activated.
 void EditorListener.deactivated(EditorEvent event)
          Notify listeners that an existing Editor listener is de-activated.
 void EditorListener.closed(EditorEvent event)
          Notify listeners that an existing Editor is being closed.